Uses of Class
ix.icore.process.PNodeEnd

Packages that use PNodeEnd
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. 
 

Uses of PNodeEnd in ix.icore
 

Methods in ix.icore with parameters of type PNodeEnd
 void ConstraintManager.evalAtBegin(PNodeEnd begin, Constraint c)
           
 void ConstraintManager.evalAtEnd(PNodeEnd end, Constraint c)
           
 

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()
           
 PNodeEnd PNodeEnd.getOtherNodeEnd()
           
 

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 that return types with arguments of type PNodeEnd
 java.util.List<PNodeEnd> Ip2ModelManager.getNodeEnds()
           
 

Methods in ix.ip2 with parameters of type PNodeEnd
protected  void ItemEditor.addEndStatus(java.util.List lines, PNodeEnd ne)
           
 void ForAllCM.evalAtBegin(PNodeEnd ne, Constraint c)
           
 void UseCM.evalAtBegin(PNodeEnd ne, Constraint c)
           
 void ConstraintAssociator.evalAtBegin(PNodeEnd ne, Constraint c)
           
 void Scrum.evalAtBegin(PNodeEnd ne, Constraint c)
           
 void Ip2ModelManager.evalAtBegin(PNodeEnd ne, java.util.List<Constraint> constraints)
           
 void ForAllCM.evalAtEnd(PNodeEnd ne, Constraint c)
           
 void UseCM.evalAtEnd(PNodeEnd ne, Constraint c)
           
 void ConstraintAssociator.evalAtEnd(PNodeEnd ne, Constraint c)
           
 void Scrum.evalAtEnd(PNodeEnd ne, Constraint c)
           
 void Ip2ModelManager.evalAtEnd(PNodeEnd ne, java.util.List<Constraint> constraints)
           
 void Ip2ModelManager.linkAfter(PNodeEnd to, PNodeEnd from)
           
 void Ip2ModelManager.linkBefore(PNodeEnd from, PNodeEnd to)
           
 

Uses of PNodeEnd in ix.iplan
 

Fields in ix.iplan with type parameters of type PNodeEnd
protected  java.util.List<java.util.List<PNodeEnd>> ExecutionStages.stages
           
 

Methods in ix.iplan that return types with arguments of type PNodeEnd
 java.util.List<java.util.List<PNodeEnd>> ExecutionStages.getStages()
           
protected  java.util.List<java.util.List<PNodeEnd>> ExecutionStages.makeExecutionStages(java.util.List<PNodeEnd> ends)
           
protected  java.util.List<PNodeEnd> PlanCheckingSimulator.maybeShuffle(java.util.List<PNodeEnd> list)
           
 

Methods in ix.iplan with parameters of type PNodeEnd
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)
           
protected  void PlanCheckingSimulator.doEffects(PNodeEnd ne)
           
 void TimePointNet.evalAtBegin(PNodeEnd ne, Constraint c)
           
 void TimePointNet.evalAtEnd(PNodeEnd ne, Constraint c)
           
protected  java.util.List PlanCheckingSimulator.getConditions(PNodeEnd ne)
           
protected  java.util.List PlanCheckingSimulator.getEffects(PNodeEnd ne)
           
 

Method parameters in ix.iplan with type arguments of type PNodeEnd
protected  java.util.List<java.util.List<PNodeEnd>> ExecutionStages.makeExecutionStages(java.util.List<PNodeEnd> ends)
           
protected  java.util.List<PNodeEnd> PlanCheckingSimulator.maybeShuffle(java.util.List<PNodeEnd> list)
           
protected  void ExecutionStages.sortByEst(java.util.List<PNodeEnd> ends)
           
 

Constructor parameters in ix.iplan with type arguments of type PNodeEnd
ExecutionStages(java.util.List<PNodeEnd> ends)