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

Packages that use Predicate
com.hammurapi.eventbus.snapshot   
com.hammurapi.eventbus.snapshot.impl   
com.hammurapi.eventbus.snapshot.io   
com.hammurapi.eventbus.snapshot.util   
 

Uses of Predicate in com.hammurapi.eventbus.snapshot
 

Methods in com.hammurapi.eventbus.snapshot that return Predicate
 Predicate SnapshotFactory.createPredicate()
          Returns a new object of class 'Predicate'.
 Predicate PredicateNode.getPredicate()
          Returns the value of the 'Predicate' containment reference.
 Predicate JoinNode.getPredicate()
          Returns the value of the 'Predicate' containment reference.
 

Methods in com.hammurapi.eventbus.snapshot with parameters of type Predicate
 void PredicateNode.setPredicate(Predicate value)
          Sets the value of the 'Predicate' containment reference.
 void JoinNode.setPredicate(Predicate value)
          Sets the value of the 'Predicate' containment reference.
 

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

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

Fields in com.hammurapi.eventbus.snapshot.impl declared as Predicate
protected  Predicate PredicateNodeImpl.predicate
          The cached value of the 'Predicate' containment reference.
protected  Predicate JoinNodeImpl.predicate
          The cached value of the 'Predicate' containment reference.
 

Methods in com.hammurapi.eventbus.snapshot.impl that return Predicate
 Predicate SnapshotFactoryImpl.createPredicate()
           
 Predicate PredicateNodeImpl.getPredicate()
           
 Predicate JoinNodeImpl.getPredicate()
           
 

Methods in com.hammurapi.eventbus.snapshot.impl with parameters of type Predicate
 org.eclipse.emf.common.notify.NotificationChain PredicateNodeImpl.basicSetPredicate(Predicate newPredicate, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain JoinNodeImpl.basicSetPredicate(Predicate newPredicate, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void PredicateNodeImpl.setPredicate(Predicate newPredicate)
           
 void JoinNodeImpl.setPredicate(Predicate newPredicate)
           
 

Uses of Predicate in com.hammurapi.eventbus.snapshot.io
 

Methods in com.hammurapi.eventbus.snapshot.io that return Predicate
 Predicate SnapshotConvertersBundle.convertToPredicate(CompositePredicate<?,?,?,?> predicate)
           
 Predicate SnapshotConvertersBundle.convertToPredicate(InstanceOfPredicate<?,?> predicate)
           
 Predicate SnapshotConvertersBundle.convertToPredicate(Predicate<?,?> predicate)
           
 

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

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