Uses of Class
net.automatalib.graph.CompactPMPGEdge
-
Packages that use CompactPMPGEdge Package Description net.automatalib.graph This package (including sub-packages) contains the basic classes concerning graphs. -
-
Uses of CompactPMPGEdge in net.automatalib.graph
Methods in net.automatalib.graph that return CompactPMPGEdge Modifier and Type Method Description protected CompactPMPGEdge<L,MutableProceduralModalEdgeProperty>CompactPMPG. createEdge(int source, int target, @Nullable MutableProceduralModalEdgeProperty property)Methods in net.automatalib.graph with parameters of type CompactPMPGEdge Modifier and Type Method Description LCompactPMPG. getEdgeLabel(CompactPMPGEdge<L,MutableProceduralModalEdgeProperty> edge)voidCompactPMPG. setEdgeLabel(CompactPMPGEdge<L,MutableProceduralModalEdgeProperty> edge, L label)
-