Package net.automatalib.graph.concept
Interface MutableEdgeLabels<E,L>
-
- All Superinterfaces:
EdgeLabels<E,L>
- All Known Subinterfaces:
MutableProceduralModalProcessGraph<N,L,E,AP,TP>
- All Known Implementing Classes:
CompactPMPG
public interface MutableEdgeLabels<E,L> extends EdgeLabels<E,L>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setEdgeLabel(E edge, L label)
-
Methods inherited from interface net.automatalib.graph.concept.EdgeLabels
getEdgeLabel
-
-