All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class oplan.acp3.ProcessStatusUpdate

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

public class ProcessStatusUpdate
extends Object
A ProcessStatusUpdate is sent to an implementation of the ProcessViewer interface when telling it of state changes in a process.

The update always contains the current number of COAs and the total number of issues for each COA, even if these numbers have not changed since the previous update was sent. The statusChanges field normally contains only the changes since the last update. In that case, the containsCompleteState field is false. However, if containsCompleteState is true, then statusChanges contains a StatusChange object for every node that currently exists.

See Also:
ProcessModel, StatusChange, ProcessViewer

Variable Index

 o containsCompleteState
 o issueCounts
 o numberOfCoas
 o statusChanges

Constructor Index

 o ProcessStatusUpdate()

Variables

 o numberOfCoas
 public int numberOfCoas
 o statusChanges
 public Vector statusChanges
 o issueCounts
 public int issueCounts[]
 o containsCompleteState
 public boolean containsCompleteState

Constructors

 o ProcessStatusUpdate
 public ProcessStatusUpdate()

All Packages  Class Hierarchy  This Package  Previous  Next  Index