Class ContextPair<I>
- java.lang.Object
-
- de.learnlib.algorithm.observationpack.vpa.hypothesis.ContextPair<I>
-
- Type Parameters:
I
- input symbol type
public class ContextPair<I> extends Object
A context pair of prefix and suffix to discriminate a hypothesis state.
-
-
Constructor Summary
Constructors Constructor Description ContextPair(net.automatalib.word.Word<I> prefix, net.automatalib.word.Word<I> suffix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLength()
net.automatalib.word.Word<I>
getPrefix()
net.automatalib.word.Word<I>
getSuffix()
String
toString()
-