Module de.learnlib.algorithm.ttt
Package de.learnlib.algorithm.ttt.base
Class AbstractTTTHypothesis.GraphView
- java.lang.Object
-
- de.learnlib.algorithm.ttt.base.AbstractTTTHypothesis.GraphView
-
- All Implemented Interfaces:
Iterable<TTTState<I,D>>
,net.automatalib.automaton.concept.FiniteRepresentation
,net.automatalib.graph.Graph<TTTState<I,D>,AbstractTTTHypothesis.TTTEdge<I,D>>
,net.automatalib.graph.IndefiniteGraph<TTTState<I,D>,AbstractTTTHypothesis.TTTEdge<I,D>>
,net.automatalib.graph.IndefiniteSimpleGraph<TTTState<I,D>>
,net.automatalib.graph.SimpleGraph<TTTState<I,D>>
public class AbstractTTTHypothesis.GraphView extends Object implements net.automatalib.graph.Graph<TTTState<I,D>,AbstractTTTHypothesis.TTTEdge<I,D>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.automatalib.graph.Graph
net.automatalib.graph.Graph.IntAbstraction<E extends Object>
-
-
Constructor Summary
Constructors Constructor Description GraphView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<TTTState<I,D>>
getNodes()
Collection<AbstractTTTHypothesis.TTTEdge<I,D>>
getOutgoingEdges(TTTState<I,D> node)
TTTState<I,D>
getTarget(AbstractTTTHypothesis.TTTEdge<I,D> edge)
net.automatalib.visualization.VisualizationHelper<TTTState<I,D>,AbstractTTTHypothesis.TTTEdge<I,D>>
getVisualizationHelper()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.automatalib.graph.Graph
getAdjacentNodes, getOutgoingEdgesIterator
-
Methods inherited from interface net.automatalib.graph.IndefiniteGraph
getAdjacentNodesIterator, getEdgesBetween
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
getNodes
public Collection<TTTState<I,D>> getNodes()
-
getOutgoingEdges
public Collection<AbstractTTTHypothesis.TTTEdge<I,D>> getOutgoingEdges(TTTState<I,D> node)
-
-