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>
public interface EdgeLabels<E,L>Edge label context, forGraphs with labeled edges.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LgetEdgeLabel(E edge)Retrieves the label for an edge.
-