S
- the type of stateE
- the type of eventpublic class TransitionsData<S,E>
extends java.lang.Object
Constructor and Description |
---|
TransitionsData(java.util.Collection<TransitionData<S,E>> transitionsData)
Instantiates a new transitions data.
|
TransitionsData(java.util.Collection<TransitionData<S,E>> transitionsData,
java.util.Map<S,java.util.List<ChoiceData<S,E>>> choices,
java.util.Map<S,java.util.List<JunctionData<S,E>>> junctions,
java.util.Map<S,java.util.List<S>> forks,
java.util.Map<S,java.util.List<S>> joins,
java.util.Collection<EntryData<S,E>> entrys,
java.util.Collection<ExitData<S,E>> exits,
java.util.Collection<HistoryData<S,E>> historys)
Instantiates a new state machine transitions.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<S,java.util.List<ChoiceData<S,E>>> |
getChoices()
Gets the choices.
|
java.util.Collection<EntryData<S,E>> |
getEntrys()
Gets the entrys.
|
java.util.Collection<ExitData<S,E>> |
getExits()
Gets the exits.
|
java.util.Map<S,java.util.List<S>> |
getForks()
Gets the forks.
|
java.util.Collection<HistoryData<S,E>> |
getHistorys()
Gets the historys.
|
java.util.Map<S,java.util.List<S>> |
getJoins()
Gets the joins.
|
java.util.Map<S,java.util.List<JunctionData<S,E>>> |
getJunctions()
Gets the junctions.
|
java.util.Collection<TransitionData<S,E>> |
getTransitions()
Gets the transitions.
|
public TransitionsData(java.util.Collection<TransitionData<S,E>> transitionsData)
transitionsData
- the transitions datapublic TransitionsData(java.util.Collection<TransitionData<S,E>> transitionsData, java.util.Map<S,java.util.List<ChoiceData<S,E>>> choices, java.util.Map<S,java.util.List<JunctionData<S,E>>> junctions, java.util.Map<S,java.util.List<S>> forks, java.util.Map<S,java.util.List<S>> joins, java.util.Collection<EntryData<S,E>> entrys, java.util.Collection<ExitData<S,E>> exits, java.util.Collection<HistoryData<S,E>> historys)
transitionsData
- the transitions datachoices
- the choicesjunctions
- the junctionsforks
- the forksjoins
- the joinsentrys
- the entrysexits
- the exitshistorys
- the historyspublic java.util.Collection<TransitionData<S,E>> getTransitions()
public java.util.Map<S,java.util.List<ChoiceData<S,E>>> getChoices()
public java.util.Map<S,java.util.List<JunctionData<S,E>>> getJunctions()
public java.util.Collection<EntryData<S,E>> getEntrys()
public java.util.Collection<HistoryData<S,E>> getHistorys()