Class LinkCreationInfo
java.lang.Object
org.eclipse.graphiti.pattern.mapping.LinkCreationInfo
- All Implemented Interfaces:
ILinkCreationInfo
The Class LinkCreationInfo.
-
Constructor Summary
ConstructorDescriptionLinkCreationInfo
(Object businessObject) Creates a newLinkCreationInfo
.LinkCreationInfo
(Object[] businessObjects) Creates a newLinkCreationInfo
.LinkCreationInfo
(Object[] businessObjects, String property) Creates a newLinkCreationInfo
. -
Method Summary
-
Constructor Details
-
LinkCreationInfo
Creates a newLinkCreationInfo
.- Parameters:
businessObject
- the business object
-
LinkCreationInfo
Creates a newLinkCreationInfo
.- Parameters:
businessObjects
- the business objects
-
LinkCreationInfo
Creates a newLinkCreationInfo
.- Parameters:
businessObjects
- the business objectsproperty
- the property
-
-
Method Details
-
getBusinessObjects
Description copied from interface:ILinkCreationInfo
Gets the business objects.- Specified by:
getBusinessObjects
in interfaceILinkCreationInfo
- Returns:
- list of business objects which will connected with a pictogram element
-
getProperty
Description copied from interface:ILinkCreationInfo
Gets the property.- Specified by:
getProperty
in interfaceILinkCreationInfo
- Returns:
- a property which will be used as link property
-