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

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

Uses of JoinNode in com.hammurapi.eventbus.snapshot
 

Methods in com.hammurapi.eventbus.snapshot that return JoinNode
 JoinNode SnapshotFactory.createJoinNode()
          Returns a new object of class 'Join Node'.
 JoinNode JoinInput.getJoinNode()
          Returns the value of the 'Join Node' reference.
 JoinNode Handler.getJoinNode()
          Returns the value of the 'Join Node' reference.
 JoinNode JoinNode.getNext()
          Returns the value of the 'Next' reference.
 

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

Methods in com.hammurapi.eventbus.snapshot with parameters of type JoinNode
 void JoinInput.setJoinNode(JoinNode value)
          Sets the value of the 'Join Node' reference.
 void Handler.setJoinNode(JoinNode value)
          Sets the value of the 'Join Node' reference.
 void JoinNode.setNext(JoinNode value)
          Sets the value of the 'Next' reference.
 

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

Classes in com.hammurapi.eventbus.snapshot.impl that implement JoinNode
 class JoinNodeImpl
          An implementation of the model object 'Join Node'.
 

Fields in com.hammurapi.eventbus.snapshot.impl declared as JoinNode
protected  JoinNode JoinInputImpl.joinNode
          The cached value of the 'Join Node' reference.
protected  JoinNode HandlerImpl.joinNode
          The cached value of the 'Join Node' reference.
protected  JoinNode JoinNodeImpl.next
          The cached value of the 'Next' reference.
 

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

Methods in com.hammurapi.eventbus.snapshot.impl that return JoinNode
 JoinNode JoinInputImpl.basicGetJoinNode()
           
 JoinNode HandlerImpl.basicGetJoinNode()
           
 JoinNode JoinNodeImpl.basicGetNext()
           
 JoinNode SnapshotFactoryImpl.createJoinNode()
           
 JoinNode JoinInputImpl.getJoinNode()
           
 JoinNode HandlerImpl.getJoinNode()
           
 JoinNode JoinNodeImpl.getNext()
           
 

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

Methods in com.hammurapi.eventbus.snapshot.impl with parameters of type JoinNode
 org.eclipse.emf.common.notify.NotificationChain JoinInputImpl.basicSetJoinNode(JoinNode newJoinNode, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain HandlerImpl.basicSetJoinNode(JoinNode newJoinNode, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain JoinNodeImpl.basicSetNext(JoinNode newNext, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void JoinInputImpl.setJoinNode(JoinNode newJoinNode)
           
 void HandlerImpl.setJoinNode(JoinNode newJoinNode)
           
 void JoinNodeImpl.setNext(JoinNode newNext)
           
 

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

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