Uses of Class
ix.icore.process.PNode

Packages that use PNode
ix.icore.process Classes for representing processes. 
ix.ip2 I-X Process Panels 
 

Uses of PNode in ix.icore.process
 

Fields in ix.icore.process declared as PNode
 PNode PNode.parent
           
 

Methods in ix.icore.process that return PNode
protected  PNode PNode.getChild(Name name)
           
 PNode PNodeMaker.makePNode(PNode parent, LList pattern)
           
 

Methods in ix.icore.process with parameters of type PNode
 boolean PNode.isAncestorOf(PNode n)
           
 boolean PNode.isDescendentOf(PNode n)
           
protected  void PNode.linkBefore(PNode after)
           
 void ProcessModelManager.addNode(PNode node)
           
 void ProcessModelManager.addConstraints(PNode node, java.util.List constraints)
           
protected abstract  void ProcessModelManager.addConstraint(PNode node, Constraint c)
           
abstract  void ProcessModelManager.statusChanged(PNode node)
          Called by a node when its status changes.
 PNode PNodeMaker.makePNode(PNode parent, LList pattern)
           
 

Constructors in ix.icore.process with parameters of type PNode
PNode(PNode parent)
           
PNode.MakeVarIfUnbound(java.util.Map nameToVarMap)
           
 

Uses of PNode in ix.ip2
 

Subclasses of PNode in ix.ip2
 class ActivityItem
          An AgendaEntry to represents an activity.
 class AgendaItem
          An entry in an Agenda.
 class IssueAgenda.OtherReportsIssue
           
 class IssueItem
          An AgendaEntry that represents an Issue.
 class WaitForReportsItem
          An agenda entry for a WaitForReportsActivity.
 

Fields in ix.ip2 declared as PNode
(package private)  PNode Ip2ModelManager.BindingSentinel.node
           
 

Methods in ix.ip2 with parameters of type PNode
protected  void Ip2ModelManager.addConstraint(PNode node, Constraint c)
           
 void Ip2ModelManager.statusChanged(PNode node)
           
protected  void Ip2ModelManager.handleCompletion(PNode node)
           
protected  void Ip2ModelManager.handleEffects(PNode node, java.util.List effects)
           
 

Constructors in ix.ip2 with parameters of type PNode
Ip2ModelManager.BindingSentinel(PNode node, java.util.Set unbound)