Class BasicModelChecker.Path<State>

java.lang.Object
eu.iv4xr.framework.extensions.ltl.BasicModelChecker.Path<State>
Enclosing class:
BasicModelChecker

public static class BasicModelChecker.Path<State> extends Object
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.