Class StructureMapping
- java.lang.Object
-
- org.eclipse.graphiti.pattern.mapping.MappingProviderProvider
-
- org.eclipse.graphiti.pattern.mapping.StructureMapping
-
- All Implemented Interfaces:
IStructureMapping
- Direct Known Subclasses:
StructureMappingMulti
,StructureMappingSingle
public abstract class StructureMapping extends MappingProviderProvider implements IStructureMapping
The Class StructureMapping.
-
-
Constructor Summary
Constructors Constructor Description StructureMapping(IDataMapping dataMapping, IMappingProvider mappingProvider)
Creates a newStructureMapping
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IDataMapping
getDataMapping()
Gets the data mapping.-
Methods inherited from class org.eclipse.graphiti.pattern.mapping.MappingProviderProvider
getMappingProvider
-
-
-
-
Constructor Detail
-
StructureMapping
public StructureMapping(IDataMapping dataMapping, IMappingProvider mappingProvider)
Creates a newStructureMapping
.- Parameters:
dataMapping
- the data mappingmappingProvider
- the mapping provider
-
-
Method Detail
-
getDataMapping
public IDataMapping getDataMapping()
Description copied from interface:IStructureMapping
Gets the data mapping.- Specified by:
getDataMapping
in interfaceIStructureMapping
- Returns:
- the data mapping
-
-