Uses of Class
de.learnlib.filter.reuse.tree.ReuseNode
-
Packages that use ReuseNode Package Description de.learnlib.filter.reuse.tree -
-
Uses of ReuseNode in de.learnlib.filter.reuse.tree
Fields in de.learnlib.filter.reuse.tree declared as ReuseNode Modifier and Type Field Description ReuseNode<S,I,O>ReuseNode.NodeResult. reuseNodeMethods in de.learnlib.filter.reuse.tree that return ReuseNode Modifier and Type Method Description ReuseNode<S,I,O>ReuseTree. getRoot()ReuseNode<S,I,O>ReuseEdge. getSource()The source node from this edge.ReuseNode<S,I,O>ReuseEdge. getTarget()The target node from this edge.@Nullable ReuseNode<S,I,O>ReuseTree. getTarget(@Nullable ReuseEdge<S,I,O> edge)@Nullable ReuseNode<S,I,O>ReuseNode. getTargetNodeForInput(int index)Methods in de.learnlib.filter.reuse.tree that return types with arguments of type ReuseNode Modifier and Type Method Description Collection<ReuseNode<S,I,O>>ReuseTree. getNodes()VisualizationHelper<@Nullable ReuseNode<S,I,O>,@Nullable ReuseEdge<S,I,O>>ReuseTree. getVisualizationHelper()Methods in de.learnlib.filter.reuse.tree with parameters of type ReuseNode Modifier and Type Method Description Collection<@Nullable ReuseEdge<S,I,O>>ReuseTree. getOutgoingEdges(@Nullable ReuseNode<S,I,O> node)voidReuseTree. insert(Word<I> query, ReuseNode<S,I,O> sink, ReuseCapableOracle.QueryResult<S,O> queryResult)Inserts the givenWord(suffix of a membership query) withReuseCapableOracle.QueryResult(suffix output) into the tree starting from theReuseNode(contains prefix with prefix output) in the tree.Constructors in de.learnlib.filter.reuse.tree with parameters of type ReuseNode Constructor Description NodeResult(ReuseNode<S,I,O> reuseNode, S systemState, int prefixLength)ReuseEdge(ReuseNode<S,I,O> source, ReuseNode<S,I,O> target, I input, O output)Default constructor.
-