Package org.nuiton.eugene.models.state
Interface StateModel
-
- All Superinterfaces:
Model
,WithTagValuesOrStereotypes
- All Known Implementing Classes:
StateModelImpl
public interface StateModel extends Model
StateModel Model root element.- Author:
- chatellier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<StateModelStateChart>
getStateCharts()
Return the collection of charts-
Methods inherited from interface org.nuiton.eugene.models.Model
getExtension, getModelType, getName, getVersion
-
Methods inherited from interface org.nuiton.eugene.models.extension.tagvalue.WithTagValuesOrStereotypes
addStereotype, addTagValue, getStereotypes, getTagValue, getTagValues, hasStereotype, hasTagValue, removeStereotype, removeTagValue
-
-
-
-
Field Detail
-
NAME
static final String NAME
Plexus role-hint- See Also:
- Constant Field Values
-
-
Method Detail
-
getStateCharts
List<StateModelStateChart> getStateCharts()
Return the collection of charts- Returns:
- collection of charts
-
-