Uses of Interface
net.automatalib.graph.SimpleGraph.IntAbstraction
-
Packages that use SimpleGraph.IntAbstraction Package Description net.automatalib.graph This package (including sub-packages) contains the basic classes concerning graphs.net.automatalib.graph.base net.automatalib.modelchecker.m3c.solver -
-
Uses of SimpleGraph.IntAbstraction in net.automatalib.graph
Subinterfaces of SimpleGraph.IntAbstraction in net.automatalib.graph Modifier and Type Interface Description static interface
BidirectionalGraph.IntAbstraction<E>
Interface fornode integer abstractions
of aBidirectionalGraph
.static interface
Graph.IntAbstraction<E>
Interface fornode integer abstractions
of aGraph
.static interface
MutableGraph.IntAbstraction<E,NP,EP>
Interface fornode integer abstractions
of aMutableGraph
.static interface
UniversalGraph.IntAbstraction<E,NP,EP>
Interface fornode integer abstractions
of aUniversalGraph
.Classes in net.automatalib.graph that implement SimpleGraph.IntAbstraction Modifier and Type Class Description class
CompactBidiGraph<NP,EP>
class
CompactGraph<NP,EP>
class
CompactPMPG<L,AP>
class
CompactSimpleBidiGraph<EP>
class
CompactSimpleGraph<EP>
-
Uses of SimpleGraph.IntAbstraction in net.automatalib.graph.base
Classes in net.automatalib.graph.base that implement SimpleGraph.IntAbstraction Modifier and Type Class Description class
AbstractCompactBidiGraph<NP,EP>
class
AbstractCompactGraph<E extends CompactEdge<EP>,NP,EP>
-
Uses of SimpleGraph.IntAbstraction in net.automatalib.modelchecker.m3c.solver
Classes in net.automatalib.modelchecker.m3c.solver that implement SimpleGraph.IntAbstraction Modifier and Type Class Description class
WitnessTree<L,AP>
A tree-likeGraph
that represents the BFS-style exploration of the tableau generated by theWitnessTreeExtractor
.
-