Interface Graph<R extends GraphNode<K,V>,K,V>
- All Known Implementing Classes:
AbstractGraph
,DirectedGraph
public interface Graph<R extends GraphNode<K,V>,K,V>
- Author:
- pavlidis
-
Method Summary
-
Method Details
-
addNode
-
containsKey
-
get
-
getNodeContents
-
unmarkAll
void unmarkAll()
-