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

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

Uses of JoinInputCollector in com.hammurapi.eventbus.snapshot
 

Methods in com.hammurapi.eventbus.snapshot that return JoinInputCollector
 JoinInputCollector SnapshotFactory.createJoinInputCollector()
          Returns a new object of class 'Join Input Collector'.
 

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

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

Classes in com.hammurapi.eventbus.snapshot.impl that implement JoinInputCollector
 class JoinInputCollectorImpl
          An implementation of the model object 'Join Input Collector'.
 

Fields in com.hammurapi.eventbus.snapshot.impl with type parameters of type JoinInputCollector
protected  org.eclipse.emf.common.util.EList<JoinInputCollector> JoinNodeImpl.collectors
          The cached value of the 'Collectors' containment reference list.
 

Methods in com.hammurapi.eventbus.snapshot.impl that return JoinInputCollector
 JoinInputCollector SnapshotFactoryImpl.createJoinInputCollector()
           
 

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

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

Methods in com.hammurapi.eventbus.snapshot.util with parameters of type JoinInputCollector
 T SnapshotSwitch.caseJoinInputCollector(JoinInputCollector object)
          Returns the result of interpreting the object as an instance of 'Join Input Collector'.