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
The Class StructureMapping.
-
Constructor Summary
ConstructorDescriptionStructureMapping
(IDataMapping dataMapping, IMappingProvider mappingProvider) Creates a newStructureMapping
. -
Method Summary
Methods inherited from class org.eclipse.graphiti.pattern.mapping.MappingProviderProvider
getMappingProvider
-
Constructor Details
-
StructureMapping
Creates a newStructureMapping
.- Parameters:
dataMapping
- the data mappingmappingProvider
- the mapping provider
-
-
Method Details
-
getDataMapping
Description copied from interface:IStructureMapping
Gets the data mapping.- Specified by:
getDataMapping
in interfaceIStructureMapping
- Returns:
- the data mapping
-