|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |