net.sourceforge.combean.interfaces.graph.prop
Interface 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
getAllEdgesIterator
EdgeIterator getAllEdgesIterator()
- Returns:
- an iterator through all edges in the graph
getNumEdges
int getNumEdges()
- Returns:
- the number of all edges in the graph