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

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

public interface GlobalEdgesGraphProp
extends Graph

A graph where the edges are globally known, i.e., not only through local exploration


Method Summary
 EdgeIterator getAllEdgesIterator()
           
 int getNumEdges()
           
 
Methods inherited from interface net.sourceforge.combean.interfaces.graph.Graph
getEdgeClass, getNodeClass
 

Method Detail

getAllEdgesIterator

EdgeIterator getAllEdgesIterator()
Returns:
an iterator through all edges in the graph

getNumEdges

int getNumEdges()
Returns:
the number of all edges in the graph