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

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

Uses of Interface in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return Interface
 Interface Bpmn2Factory.createInterface()
          Returns a new object of class 'Interface'.
 Interface DocumentRoot.getInterface()
          Returns the value of the 'Interface' containment reference.
 

Methods in com.ibm.xtools.bpmn2 that return types with arguments of type Interface
 org.eclipse.emf.common.util.EList<Interface> Participant.getInterfaces()
          Returns the value of the 'Interfaces' containment reference list.
 org.eclipse.emf.common.util.EList<Interface> CallableElement.getSupportedInterfaces()
          Returns the value of the 'Supported Interfaces' reference list.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type Interface
 void DocumentRoot.setInterface(Interface value)
          Sets the value of the 'Interface' containment reference.
 

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

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