XMT-O Reference Software

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:


Field Summary
protected  java.io.PrintWriter errWriter
           
private  SimpleTimeGraph timeGraph
           
protected  java.io.PrintWriter writer
           
 
Fields inherited from class xmto2xmta.timegraph.Container
children, id, parent
 
Constructor Summary
SimpleContainer()
           
SimpleContainer(SimpleTimeGraph timeGraph, java.lang.Integer id, Container parent)
           
 
Method Summary
 Container getRoot()
           
 SimpleTimeGraph getSimpleTimeGraph()
           
 void setTimeGraph(SimpleTimeGraph timeGraph)
           
 
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
 

Field Detail

timeGraph

private SimpleTimeGraph timeGraph

writer

protected java.io.PrintWriter writer

errWriter

protected java.io.PrintWriter errWriter
Constructor Detail

SimpleContainer

public SimpleContainer()

SimpleContainer

public SimpleContainer(SimpleTimeGraph timeGraph,
                       java.lang.Integer id,
                       Container parent)
Method Detail

setTimeGraph

public void setTimeGraph(SimpleTimeGraph timeGraph)

getSimpleTimeGraph

public SimpleTimeGraph getSimpleTimeGraph()

getRoot

public Container getRoot()
Overrides:
getRoot in class Container

XMT-O Reference Software