Package de.learnlib.datastructure.pta
Class PTATransition<S extends AbstractBasePTAState<S,?,?>>
- java.lang.Object
-
- de.learnlib.datastructure.pta.PTATransition<S>
-
public class PTATransition<S extends AbstractBasePTAState<S,?,?>> extends Object
-
-
Constructor Summary
Constructors Constructor Description PTATransition(S source, @org.checkerframework.checker.index.qual.NonNegative int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @org.checkerframework.checker.index.qual.NonNegative int
getIndex()
S
getSource()
@Nullable S
getTarget()
-