Uses of Interface
uk.ed.inf.graph.state.IGraphState

Packages that use IGraphState
uk.ed.inf.graph.compound.base   
uk.ed.inf.graph.impl   
uk.ed.inf.graph.state   
 

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

Methods in uk.ed.inf.graph.compound.base that return IGraphState
 IGraphState<BaseCompoundNode,BaseCompoundEdge> BaseCompoundGraphStateHandler.createGraphState()
           
 IGraphState<BaseCompoundNode,BaseCompoundEdge> BaseCompoundGraph.getCurrentState()
           
 

Methods in uk.ed.inf.graph.compound.base with parameters of type IGraphState
 void BaseCompoundGraphStateHandler.restoreState(IGraphState<BaseCompoundNode,BaseCompoundEdge> previousState)
           
 void BaseCompoundGraph.restoreState(IGraphState<BaseCompoundNode,BaseCompoundEdge> previousState)
           
 

Uses of IGraphState in uk.ed.inf.graph.impl
 

Methods in uk.ed.inf.graph.impl that return IGraphState
 IGraphState<Node,Edge> Graph.getCurrentState()
           
 

Methods in uk.ed.inf.graph.impl with parameters of type IGraphState
 void Graph.restoreState(IGraphState<Node,Edge> previousState)
           
 

Uses of IGraphState in uk.ed.inf.graph.state
 

Classes in uk.ed.inf.graph.state that implement IGraphState
 class GeneralGraphState<N extends IBasicNode<N,? extends IBasicEdge<N,?>>,E extends IBasicEdge<N,E>>
           
 

Methods in uk.ed.inf.graph.state that return IGraphState
 IGraphState<N,E> IGraphStateHandler.createGraphState()
           
 IGraphState<N,E> GraphStateHandler.createGraphState()
           
 IGraphState<N,E> IRestorableGraph.getCurrentState()
          Get the current state of the graph as a momento.
 

Methods in uk.ed.inf.graph.state with parameters of type IGraphState
 void IRestorableGraph.restoreState(IGraphState<N,E> previousState)
          Restores the graph state to the state stored by the previousState object.
 void IGraphStateHandler.restoreState(IGraphState<N,E> previousState)
           
 void GraphStateHandler.restoreState(IGraphState<N,E> previousState)