A B C D E F G H I L M N O P R S T U V W X

G

GeneralGraphState<N extends IBasicNode<N,? extends IBasicEdge<N,?>>,E extends IBasicEdge<N,E>> - Class in uk.ed.inf.graph.state
 
GeneralGraphState(IBasicGraph<N, E>, IBitString, IBitString) - Constructor for class uk.ed.inf.graph.state.GeneralGraphState
 
GeneralTree<T extends ITreeNode<T>> - Class in uk.ed.inf.tree
 
GeneralTree(T) - Constructor for class uk.ed.inf.tree.GeneralTree
 
get(int, int) - Method in class uk.ed.inf.bitstring.BitString
 
get(int) - Method in class uk.ed.inf.bitstring.BitString
 
get(int, int) - Method in class uk.ed.inf.bitstring.BitStringBuffer
 
get(int) - Method in class uk.ed.inf.bitstring.BitStringBuffer
 
get(int, int) - Method in interface uk.ed.inf.bitstring.IBitString
 
get(int) - Method in interface uk.ed.inf.bitstring.IBitString
 
get(N, N) - Method in interface uk.ed.inf.graph.util.IDirectedEdgeSet
Get the edges that match the given node connectivity.
get(N, N) - Method in interface uk.ed.inf.graph.util.IEdgeSet
Get the edges that match the given node connectivity.
get(int) - Method in interface uk.ed.inf.graph.util.IEdgeSet
Get the edge with the given index.
get(N, N) - Method in class uk.ed.inf.graph.util.impl.DirectedEdgeSet
 
get(int) - Method in class uk.ed.inf.graph.util.impl.DirectedEdgeSet
 
get(N, N) - Method in class uk.ed.inf.graph.util.impl.EdgeSet
 
get(int) - Method in class uk.ed.inf.graph.util.impl.EdgeSet
 
get(int) - Method in class uk.ed.inf.graph.util.impl.FilteredEdgeSet
 
get(N, N) - Method in class uk.ed.inf.graph.util.impl.FilteredEdgeSet
 
get(int) - Method in class uk.ed.inf.graph.util.impl.FilteredNodeSet
 
get(int) - Method in class uk.ed.inf.graph.util.impl.NodeSet
 
get(int) - Method in interface uk.ed.inf.graph.util.INodeSet
 
get(int) - Method in class uk.ed.inf.tree.GeneralTree
 
get(int) - Method in interface uk.ed.inf.tree.ITree
 
getAction() - Method in interface uk.ed.inf.tree.ITreeWalker
 
getAction() - Method in class uk.ed.inf.tree.LevelOrderTreeWalker
 
getChildCompoundGraph() - Method in class uk.ed.inf.graph.compound.archetypal.ArchetypalCompoundNode
 
getChildCompoundGraph() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundNode
 
getChildCompoundGraph() - Method in interface uk.ed.inf.graph.compound.ICompoundNode
Get subgraph of this compound node.
getChildCompoundGraph() - Method in class uk.ed.inf.graph.compound.impl.CompoundNode
 
getColour() - Method in interface uk.ed.inf.graph.colour.IEdgeColourHandler
Get the colour value.
getColour() - Method in interface uk.ed.inf.graph.colour.INodeColourHandler
Get the colour value.
getColourHandler() - Method in interface uk.ed.inf.graph.colour.IColouredEdge
 
getColourHandler() - Method in interface uk.ed.inf.graph.colour.IColouredNode
 
getConnectedNodes() - Method in interface uk.ed.inf.graph.basic.IBasicEdge
Get the ends of
getConnectedNodes() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundEdge
 
getConnectedNodes() - Method in interface uk.ed.inf.graph.directed.IDirectedEdge
 
getConnectedNodes() - Method in class uk.ed.inf.graph.impl.Edge
 
getConnectedNodes() - Method in interface uk.ed.inf.graph.undirected.IUndirectedEdge
 
getCopiedComponents() - Method in interface uk.ed.inf.graph.basic.IModifiableGraph
Retrieves the nodes and edges created in this graph by the last copy operation.
getCopiedComponents() - Method in class uk.ed.inf.graph.compound.base.BaseChildCompoundGraph
 
getCopiedComponents() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundGraph
 
getCopiedComponents() - Method in class uk.ed.inf.graph.compound.base.BaseGraphCopyBuilder
 
getCopiedComponents() - Method in interface uk.ed.inf.graph.compound.ICompoundGraphCopyBuilder
Gets the copied nodes and edges that were created in the destination graph as a subgraph of the destination graph.
getCopiedComponents() - Method in interface uk.ed.inf.graph.compound.IModifiableChildCompoundGraph
Retrieves the nodes and edges created in this graph by the last copy operation.
getCopiedComponents() - Method in interface uk.ed.inf.graph.compound.IModifiableCompoundGraph
Retrieves the nodes and edges created in this graph by the last copy operation.
getCopiedComponents() - Method in class uk.ed.inf.graph.impl.Graph
 
getCopiedNode(BaseCompoundNode) - Method in class uk.ed.inf.graph.compound.base.BaseGraphCopyBuilder
Gets the equivalent copied node to the specified node, if it exists.
getCurrentNodePair() - Method in interface uk.ed.inf.graph.basic.IBasicEdgeFactory
Returns the current node pair, or false if no nodes have been set.
getCurrentNodePair() - Method in class uk.ed.inf.graph.compound.base.BaseChildCompoundEdgeFactory
 
getCurrentNodePair() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundEdgeFactory
 
getCurrentNodePair() - Method in class uk.ed.inf.graph.compound.impl.ChildCompoundEdgeFactory
 
getCurrentNodePair() - Method in class uk.ed.inf.graph.compound.impl.CompoundEdgeFactory
 
getCurrentNodePair() - Method in interface uk.ed.inf.graph.directed.IDirectedEdgeFactory
Gets the current node pair.
getCurrentNodePair() - Method in class uk.ed.inf.graph.impl.EdgeFactory
 
getCurrentState() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundGraph
 
getCurrentState() - Method in class uk.ed.inf.graph.impl.Graph
 
getCurrentState() - Method in interface uk.ed.inf.graph.state.IRestorableGraph
Get the current state of the graph as a momento.
getDegree() - Method in interface uk.ed.inf.graph.basic.IBasicNode
Get the degree of the this node.
getDegree() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundNode
 
getDegree() - Method in class uk.ed.inf.graph.impl.Node
 
getDestinationChildGraph() - Method in class uk.ed.inf.graph.compound.base.BaseGraphCopyBuilder
 
getDestinationChildGraph() - Method in class uk.ed.inf.graph.compound.base.BaseGraphMoveBuilder
 
getDestinationChildGraph() - Method in interface uk.ed.inf.graph.compound.ICompoundGraphCopyBuilder
 
getDestinationChildGraph() - Method in interface uk.ed.inf.graph.compound.ICompoundGraphMoveBuilder
 
getEdge(int) - Method in interface uk.ed.inf.graph.basic.IBasicGraph
Get the edge with this index.
getEdge() - Method in interface uk.ed.inf.graph.colour.IEdgeColourHandler
Gets the edge that ones this colour handler.
getEdge(int) - Method in class uk.ed.inf.graph.compound.base.BaseChildCompoundGraph
 
getEdge(int) - Method in class uk.ed.inf.graph.compound.base.BaseCompoundGraph
 
getEdge(int) - Method in class uk.ed.inf.graph.compound.base.BaseSubCompoundGraph
 
getEdge(int) - Method in interface uk.ed.inf.graph.compound.ISubCompoundGraph
 
getEdge(int) - Method in class uk.ed.inf.graph.impl.Graph
 
getEdge(int) - Method in class uk.ed.inf.graph.impl.Subgraph
 
getEdge(int, int) - Method in interface uk.ed.inf.graph.util.IAdjacencyDataStructure
 
getEdge(int, int) - Method in class uk.ed.inf.graph.util.impl.AdjList
 
getEdge(int, int) - Method in class uk.ed.inf.graph.util.impl.AdjMatrix
 
getEdge(int, int) - Method in class uk.ed.inf.graph.util.impl.DirectedAdjList
 
getEdgeCounter() - Method in class uk.ed.inf.graph.compound.archetypal.ArchetypalCompoundGraph
 
getEdgeCounter() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundGraph
 
getEdgeInList() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundNode
 
getEdgeList() - Method in class uk.ed.inf.graph.compound.base.BaseSubCompoundGraphBuilder
 
getEdgeOutList() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundNode
 
getEdgeSet() - Method in class uk.ed.inf.graph.compound.base.BaseChildCompoundGraph
 
getEdgeStates() - Method in class uk.ed.inf.graph.state.GeneralGraphState
 
getEdgeStates() - Method in interface uk.ed.inf.graph.state.IGraphState
Get the states of the edges as a bit string: [true => exists, false => removed].
getEdgesWith(N) - Method in interface uk.ed.inf.graph.basic.IBasicNode
Gets the edges shared with the other node.
getEdgesWith(BaseCompoundNode) - Method in class uk.ed.inf.graph.compound.base.BaseCompoundNode
 
getEdgesWith(Node) - Method in class uk.ed.inf.graph.impl.Node
 
getEdgesWith(N, N) - Method in interface uk.ed.inf.graph.util.IEdgeSet
Gets the edges that contain this node as one of its ends.
getEdgesWith(N, N) - Method in class uk.ed.inf.graph.util.impl.DirectedEdgeSet
 
getEdgesWith(N, N) - Method in class uk.ed.inf.graph.util.impl.EdgeSet
 
getEdgesWith(N, N) - Method in class uk.ed.inf.graph.util.impl.FilteredEdgeSet
 
getGraph() - Method in interface uk.ed.inf.graph.basic.IBasicEdge
Get the owning graph of this edge.
getGraph() - Method in interface uk.ed.inf.graph.basic.IBasicEdgeFactory
Get the graph to which this factory acts upon.
getGraph() - Method in interface uk.ed.inf.graph.basic.IBasicNode
Get the graph that owns this node.
getGraph() - Method in interface uk.ed.inf.graph.basic.IBasicNodeFactory
Get the graph to which this factory acts upon.
getGraph() - Method in interface uk.ed.inf.graph.basic.IBasicSubgraphFactory
The graph that this factory will create a subgraph for.
getGraph() - Method in interface uk.ed.inf.graph.colour.IColouredEdgeFactory
Get the graph to which this factory acts upon.
getGraph() - Method in interface uk.ed.inf.graph.colour.IColouredNodeFactory
Get the graph to which this factory acts upon.
getGraph() - Method in class uk.ed.inf.graph.compound.archetypal.ArchetypalCompoundEdge
 
getGraph() - Method in class uk.ed.inf.graph.compound.archetypal.ArchetypalCompoundNode
 
getGraph() - Method in class uk.ed.inf.graph.compound.base.BaseChildCompoundEdgeFactory
 
getGraph() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundEdge
 
getGraph() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundEdgeFactory
 
getGraph() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundGraphStateHandler
 
getGraph() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundNode
 
getGraph() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundNodeFactory
 
getGraph() - Method in class uk.ed.inf.graph.compound.base.BaseSubCompoundGraphBuilder
 
getGraph() - Method in class uk.ed.inf.graph.compound.base.BaseSubCompoundGraphFactory
 
getGraph() - Method in interface uk.ed.inf.graph.compound.ICompoundEdge
 
getGraph() - Method in interface uk.ed.inf.graph.compound.ICompoundEdgeFactory
Get the compound graph that owns this factory.
getGraph() - Method in interface uk.ed.inf.graph.compound.ICompoundNodeFactory
 
getGraph() - Method in class uk.ed.inf.graph.compound.impl.ChildCompoundEdgeFactory
 
getGraph() - Method in class uk.ed.inf.graph.compound.impl.CompoundEdgeFactory
 
getGraph() - Method in class uk.ed.inf.graph.compound.impl.CompoundNodeFactory
 
getGraph() - Method in class uk.ed.inf.graph.compound.impl.SubCompoundGraphBuilder
 
getGraph() - Method in interface uk.ed.inf.graph.compound.ISubCompoundGraphBuilder
 
getGraph() - Method in interface uk.ed.inf.graph.compound.ISubCompoundGraphFactory
 
getGraph() - Method in class uk.ed.inf.graph.impl.Edge
 
getGraph() - Method in class uk.ed.inf.graph.impl.EdgeFactory
 
getGraph() - Method in class uk.ed.inf.graph.impl.Node
 
getGraph() - Method in class uk.ed.inf.graph.impl.NodeFactory
 
getGraph() - Method in class uk.ed.inf.graph.impl.SubgraphFactory
 
getGraph() - Method in class uk.ed.inf.graph.state.GeneralGraphState
 
getGraph() - Method in class uk.ed.inf.graph.state.GraphStateHandler
 
getGraph() - Method in interface uk.ed.inf.graph.state.IGraphState
Get the graph that this momento belong to.
getGraph() - Method in interface uk.ed.inf.graph.state.IGraphStateHandler
 
getGraph() - Method in interface uk.ed.inf.graph.undirected.IUndirectedEdge
 
getInDegree() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundNode
 
getInDegree() - Method in interface uk.ed.inf.graph.directed.IDirectedNode
 
getIndex() - Method in interface uk.ed.inf.graph.basic.IBasicEdge
Get the index that uniquely identifies the edge within its owning graph.
getIndex() - Method in interface uk.ed.inf.graph.basic.IBasicNode
Get the index of this node.
getIndex() - Method in class uk.ed.inf.graph.compound.archetypal.ArchetypalCompoundEdge
 
getIndex() - Method in class uk.ed.inf.graph.compound.archetypal.ArchetypalCompoundNode
 
getIndex() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundEdge
 
getIndex() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundNode
 
getIndex() - Method in class uk.ed.inf.graph.impl.Edge
 
getIndex() - Method in class uk.ed.inf.graph.impl.Node
 
getIndex() - Method in interface uk.ed.inf.tree.ITreeNode
Get the index (unique identifier) of this node.
getInEdgeIterator() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundNode
 
getInEdgeIterator() - Method in interface uk.ed.inf.graph.directed.IDirectedNode
Gets all edges connecting this node
getInEdgesFrom(BaseCompoundNode) - Method in class uk.ed.inf.graph.compound.base.BaseCompoundNode
 
getInEdgesFrom(N) - Method in interface uk.ed.inf.graph.directed.IDirectedNode
 
getInNode() - Method in class uk.ed.inf.graph.compound.archetypal.ArchetypalCompoundEdge
 
getInNode() - Method in class uk.ed.inf.graph.compound.base.BaseChildCompoundEdgeFactory
 
getInNode() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundEdge
 
getInNode() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundEdgeFactory
 
getInNode() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundNodePair
 
getInNode() - Method in class uk.ed.inf.graph.compound.impl.ChildCompoundEdgeFactory
 
getInNode() - Method in class uk.ed.inf.graph.compound.impl.CompoundEdgeFactory
 
getInNode() - Method in class uk.ed.inf.graph.compound.impl.CompoundNodePair
 
getInNode() - Method in interface uk.ed.inf.graph.directed.IDirectedPair
Get the node to which the end goes into.
getInNodeIterator() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundNode
 
getInNodeIterator() - Method in interface uk.ed.inf.graph.directed.IDirectedNode
 
getLastIndex() - Method in class uk.ed.inf.graph.util.IndexCounter
 
getLcaNode(BaseCompoundNode, BaseCompoundNode) - Method in class uk.ed.inf.graph.compound.base.BaseCompoundGraph
 
getLCANode() - Method in class uk.ed.inf.tree.LCACalculator
 
getLowestCommonAncestor(T, T) - Method in class uk.ed.inf.tree.GeneralTree
 
getLowestCommonAncestor(T, T) - Method in interface uk.ed.inf.tree.ITree
 
getMovedComponents() - Method in class uk.ed.inf.graph.compound.base.BaseChildCompoundGraph
Retrieves the nodes and edges created in this graph by the last copy operation.
getMovedComponents() - Method in class uk.ed.inf.graph.compound.base.BaseGraphMoveBuilder
 
getMovedComponents() - Method in interface uk.ed.inf.graph.compound.ICompoundGraphMoveBuilder
Gets the moved nodes and edges that were created in the destination graph as a subgraph of the destination graph.
getMovedComponents() - Method in interface uk.ed.inf.graph.compound.IModifiableChildCompoundGraph
Retrieves the nodes and edges created in this graph by the last copy operation.
getNode(int) - Method in interface uk.ed.inf.graph.basic.IBasicGraph
Get the node matching the nodeIdx.
getNode() - Method in interface uk.ed.inf.graph.colour.INodeColourHandler
Gets the node that ones this colour handler.
getNode(int) - Method in class uk.ed.inf.graph.compound.base.BaseChildCompoundGraph
 
getNode(int) - Method in class uk.ed.inf.graph.compound.base.BaseCompoundGraph
 
getNode(int) - Method in class uk.ed.inf.graph.compound.base.BaseSubCompoundGraph
 
getNode(int) - Method in interface uk.ed.inf.graph.compound.ISubCompoundGraph
 
getNode(int) - Method in class uk.ed.inf.graph.impl.Graph
 
getNode(int) - Method in class uk.ed.inf.graph.impl.Subgraph
 
getNodeCounter() - Method in class uk.ed.inf.graph.compound.archetypal.ArchetypalCompoundGraph
 
getNodeCounter() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundGraph
 
getNodeList() - Method in class uk.ed.inf.graph.compound.base.BaseSubCompoundGraphBuilder
 
getNodeSet() - Method in class uk.ed.inf.graph.compound.base.BaseChildCompoundGraph
 
getNodeStates() - Method in class uk.ed.inf.graph.state.GeneralGraphState
 
getNodeStates() - Method in interface uk.ed.inf.graph.state.IGraphState
Get the states of the nodes as a bit string: [true => exists, false => removed].
getNodeTree() - Method in class uk.ed.inf.graph.compound.archetypal.ArchetypalCompoundGraph
 
getNodeTree() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundGraph
 
getNumEdges() - Method in interface uk.ed.inf.graph.basic.IBasicGraph
Get the number of edges in the graph.
getNumEdges() - Method in class uk.ed.inf.graph.compound.base.BaseChildCompoundGraph
 
getNumEdges() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundGraph
 
getNumEdges() - Method in class uk.ed.inf.graph.compound.base.BaseSubCompoundGraph
 
getNumEdges() - Method in class uk.ed.inf.graph.impl.Graph
 
getNumEdges() - Method in class uk.ed.inf.graph.impl.Subgraph
 
getNumNodes() - Method in interface uk.ed.inf.graph.basic.IBasicGraph
Get the number of nodes in the graph.
getNumNodes() - Method in class uk.ed.inf.graph.compound.base.BaseChildCompoundGraph
 
getNumNodes() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundGraph
 
getNumNodes() - Method in class uk.ed.inf.graph.compound.base.BaseSubCompoundGraph
 
getNumNodes() - Method in class uk.ed.inf.graph.impl.Graph
 
getNumNodes() - Method in class uk.ed.inf.graph.impl.Subgraph
 
getNumTopNodes() - Method in class uk.ed.inf.graph.compound.base.BaseSubCompoundGraph
 
getNumTopNodes() - Method in interface uk.ed.inf.graph.compound.ISubCompoundGraph
 
getOneNode() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundNodePair
 
getOneNode() - Method in class uk.ed.inf.graph.impl.NodePair
 
getOneNode() - Method in interface uk.ed.inf.graph.undirected.IUndirectedPair
 
getOtherNode(N) - Method in interface uk.ed.inf.graph.basic.IBasicPair
Get the other node to this one in the pair.
getOtherNode(BaseCompoundNode) - Method in class uk.ed.inf.graph.compound.base.BaseCompoundNodePair
 
getOtherNode(Node) - Method in class uk.ed.inf.graph.impl.NodePair
Get the other node of the pair to this one.
getOutDegree() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundNode
 
getOutDegree() - Method in interface uk.ed.inf.graph.directed.IDirectedNode
 
getOutEdgeIterator() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundNode
 
getOutEdgeIterator() - Method in interface uk.ed.inf.graph.directed.IDirectedNode
Gets all edges going out from this node.
getOutEdgesTo(BaseCompoundNode) - Method in class uk.ed.inf.graph.compound.base.BaseCompoundNode
 
getOutEdgesTo(N) - Method in interface uk.ed.inf.graph.directed.IDirectedNode
 
getOutNode() - Method in class uk.ed.inf.graph.compound.archetypal.ArchetypalCompoundEdge
 
getOutNode() - Method in class uk.ed.inf.graph.compound.base.BaseChildCompoundEdgeFactory
 
getOutNode() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundEdge
 
getOutNode() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundEdgeFactory
 
getOutNode() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundNodePair
 
getOutNode() - Method in class uk.ed.inf.graph.compound.impl.ChildCompoundEdgeFactory
 
getOutNode() - Method in class uk.ed.inf.graph.compound.impl.CompoundEdgeFactory
 
getOutNode() - Method in class uk.ed.inf.graph.compound.impl.CompoundNodePair
 
getOutNode() - Method in interface uk.ed.inf.graph.directed.IDirectedPair
Get the node to which the end comes from.
getOutNodeIterator() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundNode
 
getOutNodeIterator() - Method in interface uk.ed.inf.graph.directed.IDirectedNode
 
getOwningChildGraph() - Method in class uk.ed.inf.graph.compound.archetypal.ArchetypalCompoundEdge
 
getOwningChildGraph() - Method in class uk.ed.inf.graph.compound.base.BaseChildCompoundEdgeFactory
 
getOwningChildGraph() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundEdge
 
getOwningChildGraph() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundEdgeFactory
 
getOwningChildGraph() - Method in interface uk.ed.inf.graph.compound.ICompoundChildEdgeFactory
 
getOwningChildGraph() - Method in interface uk.ed.inf.graph.compound.ICompoundEdge
 
getOwningChildGraph() - Method in interface uk.ed.inf.graph.compound.ICompoundEdgeFactory
The child graph that will contain any edges created by this factory.
getOwningChildGraph() - Method in class uk.ed.inf.graph.compound.impl.ChildCompoundEdgeFactory
 
getOwningChildGraph() - Method in class uk.ed.inf.graph.compound.impl.CompoundEdgeFactory
 
getParent() - Method in class uk.ed.inf.graph.compound.archetypal.ArchetypalCompoundNode
 
getParent() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundNode
The parent node cannot be null and should be the root node if the current node is the root node.
getParent() - Method in interface uk.ed.inf.tree.ITreeNode
Get the parent node of this node.
getParentNode() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundNodeFactory
 
getParentNode() - Method in interface uk.ed.inf.graph.compound.ICompoundNodeFactory
 
getParentNode() - Method in class uk.ed.inf.graph.compound.impl.CompoundNodeFactory
 
getRoot() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundNode
 
getRoot() - Method in interface uk.ed.inf.tree.ITreeNode
Get the root node for the tree that this node belongs to.
getRootNode() - Method in class uk.ed.inf.graph.compound.archetypal.ArchetypalChildCompoundGraph
 
getRootNode() - Method in class uk.ed.inf.graph.compound.archetypal.ArchetypalCompoundGraph
 
getRootNode() - Method in class uk.ed.inf.graph.compound.base.BaseChildCompoundGraph
 
getRootNode() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundGraph
 
getRootNode() - Method in interface uk.ed.inf.graph.compound.ICompoundGraph
Get the root node of this graph.
getRootNode() - Method in class uk.ed.inf.graph.compound.impl.ChildCompoundGraph
 
getRootNode() - Method in class uk.ed.inf.graph.compound.impl.CompoundGraph
 
getRootNode() - Method in class uk.ed.inf.tree.GeneralTree
 
getRootNode() - Method in interface uk.ed.inf.tree.ITree
Get the root node of this tree.
getRootNodeIndex() - Method in class uk.ed.inf.graph.compound.archetypal.ArchetypalCompoundGraph
 
getSourceSubgraph() - Method in class uk.ed.inf.graph.compound.base.BaseGraphCopyBuilder
 
getSourceSubgraph() - Method in class uk.ed.inf.graph.compound.base.BaseGraphMoveBuilder
 
getSourceSubgraph() - Method in interface uk.ed.inf.graph.compound.ICompoundGraphCopyBuilder
 
getSourceSubgraph() - Method in interface uk.ed.inf.graph.compound.ICompoundGraphMoveBuilder
 
getStartNode() - Method in interface uk.ed.inf.tree.ITreeWalker
 
getStartNode() - Method in class uk.ed.inf.tree.LevelOrderTreeWalker
 
getSubgraph() - Method in interface uk.ed.inf.graph.basic.ISubgraphAlgorithms
 
getSubgraph() - Method in class uk.ed.inf.graph.compound.base.BaseSubCompoundGraphBuilder
Retrieve the created subgraph.
getSubgraph() - Method in class uk.ed.inf.graph.compound.impl.SubCompoundGraphBuilder
 
getSubgraph() - Method in interface uk.ed.inf.graph.compound.ISubCompoundGraphBuilder
Retrieve the created subgraph.
getSubgraph() - Method in class uk.ed.inf.graph.util.SubgraphAlgorithms
 
getSuperGraph() - Method in interface uk.ed.inf.graph.basic.IBasicSubgraph
 
getSuperGraph() - Method in class uk.ed.inf.graph.compound.base.BaseChildCompoundGraph
 
getSuperGraph() - Method in class uk.ed.inf.graph.compound.base.BaseSubCompoundGraph
 
getSuperGraph() - Method in interface uk.ed.inf.graph.compound.IChildCompoundGraph
Gets the compound graph that owns this child graph.
getSuperGraph() - Method in class uk.ed.inf.graph.compound.impl.SubCompoundGraph
 
getSuperGraph() - Method in interface uk.ed.inf.graph.compound.ISubCompoundGraph
 
getSuperGraph() - Method in class uk.ed.inf.graph.impl.Subgraph
 
getTwoNode() - Method in class uk.ed.inf.graph.compound.base.BaseCompoundNodePair
 
getTwoNode() - Method in class uk.ed.inf.graph.impl.NodePair
 
getTwoNode() - Method in interface uk.ed.inf.graph.undirected.IUndirectedPair
 
getUnfilteredEdgeSet() - Method in interface uk.ed.inf.graph.util.IFilteredEdgeSet
 
getUnfilteredEdgeSet() - Method in class uk.ed.inf.graph.util.impl.FilteredEdgeSet
 
getUnfilteredNodeSet() - Method in interface uk.ed.inf.graph.util.IFilteredNodeSet
 
getUnfilteredNodeSet() - Method in class uk.ed.inf.graph.util.impl.FilteredNodeSet
 
Graph - Class in uk.ed.inf.graph.impl
 
Graph() - Constructor for class uk.ed.inf.graph.impl.Graph
 
Graph(Graph) - Constructor for class uk.ed.inf.graph.impl.Graph
 
GraphStateHandler<N extends IRestorableGraphElement & IBasicNode<N,? extends IBasicEdge<N,?>>,E extends IRestorableGraphElement & IBasicEdge<N,E>> - Class in uk.ed.inf.graph.state
 
GraphStateHandler(IBasicGraph<N, E>) - Constructor for class uk.ed.inf.graph.state.GraphStateHandler
 

A B C D E F G H I L M N O P R S T U V W X