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

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

Uses of JoinEntry in com.hammurapi.eventbus.snapshot
 

Methods in com.hammurapi.eventbus.snapshot that return JoinEntry
 JoinEntry SnapshotFactory.createJoinEntry()
          Returns a new object of class 'Join Entry'.
 

Methods in com.hammurapi.eventbus.snapshot that return types with arguments of type JoinEntry
 org.eclipse.emf.common.util.EList<JoinEntry> JoinInputCollector.getJoinEntries()
          Returns the value of the 'Join Entries' containment reference list.
 

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

Classes in com.hammurapi.eventbus.snapshot.impl that implement JoinEntry
 class JoinEntryImpl
          An implementation of the model object 'Join Entry'.
 

Fields in com.hammurapi.eventbus.snapshot.impl with type parameters of type JoinEntry
protected  org.eclipse.emf.common.util.EList<JoinEntry> JoinInputCollectorImpl.joinEntries
          The cached value of the 'Join Entries' containment reference list.
 

Methods in com.hammurapi.eventbus.snapshot.impl that return JoinEntry
 JoinEntry SnapshotFactoryImpl.createJoinEntry()
           
 

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

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

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