Class BasicModelChecker.Path<State>
java.lang.Object
eu.iv4xr.framework.extensions.ltl.BasicModelChecker.Path<State>
- Enclosing class:
- BasicModelChecker
Representing a witness execution. It is represented as a sequence of pairs
(tr,s) where s is a state passed by the execution, and tr is a representation
of the transition that results in that state s. This tr might be null if
s is the starting state.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidaddInitialState(State state)(package private) voidaddTransition(ITransition tr, State state)(package private) BasicModelChecker.Path<State>copy()(package private) voidtoString()
-
Field Details
-
path
-
-
Constructor Details
-
Path
public Path()
-
-
Method Details
-
addInitialState
-
addTransition
-
removeLastTransition
void removeLastTransition() -
copy
BasicModelChecker.Path<State> copy() -
getStateSequence
-
getLastState
-
toString
-