All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class oplan.acp3.StatusChange

java.lang.Object
   |
   +----oplan.acp3.StatusChange

public class StatusChange
extends Object
implements StatusValues
A StatusChange describes a change in the execution status of an action in a process. It is sent to an implementation of ProcessViewer as an element of the statusChanges field of a ProcessStatusUpdate.

The coa field can have as its value a COA number, COA_NONE, or COA_OVERALL. COA_OVERALL indicates a collective status "across" all COAs. COA_NONE is for nodes that occur only once in the entire process, rather than once per COA.

See Also:
ProcessModel, ProcessStatusUpdate, ProcessViewer

Variable Index

 o action
 o coa
 o COA_NONE
 o COA_OVERALL
 o iteration
 o planLevel
 o status
 o text

Constructor Index

 o StatusChange()

Method Index

 o statusText()
 o toString()

Variables

 o COA_NONE
 public static final int COA_NONE
 o COA_OVERALL
 public static final int COA_OVERALL
 o action
 public String action
 o coa
 public int coa
 o iteration
 public int iteration
 o status
 public int status
 o planLevel
 public int planLevel
 o text
 public String text

Constructors

 o StatusChange
 public StatusChange()

Methods

 o statusText
 public String statusText()
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index