public class DefaultExecutionInfo extends java.lang.Object implements IExecutionInfo
| Constructor and Description |
|---|
DefaultExecutionInfo()
Instantiates a new default execution info.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
addFeatureAndContext(IFeatureAndContext fac)
Adds the feature and context.
|
IFeatureAndContext[] |
getExecutionList()
Gets the execution list.
|
java.lang.String |
toString() |
public DefaultExecutionInfo()
public IFeatureAndContext[] getExecutionList()
IExecutionInfogetExecutionList in interface IExecutionInfopublic boolean addFeatureAndContext(IFeatureAndContext fac)
fac - the facpublic java.lang.String toString()
toString in class java.lang.Object