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

Packages that use IGraphStateHandler
uk.ed.inf.graph.compound.base   
uk.ed.inf.graph.state   
 

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

Classes in uk.ed.inf.graph.compound.base that implement IGraphStateHandler
 class BaseCompoundGraphStateHandler
           
 

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

Classes in uk.ed.inf.graph.state that implement IGraphStateHandler
 class GraphStateHandler<N extends IRestorableGraphElement & IBasicNode<N,? extends IBasicEdge<N,?>>,E extends IRestorableGraphElement & IBasicEdge<N,E>>