xmto2xmta.timegraph
Class SimpleContainer
java.lang.Object
|
+--xmto2xmta.timegraph.Container
|
+--xmto2xmta.timegraph.SimpleContainer
- Direct Known Subclasses:
- SimpleTimeContainer
- public class SimpleContainer
- extends Container
Generic simple container class (a node) in simple timing graph.
History:
- 15 Mar 2001 - Created file.
Methods inherited from class xmto2xmta.timegraph.Container |
addChild, children, getChildren, getCommonAscendant, getID, getNextChild, getParent, getPrevChild, getTimeGraph, hasEvent, isAscendantOf, isCommonAscendantOf, setID, setParent, setTimeGraph |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
timeGraph
private SimpleTimeGraph timeGraph
writer
protected java.io.PrintWriter writer
errWriter
protected java.io.PrintWriter errWriter
SimpleContainer
public SimpleContainer()
SimpleContainer
public SimpleContainer(SimpleTimeGraph timeGraph,
java.lang.Integer id,
Container parent)
setTimeGraph
public void setTimeGraph(SimpleTimeGraph timeGraph)
getSimpleTimeGraph
public SimpleTimeGraph getSimpleTimeGraph()
getRoot
public Container getRoot()
- Overrides:
getRoot
in class Container