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

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

Uses of Event in com.hammurapi.eventbus.snapshot
 

Subinterfaces of Event in com.hammurapi.eventbus.snapshot
 interface CompositeEvent
          A representation of the model object 'Composite Event'.
 

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

Methods in com.hammurapi.eventbus.snapshot that return types with arguments of type Event
 org.eclipse.emf.common.util.EList<Event> JoinEntry.getEvents()
          Returns the value of the 'Events' reference list.
 org.eclipse.emf.common.util.EList<Event> Derivation.getInputs()
          Returns the value of the 'Inputs' reference list.
 org.eclipse.emf.common.util.EList<Event> CompositeEvent.getParts()
          Returns the value of the 'Parts' containment reference list.
 

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

Classes in com.hammurapi.eventbus.snapshot.impl that implement Event
 class CompositeEventImpl
          An implementation of the model object 'Composite Event'.
 class EventImpl
          An implementation of the model object 'Event'.
 

Fields in com.hammurapi.eventbus.snapshot.impl with type parameters of type Event
protected  org.eclipse.emf.common.util.EList<Event> JoinEntryImpl.events
          The cached value of the 'Events' reference list.
protected  org.eclipse.emf.common.util.EList<Event> DerivationImpl.inputs
          The cached value of the 'Inputs' reference list.
protected  org.eclipse.emf.common.util.EList<Event> CompositeEventImpl.parts
          The cached value of the 'Parts' containment reference list.
 

Methods in com.hammurapi.eventbus.snapshot.impl that return Event
 Event SnapshotFactoryImpl.createEvent()
           
 

Methods in com.hammurapi.eventbus.snapshot.impl that return types with arguments of type Event
 org.eclipse.emf.common.util.EList<Event> JoinEntryImpl.getEvents()
           
 org.eclipse.emf.common.util.EList<Event> DerivationImpl.getInputs()
           
 org.eclipse.emf.common.util.EList<Event> CompositeEventImpl.getParts()
           
 

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

Methods in com.hammurapi.eventbus.snapshot.io that return Event
 Event SnapshotConvertersBundle.convertToSnapshotElement(Object obj)
          Basic converter sets last part of class name as name, and toString() as details.
 

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

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