uk.ed.inf.graph.util
Class SubgraphAlgorithms<N extends IBasicNode<N,? extends IBasicEdge<N,?>>,E extends IBasicEdge<N,E>>

java.lang.Object
  extended by uk.ed.inf.graph.util.SubgraphAlgorithms<N,E>
All Implemented Interfaces:
ISubgraphAlgorithms<N,E>

public final class SubgraphAlgorithms<N extends IBasicNode<N,? extends IBasicEdge<N,?>>,E extends IBasicEdge<N,E>>
extends java.lang.Object
implements ISubgraphAlgorithms<N,E>


Constructor Summary
SubgraphAlgorithms(IBasicSubgraph<N,E> subgraph)
           
 
Method Summary
 IBasicSubgraph<N,E> getSubgraph()
           
 boolean isInducedSubgraph()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubgraphAlgorithms

public SubgraphAlgorithms(IBasicSubgraph<N,E> subgraph)
Method Detail

getSubgraph

public IBasicSubgraph<N,E> getSubgraph()
Specified by:
getSubgraph in interface ISubgraphAlgorithms<N extends IBasicNode<N,? extends IBasicEdge<N,?>>,E extends IBasicEdge<N,E>>

isInducedSubgraph

public boolean isInducedSubgraph()
Specified by:
isInducedSubgraph in interface ISubgraphAlgorithms<N extends IBasicNode<N,? extends IBasicEdge<N,?>>,E extends IBasicEdge<N,E>>