giden.GRDS
Class GraphState

java.lang.Object
  |
  +--giden.GRDS.GraphState

public class GraphState
extends java.lang.Object

Copyright (c) 1993-2004 C. R. Coullard, D. S. Dilworth, J. H. Owen, All Rights Reserved.
We make no representations or warranties about the suitability of the software, either express or implied, including but not limited to the implied warranties of merchantability, fitness for a particular purpose, or non-infringement. We shall not be liable for any damages suffered by user as a result of using, modifying or distributing this software or its derivatives.

Version:
4.0a 2004 08 27
Author:
D. S. Dilworth
See Also:
Graph

Constructor Summary
GraphState(Network network)
          Creates a GraphState object from the given graph
 
Method Summary
 void Restore()
          Restores the graph to its previous state
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphState

public GraphState(Network network)
Creates a GraphState object from the given graph
Parameters:
graph - The graph whose state should be stored
Method Detail

Restore

public void Restore()
Restores the graph to its previous state