|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Graph
A graph is an object that contains nodes and edges. Edges are accessed through the nodes that they connect.
| Red |
| Method Summary | |
|---|---|
int |
getNodeCount()
Return a count of the nodes this graph contains. |
java.util.Iterator |
nodes()
Return an iterator over the nodes that this graph contains. |
| Methods inherited from interface diva.util.SemanticObjectContainer |
|---|
getSemanticObject, setSemanticObject |
| Methods inherited from interface diva.util.PropertyContainer |
|---|
getProperty, propertyNames, setProperty |
| Method Detail |
|---|
java.util.Iterator nodes()
int getNodeCount()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||