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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) void
addInitialState(State state)
(package private) void
addTransition(ITransition tr, State state)
(package private) BasicModelChecker.Path<State>
copy()
(package private) void
toString()
-
Field Details
-
path
-
-
Constructor Details
-
Path
public Path()
-
-
Method Details
-
addInitialState
-
addTransition
-
removeLastTransition
void removeLastTransition() -
copy
BasicModelChecker.Path<State> copy() -
getStateSequence
-
getLastState
-
toString
-