Interface ILabeledGraph<N,A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddArc(N from, N to, A edge)AgetArcLabel(N from, N to)Gets the label of the edge between two given nodes.-
Methods inherited from interface org.api4.java.datastructure.graph.explicit.IGraph
addEdge, addNode, contains, getNodes, getPredecessors, getSuccessors, removeEdge, removeNode
-
-