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

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

Uses of JoinInput in com.hammurapi.eventbus.snapshot
 

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

Methods in com.hammurapi.eventbus.snapshot that return types with arguments of type JoinInput
 org.eclipse.emf.common.util.EList<JoinInput> JoinNode.getJoinInputs()
          Returns the value of the 'Join Inputs' reference list.
 

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

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

Fields in com.hammurapi.eventbus.snapshot.impl with type parameters of type JoinInput
protected  org.eclipse.emf.common.util.EList<JoinInput> JoinNodeImpl.joinInputs
          The cached value of the 'Join Inputs' reference list.
 

Methods in com.hammurapi.eventbus.snapshot.impl that return JoinInput
 JoinInput SnapshotFactoryImpl.createJoinInput()
           
 

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

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

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