Package com.uppaal.model.system.concrete
Class ConcreteSuccessor
java.lang.Object
com.uppaal.model.system.concrete.ConcreteSuccessor
public class ConcreteSuccessor extends Object
-
Constructor Summary
Constructors Constructor Description ConcreteSuccessor(ConcreteState state, CannotEvaluateException e)
ConstructorConcreteSuccessor(ConcreteState state, ConcreteTransition[] transitions)
Constructor -
Method Summary
Modifier and Type Method Description CannotEvaluateException
getException()
Get the exceptionConcreteState
getState()
Get concrete stateConcreteTransition[]
getTransitions()
Get the transitions of the concrete successor
-
Constructor Details
-
ConcreteSuccessor
Constructor- Parameters:
state
- - The concrete statetransitions
- - The transitions
-
ConcreteSuccessor
Constructor- Parameters:
state
- - The concrete statee
- - The exception
-
-
Method Details
-
getState
Get concrete state- Returns:
- state - The concrete state
-
getTransitions
Get the transitions of the concrete successor- Returns:
- transitions - Is length 0 if exception happened.
-
getException
Get the exception- Returns:
- e - The exception. null: no exception happened.
-