Uses of Class
de.learnlib.algorithm.ttt.base.AbstractTTTHypothesis.TTTEdge
-
Packages that use AbstractTTTHypothesis.TTTEdge Package Description de.learnlib.algorithm.ttt.base -
-
Uses of AbstractTTTHypothesis.TTTEdge in de.learnlib.algorithm.ttt.base
Methods in de.learnlib.algorithm.ttt.base that return types with arguments of type AbstractTTTHypothesis.TTTEdge Modifier and Type Method Description Collection<AbstractTTTHypothesis.TTTEdge<I,D>>
AbstractTTTHypothesis.GraphView. getOutgoingEdges(TTTState<I,D> node)
VisualizationHelper<TTTState<I,D>,AbstractTTTHypothesis.TTTEdge<I,D>>
AbstractTTTHypothesis.GraphView. getVisualizationHelper()
Methods in de.learnlib.algorithm.ttt.base with parameters of type AbstractTTTHypothesis.TTTEdge Modifier and Type Method Description TTTState<I,D>
AbstractTTTHypothesis.GraphView. getTarget(AbstractTTTHypothesis.TTTEdge<I,D> edge)
-