Uses of Interface
ix.icore.process.AbstractPMM.Sentinel

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

Uses of AbstractPMM.Sentinel in ix.icore.process
 

Methods in ix.icore.process with parameters of type AbstractPMM.Sentinel
protected abstract  void AbstractPMM.addSentinel(AbstractPMM.Sentinel r)
           
protected abstract  void AbstractPMM.removeSentinel(AbstractPMM.Sentinel r)
           
 

Uses of AbstractPMM.Sentinel in ix.ip2
 

Classes in ix.ip2 that implement AbstractPMM.Sentinel
protected  class Ip2ModelManager.BindingSentinel
          A sentinel that lets an activity become complete when all the variables in its effects have values.
 

Methods in ix.ip2 with parameters of type AbstractPMM.Sentinel
 void Ip2ModelManager.addSentinel(AbstractPMM.Sentinel r)
           
 void Ip2ModelManager.removeSentinel(AbstractPMM.Sentinel r)