Goovi
Class NodeCash

java.lang.Object
  |
  +--Goovi.NodeCash

public class NodeCash
extends java.lang.Object

Class for the cashing of AmosNodes used in the AmosOutliner


Constructor Summary
NodeCash()
           
 
Method Summary
 void clear()
           
 AmosNode get(callin.Oid oid, boolean isFolder)
           
 void put(AmosNode nd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeCash

public NodeCash()
Method Detail

get

public final AmosNode get(callin.Oid oid,
                          boolean isFolder)
                   throws callin.AmosException

put

public final void put(AmosNode nd)

clear

public final void clear()