Uses of Interface
uk.ed.inf.graph.util.INodeSet

Packages that use INodeSet
uk.ed.inf.graph.compound.base   
uk.ed.inf.graph.util   
uk.ed.inf.graph.util.impl   
 

Uses of INodeSet in uk.ed.inf.graph.compound.base
 

Methods in uk.ed.inf.graph.compound.base that return INodeSet
protected  INodeSet<BaseCompoundNode,BaseCompoundEdge> BaseChildCompoundGraph.getNodeSet()
           
 

Methods in uk.ed.inf.graph.compound.base with parameters of type INodeSet
protected  void BaseSubCompoundGraph.createNodeSet(INodeSet<BaseCompoundNode,BaseCompoundEdge> nodeSet)
           
protected  void BaseChildCompoundGraph.createNodeSet(INodeSet<BaseCompoundNode,BaseCompoundEdge> nodeSet)
           
 

Uses of INodeSet in uk.ed.inf.graph.util
 

Subinterfaces of INodeSet in uk.ed.inf.graph.util
 interface IFilteredNodeSet<N extends IBasicNode<N,? extends IBasicEdge<N,?>>,E extends IBasicEdge<N,E>>
           
 

Methods in uk.ed.inf.graph.util that return INodeSet
 INodeSet<N,E> IFilteredNodeSet.getUnfilteredNodeSet()
           
 

Uses of INodeSet in uk.ed.inf.graph.util.impl
 

Classes in uk.ed.inf.graph.util.impl that implement INodeSet
 class FilteredNodeSet<N extends IBasicNode<N,? extends IBasicEdge<N,?>>,E extends IBasicEdge<N,E>>
           
 class NodeSet<N extends IBasicNode<N,? extends IBasicEdge<N,?>>,E extends IBasicEdge<N,E>>
           
 

Methods in uk.ed.inf.graph.util.impl that return INodeSet
 INodeSet<N,E> FilteredNodeSet.getUnfilteredNodeSet()
           
 

Constructors in uk.ed.inf.graph.util.impl with parameters of type INodeSet
FilteredNodeSet(INodeSet<N,E> nodeSet, IFilterCriteria<N> criteria)