uk.ed.inf.graph.undirected
Interface IUndirectedSubgraphFactory<N extends IUndirectedNode<N,? extends IUndirectedEdge<N,?>>,E extends IUndirectedEdge<N,E>>

All Superinterfaces:
IBasicSubgraphFactory<N,E>
All Known Implementing Classes:
SubgraphFactory

public interface IUndirectedSubgraphFactory<N extends IUndirectedNode<N,? extends IUndirectedEdge<N,?>>,E extends IUndirectedEdge<N,E>>
extends IBasicSubgraphFactory<N,E>


Method Summary
 
Methods inherited from interface uk.ed.inf.graph.basic.IBasicSubgraphFactory
addEdge, addNode, createInducedSubgraph, createSubgraph, edgeIterator, getGraph, nodeIterator, numEdges, numNodes