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

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

Uses of Snapshot in com.hammurapi.eventbus.snapshot
 

Methods in com.hammurapi.eventbus.snapshot that return Snapshot
 Snapshot SnapshotFactory.createSnapshot()
          Returns a new object of class 'Snapshot'.
 Snapshot SnapshotElement.getSnapshot()
          Returns the value of the 'Snapshot' container reference.
 

Methods in com.hammurapi.eventbus.snapshot with parameters of type Snapshot
 void SnapshotElement.setSnapshot(Snapshot value)
          Sets the value of the 'Snapshot' container reference.
 

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

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

Methods in com.hammurapi.eventbus.snapshot.impl that return Snapshot
 Snapshot SnapshotFactoryImpl.createSnapshot()
           
 Snapshot PredicateNodeImpl.getSnapshot()
           
 Snapshot JoinNodeImpl.getSnapshot()
           
 Snapshot JoinInputImpl.getSnapshot()
           
 Snapshot HandlerImpl.getSnapshot()
           
 Snapshot ExtractorImpl.getSnapshot()
           
 Snapshot EventImpl.getSnapshot()
           
 

Methods in com.hammurapi.eventbus.snapshot.impl with parameters of type Snapshot
 org.eclipse.emf.common.notify.NotificationChain PredicateNodeImpl.basicSetSnapshot(Snapshot newSnapshot, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain JoinNodeImpl.basicSetSnapshot(Snapshot newSnapshot, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain JoinInputImpl.basicSetSnapshot(Snapshot newSnapshot, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain HandlerImpl.basicSetSnapshot(Snapshot newSnapshot, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ExtractorImpl.basicSetSnapshot(Snapshot newSnapshot, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain EventImpl.basicSetSnapshot(Snapshot newSnapshot, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void PredicateNodeImpl.setSnapshot(Snapshot newSnapshot)
           
 void JoinNodeImpl.setSnapshot(Snapshot newSnapshot)
           
 void JoinInputImpl.setSnapshot(Snapshot newSnapshot)
           
 void HandlerImpl.setSnapshot(Snapshot newSnapshot)
           
 void ExtractorImpl.setSnapshot(Snapshot newSnapshot)
           
 void EventImpl.setSnapshot(Snapshot newSnapshot)
           
 

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

Methods in com.hammurapi.eventbus.snapshot.io that return Snapshot
 Snapshot SnapshotOutput.getSnapshot()
           
 

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

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