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

Packages that use RootElement
com.ibm.xtools.bpmn2   
com.ibm.xtools.bpmn2.modeler.ui.util   
com.ibm.xtools.bpmn2.util   
 

Uses of RootElement in com.ibm.xtools.bpmn2
 

Subinterfaces of RootElement in com.ibm.xtools.bpmn2
 interface CallableElement
          A representation of the model object 'Callable Element'.
 interface CancelEventDefinition
          A representation of the model object 'Cancel Event Definition'.
 interface Choreography
          A representation of the model object 'Choreography'.
 interface Collaboration
          A representation of the model object 'Collaboration'.
 interface CompensateEventDefinition
          A representation of the model object 'Compensate Event Definition'.
 interface ConditionalEventDefinition
          A representation of the model object 'Conditional Event Definition'.
 interface DataStore
          A representation of the model object 'Data Store'.
 interface Error
          A representation of the model object 'Error'.
 interface ErrorEventDefinition
          A representation of the model object 'Error Event Definition'.
 interface Escalation
          A representation of the model object 'Escalation'.
 interface EscalationEventDefinition
          A representation of the model object 'Escalation Event Definition'.
 interface EventDefinition
          A representation of the model object 'Event Definition'.
 interface GlobalChoreographyTask
          A representation of the model object 'Global Choreography Task'.
 interface GlobalTask
          A representation of the model object 'Global Task'.
 interface Interface
          A representation of the model object 'Interface'.
 interface ItemDefinition
          A representation of the model object 'Item Definition'.
 interface LinkEventDefinition
          A representation of the model object 'Link Event Definition'.
 interface Message
          A representation of the model object 'Message'.
 interface MessageEventDefinition
          A representation of the model object 'Message Event Definition'.
 interface Process
          A representation of the model object 'Process'.
 interface Resource
          A representation of the model object 'Resource'.
 interface Signal
          A representation of the model object 'Signal'.
 interface SignalEventDefinition
          A representation of the model object 'Signal Event Definition'.
 interface TerminateEventDefinition
          A representation of the model object 'Terminate Event Definition'.
 interface TimerEventDefinition
          A representation of the model object 'Timer Event Definition'.
 

Methods in com.ibm.xtools.bpmn2 that return RootElement
 RootElement DocumentRoot.getRootElement()
          Returns the value of the 'Root Element' containment reference.
 

Methods in com.ibm.xtools.bpmn2 that return types with arguments of type RootElement
 org.eclipse.emf.common.util.EList<RootElement> Definitions.getRootElements()
          Returns the value of the 'Root Elements' containment reference list.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type RootElement
 void DocumentRoot.setRootElement(RootElement value)
          Sets the value of the 'Root Element' containment reference.
 

Uses of RootElement in com.ibm.xtools.bpmn2.modeler.ui.util
 

Methods in com.ibm.xtools.bpmn2.modeler.ui.util that return RootElement
static RootElement BPMNModeler.createResource(org.eclipse.emf.common.util.URI uri, com.ibm.xtools.bpmn2.ui.diagram.util.Bpmn2DiagramType diagramType)
          It creates a bpmn resource for a given uri.
 

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

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