net.sourceforge.combean.interfaces.graph.prop
Interface GlobalIndexedNodesGraphProp

Package class diagram package GlobalIndexedNodesGraphProp
All Superinterfaces:
GlobalNodesGraphProp, Graph
All Known Subinterfaces:
ConstructableIndexedGraphProp, ConstructableNumberedGraphProp, GlobalIndexedGraphProp, GlobalNumberedGraphProp, GlobalNumberedNodesGraphProp
All Known Implementing Classes:
Clique, CompositeNumberGraph, DirectedCircle, DirectedPath, DRAGraphAsConstructableNumberedGraph, IsolatedNodes, JGraphModelAsGraph, NumberGraph, Path, SimpleNumberGraph

public interface GlobalIndexedNodesGraphProp
extends GlobalNodesGraphProp

A graph where the nodes may be accessed by an integer index.


Field Summary
static int UNDEFINED_NODE
           
 
Method Summary
 Node getNode(int index)
          Returns the node with the given index.
 
Methods inherited from interface net.sourceforge.combean.interfaces.graph.prop.GlobalNodesGraphProp
getAllNodesIterator, getNumNodes
 
Methods inherited from interface net.sourceforge.combean.interfaces.graph.Graph
getEdgeClass, getNodeClass
 

Field Detail

UNDEFINED_NODE

static final int UNDEFINED_NODE
See Also:
Constant Field Values
Method Detail

getNode

Node getNode(int index)
Returns the node with the given index.

Parameters:
index -
Returns:
node with given index