Uses of Interface
com.ibm.xtools.bpmn2.MessageFlow

Packages that use MessageFlow
com.ibm.xtools.bpmn2   
com.ibm.xtools.bpmn2.util   
 

Uses of MessageFlow in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return MessageFlow
 MessageFlow Bpmn2Factory.createMessageFlow()
          Returns a new object of class 'Message Flow'.
 MessageFlow DocumentRoot.getMessageFlow()
          Returns the value of the 'Message Flow' containment reference.
 

Methods in com.ibm.xtools.bpmn2 that return types with arguments of type MessageFlow
 org.eclipse.emf.common.util.EList<MessageFlow> Collaboration.getMessageFlows()
          Returns the value of the 'Message Flows' containment reference list.
 org.eclipse.emf.common.util.EList<MessageFlow> ChoreographyTask.getMessageFlows()
          Returns the value of the 'Message Flows' reference list.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type MessageFlow
 void DocumentRoot.setMessageFlow(MessageFlow value)
          Sets the value of the 'Message Flow' containment reference.
 

Uses of MessageFlow in com.ibm.xtools.bpmn2.util
 

Methods in com.ibm.xtools.bpmn2.util with parameters of type MessageFlow
 T Bpmn2Switch.caseMessageFlow(MessageFlow object)
          Returns the result of interpreting the object as an instance of 'Message Flow'.