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

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

Uses of SnapshotElement in com.hammurapi.eventbus.snapshot
 

Subinterfaces of SnapshotElement in com.hammurapi.eventbus.snapshot
 interface CompositeEvent
          A representation of the model object 'Composite Event'.
 interface Event
          A representation of the model object 'Event'.
 interface Extractor
          A representation of the model object 'Extractor'.
 interface Handler
          A representation of the model object 'Handler'.
 interface JoinInput
          A representation of the model object 'Join Input'.
 interface JoinNode
          A representation of the model object 'Join Node'.
 interface Predicate
          A representation of the model object 'Predicate'.
 interface PredicateNode
          A representation of the model object 'Predicate Node'.
 interface PredicateNodeOutput
          A representation of the model object 'Predicate Node Output'.
 

Methods in com.hammurapi.eventbus.snapshot that return types with arguments of type SnapshotElement
 org.eclipse.emf.common.util.EList<SnapshotElement> Snapshot.getElements()
          Returns the value of the 'Elements' containment reference list.
 

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

Classes in com.hammurapi.eventbus.snapshot.impl that implement SnapshotElement
 class CompositeEventImpl
          An implementation of the model object 'Composite Event'.
 class EventImpl
          An implementation of the model object 'Event'.
 class ExtractorImpl
          An implementation of the model object 'Extractor'.
 class HandlerImpl
          An implementation of the model object 'Handler'.
 class JoinInputImpl
          An implementation of the model object 'Join Input'.
 class JoinNodeImpl
          An implementation of the model object 'Join Node'.
 class PredicateImpl
          An implementation of the model object 'Predicate'.
 class PredicateNodeImpl
          An implementation of the model object 'Predicate Node'.
 

Fields in com.hammurapi.eventbus.snapshot.impl with type parameters of type SnapshotElement
protected  org.eclipse.emf.common.util.EList<SnapshotElement> SnapshotImpl.elements
          The cached value of the 'Elements' containment reference list.
 

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

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

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