- 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 I
getInput()
int
getScore()
-