Class DefaultExecutionInfo
- java.lang.Object
-
- org.eclipse.graphiti.internal.command.DefaultExecutionInfo
-
- All Implemented Interfaces:
IExecutionInfo
public class DefaultExecutionInfo extends java.lang.Object implements IExecutionInfo
The Class DefaultExecutionInfo.
-
-
Constructor Summary
Constructors Constructor Description DefaultExecutionInfo()Instantiates a new default execution info.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaddFeatureAndContext(IFeatureAndContext fac)Adds the feature and context.IFeatureAndContext[]getExecutionList()Gets the execution list.java.lang.StringtoString()
-
-
-
Method Detail
-
getExecutionList
public IFeatureAndContext[] getExecutionList()
Description copied from interface:IExecutionInfoGets the execution list.- Specified by:
getExecutionListin interfaceIExecutionInfo- Returns:
- the execution list
-
addFeatureAndContext
public boolean addFeatureAndContext(IFeatureAndContext fac)
Adds the feature and context.- Parameters:
fac- the fac- Returns:
- true, if successful
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-