Package de.learnlib.algorithm.lsharp.ads
Class ADSNode<I,O>
- java.lang.Object
-
- de.learnlib.algorithm.lsharp.ads.ADSNode<I,O>
-
public class ADSNode<I,O> extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable ADSNode<I,O>getChildNode(O lastOutput)@Nullable IgetInput()intgetScore()
-