| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Status | |
|---|---|
| ix.icore | I-X core classes. | 
| ix.icore.process | Classes for representing processes. | 
| ix.ip2 | I-X Process Panels | 
| ix.iplan | The I-X planner. | 
| ix.test | Simple applications for testing purposes. | 
| Uses of Status in ix.icore | 
|---|
| Fields in ix.icore declared as Status | |
|---|---|
static Status | 
Status.BLANK
 | 
static Status | 
Status.COMPLETE
 | 
static Status | 
Status.EXECUTING
 | 
static Status | 
Status.IMPOSSIBLE
 | 
static Status | 
Status.NA
 | 
static Status | 
Status.POSSIBLE
 | 
protected  Status | 
TaskItem.status
 | 
| Methods in ix.icore that return Status | |
|---|---|
 Status | 
TaskItem.getStatus()
 | 
 Status | 
HasStatus.getStatus()
 | 
static Status | 
Status.valueOf(java.lang.String name)
 | 
| Methods in ix.icore with parameters of type Status | |
|---|---|
 void | 
TaskItem.setStatus(Status status)
 | 
 void | 
HasStatus.setStatus(Status s)
 | 
| Uses of Status in ix.icore.process | 
|---|
| Methods in ix.icore.process that return Status | |
|---|---|
 Status | 
PNodeEnd.getStatus()
 | 
abstract  Status | 
PNode.getStatus()
 | 
 Status | 
PNode.statusFromNodeEnds()
Determines the status this PNode should have, based on the statuses of its node-ends.  | 
| Methods in ix.icore.process with parameters of type Status | |
|---|---|
static boolean | 
StatusStepper.allHaveStatus(java.util.List l,
              Status status)
 | 
static boolean | 
PNode.allHaveStatus(java.util.List l,
              Status status)
 | 
 void | 
PNode.assignStatus(Status status)
Called when loading a plan to give this PNode the status specified in the plan.  | 
 void | 
StatusStepper.changeStatus(PNode node,
             Status status)
 | 
 void | 
PNodeEnd.setStatus(Status s)
 | 
 void | 
PNode.setStatus(Status status)
Changes the node's status and then that of related nodes.  | 
| Uses of Status in ix.ip2 | 
|---|
| Fields in ix.ip2 declared as Status | |
|---|---|
(package private)  Status | 
AgendaItem.UndoSetStatus.saved
 | 
| Methods in ix.ip2 that return Status | |
|---|---|
 Status | 
AgendaItem.getStatus()
 | 
| Methods in ix.ip2 with parameters of type Status | |
|---|---|
 void | 
AgendaItem.assignStatus(Status s)
 | 
protected  void | 
AgendaItem.handleReportBack(Status newStatus)
 | 
 void | 
AgendaItem.setStatus(Status status)
 | 
 void | 
ActivityAgenda.OtherReportsActivity.setStatus(Status status)
 | 
| Uses of Status in ix.iplan | 
|---|
| Fields in ix.iplan with type parameters of type Status | |
|---|---|
(package private)  ContextMap<PNodeEnd,Status> | 
Slip.nodeEndStatusMap
 | 
| Methods in ix.iplan that return Status | |
|---|---|
(package private)  Status | 
Slip.getStatus(PNodeEnd end)
 | 
| Methods in ix.iplan with parameters of type Status | |
|---|---|
(package private)  boolean | 
Slip.allHaveStatus(java.util.List nodeEnds,
              Status status)
 | 
protected  java.util.List<PNodeEnd> | 
PlanCheckingSimulator.keepIf(Status status,
       java.util.List<PNodeEnd> nodeEnds)
 | 
protected  java.util.List<PNodeEnd> | 
PlanCheckingSimulator.removeIf(Status status,
         java.util.List<PNodeEnd> nodeEnds)
 | 
(package private)  void | 
Slip.setProperStatus(PNodeEnd end,
                Status status)
 | 
(package private)  void | 
Slip.setStatus(PNodeEnd end,
          Status status)
 | 
protected  void | 
PlanCheckingSimulator.wrongStatusProblem(HasStatus h,
                   Status correct)
 | 
| Uses of Status in ix.test | 
|---|
| Methods in ix.test with parameters of type Status | |
|---|---|
protected  java.util.List | 
SimpleRSim.keepIf(Status status,
       java.util.List nodeEnds)
 | 
protected  java.util.List | 
SimpleRSim.removeIf(Status status,
         java.util.List nodeEnds)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||