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 boolean
addFeatureAndContext(IFeatureAndContext fac)
Adds the feature and context.IFeatureAndContext[]
getExecutionList()
Gets the execution list.java.lang.String
toString()
-
-
-
Method Detail
-
getExecutionList
public IFeatureAndContext[] getExecutionList()
Description copied from interface:IExecutionInfo
Gets the execution list.- Specified by:
getExecutionList
in 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:
toString
in classjava.lang.Object
-
-