Uses of Interface
org.nuiton.eugene.models.state.StateModelStateChart
-
Packages that use StateModelStateChart Package Description org.nuiton.eugene.models.state org.nuiton.eugene.models.state.xml -
-
Uses of StateModelStateChart in org.nuiton.eugene.models.state
Methods in org.nuiton.eugene.models.state that return types with arguments of type StateModelStateChart Modifier and Type Method Description List<StateModelStateChart>
StateModel. getStateCharts()
Return the collection of chartsMethods in org.nuiton.eugene.models.state with parameters of type StateModelStateChart Modifier and Type Method Description protected boolean
StateModelGenerator. canGenerateElement(StateModelStateChart chart)
Test if given element can be generated. -
Uses of StateModelStateChart in org.nuiton.eugene.models.state.xml
Classes in org.nuiton.eugene.models.state.xml that implement StateModelStateChart Modifier and Type Class Description class
StateModelStateChartImpl
StateModelStateChartImpl.javaFields in org.nuiton.eugene.models.state.xml with type parameters of type StateModelStateChart Modifier and Type Field Description protected List<StateModelStateChart>
StateModelImpl. listStateCharts
List of charts composing this modelMethods in org.nuiton.eugene.models.state.xml that return types with arguments of type StateModelStateChart Modifier and Type Method Description List<StateModelStateChart>
StateModelImpl. getStateCharts()
Methods in org.nuiton.eugene.models.state.xml with parameters of type StateModelStateChart Modifier and Type Method Description void
StateModelImpl. addStateChart(StateModelStateChart chart)
Add chart.Method parameters in org.nuiton.eugene.models.state.xml with type arguments of type StateModelStateChart Modifier and Type Method Description void
StateModelImpl. addAllStateCharts(Collection<StateModelStateChart> charts)
Add a list of stateCharts into current model
-