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

Package class diagram package GlobalIndexedEdgesGraphProp
All Superinterfaces:
GlobalEdgesGraphProp, Graph
All Known Subinterfaces:
ConstructableIndexedGraphProp, ConstructableNumberedGraphProp, GlobalIndexedGraphProp, GlobalNumberedEdgesGraphProp, GlobalNumberedGraphProp
All Known Implementing Classes:
DRAGraphAsConstructableNumberedGraph, JGraphModelAsGraph

public interface GlobalIndexedEdgesGraphProp
extends GlobalEdgesGraphProp

A graph property: the nodes can be identified and retrieved by a numeric index


Field Summary
static int UNDEFINED_EDGE
           
 
Method Summary
 Edge getEdge(int index)
          Return the edge with a given index
 
Methods inherited from interface net.sourceforge.combean.interfaces.graph.prop.GlobalEdgesGraphProp
getAllEdgesIterator, getNumEdges
 
Methods inherited from interface net.sourceforge.combean.interfaces.graph.Graph
getEdgeClass, getNodeClass
 

Field Detail

UNDEFINED_EDGE

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

getEdge

Edge getEdge(int index)
Return the edge with a given index

Parameters:
index -
Returns:
the edges with the given index