Package net.automatalib.graph.concept
Interface EdgeLabels<E,L>
-
- Type Parameters:
E
- edge classL
- label class
- All Known Subinterfaces:
FiniteLabeledGraph<N,E,L>
,MutableEdgeLabels<E,L>
,MutableProceduralModalProcessGraph<N,L,E,AP,TP>
,ProceduralModalProcessGraph<N,L,E,AP,TP>
- All Known Implementing Classes:
CompactPMPG
public interface EdgeLabels<E,L>
Edge label context, forGraph
s with labeled edges.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description L
getEdgeLabel(E edge)
Retrieves the label for an edge.
-