Uses of Class
ix.icore.process.PNodeEnd

Packages that use PNodeEnd
ix.icore.process Classes for representing processes. 
ix.ip2 I-X Process Panels 
ix.iplan The I-X planner. 
 

Uses of PNodeEnd in ix.icore.process
 

Fields in ix.icore.process declared as PNodeEnd
protected  PNodeEnd PNode.beginEnd
           
protected  PNodeEnd PNode.endEnd
           
 

Methods in ix.icore.process that return PNodeEnd
static PNodeEnd PNodeEnd.fromRef(java.util.Map idToNodeMap, NodeEndRef ref)
           
 PNodeEnd PNode.getBegin()
           
 PNodeEnd PNode.getEnd()
           
 

Methods in ix.icore.process with parameters of type PNodeEnd
 void PNodeEnd.linkAfter(PNodeEnd from)
           
 void PNodeEnd.linkBefore(PNodeEnd to)
           
 

Uses of PNodeEnd in ix.ip2
 

Methods in ix.ip2 with parameters of type PNodeEnd
protected  void ItemEditor.addEndStatus(java.util.List lines, PNodeEnd ne)
           
(package private)  boolean PlanMaker.isNonSiblingOrdering(PNodeEnd before, PNodeEnd after)
           
(package private)  Ordering PlanMaker.makeOrdering(PNodeEnd before, PNodeEnd after)
           
 void PlanMaker.OrdWalker.visit(PNodeEnd before, PNodeEnd after)
           
(package private)  void PlanMaker.walkEndOrderings(PNodeEnd nodeEnd, PlanMaker.OrdWalker w)
           
 

Uses of PNodeEnd in ix.iplan
 

Methods in ix.iplan that return PNodeEnd
(package private)  PNodeEnd Slip.findExecutable()
           
(package private)  PNodeEnd Slip.findExecutable(java.util.Iterator i)
           
(package private)  PNodeEnd SlipFindExecutable.nextStatusExecutable(java.util.Iterator i)
           
 

Methods in ix.iplan with parameters of type PNodeEnd
(package private)  boolean SlipFindExecutable.canComplete(PNodeEnd ne)
           
protected  void PlanCheckingSimulator.checkConditions(PNodeEnd ne, java.util.Set ready)
           
protected  void PlanCheckingSimulator.checkForDeleters(PNodeEnd ne, LList p, java.lang.Object v, java.util.Set ready)
           
protected  void PlanCheckingSimulator.checkNodeEndStatusValue(PNodeEnd end)
           
(package private)  void Slip.computeProperStatus(PNodeEnd end)
           
(package private)  void Slip.computeStatus(PNodeEnd end)
           
(package private)  void Slip.describeLinks(PNodeEnd at, java.lang.String relation, java.util.List nodeEnds)
           
(package private)  void Slip.describeNodeEnd(PNodeEnd end)
           
protected  void PlanCheckingSimulator.doEffects(PNodeEnd ne)
           
(package private)  void SlipFindExecutable.executeNodeEnd(PNodeEnd ne)
           
protected  java.util.List PlanCheckingSimulator.getConditions(PNodeEnd ne)
           
protected  java.util.List PlanCheckingSimulator.getEffects(PNodeEnd ne)
           
(package private)  PatternAssignment Slip.getGoalCond(PNodeEnd ne)
           
(package private)  Status Slip.getStatus(PNodeEnd end)
           
(package private)  boolean SlipFindExecutable.goalExpanders(PNodeEnd ne, java.util.LinkedList useNow, java.util.LinkedList useLater)
           
(package private)  boolean SlipFindExecutable.isAlreadyExpanded(PNodeEnd ne)
           
(package private)  boolean Slip.isGoalNode(PNodeEnd ne)
           
(package private)  boolean SlipFindExecutable.isTrivial(PNodeEnd ne)
           
(package private)  boolean SlipFindExecutable.nodeExpanders(PNodeEnd ne, java.util.LinkedList useNow, java.util.LinkedList useLater)
           
(package private)  void SlipFindExecutable.postFindNextAlt(PNodeEnd selected, LList allNodeEnds, LListIterator nodeEndIter)
           
(package private)  void SlipFindExecutable.satisfyNodeEndConds(PNodeEnd ne, ix.icore.domain.ListOfConstraint conds, java.util.List envs)
           
(package private)  void Slip.setProperStatus(PNodeEnd end, Status status)
           
(package private)  void Slip.setStatus(PNodeEnd end, Status status)