be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents.scenario
Class RootEventTypeNode

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents.scenario.EventTypeNode
      extended by be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents.scenario.RootEventTypeNode

public class RootEventTypeNode
extends EventTypeNode

Node identified by a Event. It is the first level in the tree representing a scenario.

Creation date: 6 janv. 2006

Author:
Ga�l Monfort (monfort@run.montefiore.ulg.ac.be)

Field Summary
static int EXECUTED_ERROR
           
static int EXECUTED_NO_ERROR
           
static int NOT_EXECUTED
           
 
Constructor Summary
RootEventTypeNode(EventType value)
           
RootEventTypeNode(EventType value, boolean useNotSet)
           
 
Method Summary
 java.lang.String displayString()
          returns the string representation of the object
 int getStatus()
           
 java.lang.Object getValue()
          get the value of the node.
 boolean isset()
          returns true if the parameter was set.
 void setStatus(int status)
           
 
Methods inherited from class be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents.scenario.EventTypeNode
getChildren, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOT_EXECUTED

public static final int NOT_EXECUTED
See Also:
Constant Field Values

EXECUTED_NO_ERROR

public static final int EXECUTED_NO_ERROR
See Also:
Constant Field Values

EXECUTED_ERROR

public static final int EXECUTED_ERROR
See Also:
Constant Field Values
Constructor Detail

RootEventTypeNode

public RootEventTypeNode(EventType value)

RootEventTypeNode

public RootEventTypeNode(EventType value,
                         boolean useNotSet)
Method Detail

getStatus

public int getStatus()

setStatus

public void setStatus(int status)

isset

public boolean isset()
Description copied from class: EventTypeNode
returns true if the parameter was set.

Overrides:
isset in class EventTypeNode
Returns:

getValue

public java.lang.Object getValue()
Description copied from class: EventTypeNode
get the value of the node. The value is the parameter value of the parent Jaxb object.

Overrides:
getValue in class EventTypeNode
Returns:
the parameter value which is an instance of the class getType() or null if the parameter was not set.

displayString

public java.lang.String displayString()
Description copied from class: EventTypeNode
returns the string representation of the object

Overrides:
displayString in class EventTypeNode
Returns:


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.