Uses of Interface
com.hammurapi.eventbus.snapshot.PredicateNodeOutput

Packages that use PredicateNodeOutput
com.hammurapi.eventbus.snapshot   
com.hammurapi.eventbus.snapshot.impl   
com.hammurapi.eventbus.snapshot.util   
 

Uses of PredicateNodeOutput in com.hammurapi.eventbus.snapshot
 

Subinterfaces of PredicateNodeOutput in com.hammurapi.eventbus.snapshot
 interface Handler
          A representation of the model object 'Handler'.
 interface JoinInput
          A representation of the model object 'Join Input'.
 

Methods in com.hammurapi.eventbus.snapshot that return types with arguments of type PredicateNodeOutput
 org.eclipse.emf.common.util.EList<PredicateNodeOutput> PredicateNode.getFalseOutputs()
          Returns the value of the 'False Outputs' reference list.
 org.eclipse.emf.common.util.EList<PredicateNodeOutput> PredicateNode.getTrueOutputs()
          Returns the value of the 'True Outputs' reference list.
 

Uses of PredicateNodeOutput in com.hammurapi.eventbus.snapshot.impl
 

Classes in com.hammurapi.eventbus.snapshot.impl that implement PredicateNodeOutput
 class HandlerImpl
          An implementation of the model object 'Handler'.
 class JoinInputImpl
          An implementation of the model object 'Join Input'.
 

Fields in com.hammurapi.eventbus.snapshot.impl with type parameters of type PredicateNodeOutput
protected  org.eclipse.emf.common.util.EList<PredicateNodeOutput> PredicateNodeImpl.falseOutputs
          The cached value of the 'False Outputs' reference list.
protected  org.eclipse.emf.common.util.EList<PredicateNodeOutput> PredicateNodeImpl.trueOutputs
          The cached value of the 'True Outputs' reference list.
 

Methods in com.hammurapi.eventbus.snapshot.impl that return types with arguments of type PredicateNodeOutput
 org.eclipse.emf.common.util.EList<PredicateNodeOutput> PredicateNodeImpl.getFalseOutputs()
           
 org.eclipse.emf.common.util.EList<PredicateNodeOutput> PredicateNodeImpl.getTrueOutputs()
           
 

Uses of PredicateNodeOutput in com.hammurapi.eventbus.snapshot.util
 

Methods in com.hammurapi.eventbus.snapshot.util with parameters of type PredicateNodeOutput
 T SnapshotSwitch.casePredicateNodeOutput(PredicateNodeOutput object)
          Returns the result of interpreting the object as an instance of 'Predicate Node Output'.