Class StructureMappingMulti
java.lang.Object
org.eclipse.graphiti.pattern.mapping.MappingProviderProvider
org.eclipse.graphiti.pattern.mapping.StructureMapping
org.eclipse.graphiti.pattern.mapping.StructureMappingMulti
- All Implemented Interfaces:
IStructureMapping
,IStructureMappingMulti
- Direct Known Subclasses:
StructureMappingGrid
public abstract class StructureMappingMulti
extends StructureMapping
implements IStructureMappingMulti
The Class StructureMappingMulti.
-
Constructor Summary
ConstructorDescriptionStructureMappingMulti
(IDataMapping dataMapping, IMappingProvider mappingProvider) Creates a newStructureMappingMulti
. -
Method Summary
Modifier and TypeMethodDescriptiongetLinkCreationInfos
(Object mainBusinessObject) Returns the list of business object arrays.Methods inherited from class org.eclipse.graphiti.pattern.mapping.StructureMapping
getDataMapping
Methods inherited from class org.eclipse.graphiti.pattern.mapping.MappingProviderProvider
getMappingProvider
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.graphiti.pattern.mapping.IStructureMapping
getDataMapping
-
Constructor Details
-
StructureMappingMulti
Creates a newStructureMappingMulti
.- Parameters:
dataMapping
- the data mappingmappingProvider
- the mapping provider
-
-
Method Details
-
getLinkCreationInfos
Description copied from interface:IStructureMappingMulti
Returns the list of business object arrays. Each array of business objects will be linked with a pictogram element acting as placeholder in a pattern.- Specified by:
getLinkCreationInfos
in interfaceIStructureMappingMulti
- Parameters:
mainBusinessObject
- this is the main business object of the current pattern- Returns:
- the list of business objects
-