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

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

Uses of PredicateNode in com.hammurapi.eventbus.snapshot
 

Methods in com.hammurapi.eventbus.snapshot that return PredicateNode
 PredicateNode SnapshotFactory.createPredicateNode()
          Returns a new object of class 'Predicate Node'.
 

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

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

Classes in com.hammurapi.eventbus.snapshot.impl that implement PredicateNode
 class PredicateNodeImpl
          An implementation of the model object 'Predicate Node'.
 

Fields in com.hammurapi.eventbus.snapshot.impl with type parameters of type PredicateNode
protected  org.eclipse.emf.common.util.EList<PredicateNode> PredicateNodeImpl.falseChildren
          The cached value of the 'False Children' reference list.
protected  org.eclipse.emf.common.util.EList<PredicateNode> PredicateNodeImpl.trueChildren
          The cached value of the 'True Children' reference list.
 

Methods in com.hammurapi.eventbus.snapshot.impl that return PredicateNode
 PredicateNode SnapshotFactoryImpl.createPredicateNode()
           
 

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

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

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