Class DefaultExecutionInfo
java.lang.Object
org.eclipse.graphiti.internal.command.DefaultExecutionInfo
- All Implemented Interfaces:
IExecutionInfo
The Class DefaultExecutionInfo.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Adds the feature and context.Gets the execution list.toString()
-
Constructor Details
-
DefaultExecutionInfo
public DefaultExecutionInfo()Instantiates a new default execution info.
-
-
Method Details
-
getExecutionList
Description copied from interface:IExecutionInfo
Gets the execution list.- Specified by:
getExecutionList
in interfaceIExecutionInfo
- Returns:
- the execution list
-
addFeatureAndContext
Adds the feature and context.- Parameters:
fac
- the fac- Returns:
- true, if successful
-
toString
-