org.globus.cog.karajan.workflow
Class ElementTree

java.lang.Object
  extended by org.globus.cog.karajan.workflow.ElementTree

public class ElementTree
extends Object


Constructor Summary
ElementTree()
           
 
Method Summary
 ElementTree copy()
           
 String getBasedir()
           
 Cache getCache()
           
 String getName()
           
 FlowElement getRoot()
           
 UIDMap getUIDMap()
           
 File resolveFile(File f)
           
 void setBasedir(String string)
           
 void setCache(Cache cache)
           
 void setName(String name)
           
 void setRoot(FlowElement root)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementTree

public ElementTree()
Method Detail

getCache

public Cache getCache()

getRoot

public FlowElement getRoot()

setRoot

public void setRoot(FlowElement root)

getUIDMap

public UIDMap getUIDMap()

getName

public String getName()

setName

public void setName(String name)

copy

public ElementTree copy()

getBasedir

public String getBasedir()

setBasedir

public void setBasedir(String string)

resolveFile

public File resolveFile(File f)

setCache

public void setCache(Cache cache)