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

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

Uses of Derivation in com.hammurapi.eventbus.snapshot
 

Methods in com.hammurapi.eventbus.snapshot that return Derivation
 Derivation SnapshotFactory.createDerivation()
          Returns a new object of class 'Derivation'.
 

Methods in com.hammurapi.eventbus.snapshot that return types with arguments of type Derivation
 org.eclipse.emf.common.util.EList<Derivation> Event.getDerivations()
          Returns the value of the 'Derivations' containment reference list.
 

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

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

Fields in com.hammurapi.eventbus.snapshot.impl with type parameters of type Derivation
protected  org.eclipse.emf.common.util.EList<Derivation> EventImpl.derivations
          The cached value of the 'Derivations' containment reference list.
 

Methods in com.hammurapi.eventbus.snapshot.impl that return Derivation
 Derivation SnapshotFactoryImpl.createDerivation()
           
 

Methods in com.hammurapi.eventbus.snapshot.impl that return types with arguments of type Derivation
 org.eclipse.emf.common.util.EList<Derivation> EventImpl.getDerivations()
           
 

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

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