Uses of Interface
org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnPlane

Packages that use BpmnPlane
org.camunda.bpm.model.bpmn.impl.instance.bpmndi   
org.camunda.bpm.model.bpmn.instance.bpmndi   
 

Uses of BpmnPlane in org.camunda.bpm.model.bpmn.impl.instance.bpmndi
 

Classes in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that implement BpmnPlane
 class BpmnPlaneImpl
          The BPMNDI BPMNPlane element
 

Fields in org.camunda.bpm.model.bpmn.impl.instance.bpmndi with type parameters of type BpmnPlane
protected static org.camunda.bpm.model.xml.type.child.ChildElement<BpmnPlane> BpmnDiagramImpl.bpmnPlaneChild
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that return BpmnPlane
 BpmnPlane BpmnDiagramImpl.getBpmnPlane()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi with parameters of type BpmnPlane
 void BpmnDiagramImpl.setBpmnPlane(BpmnPlane bpmnPlane)
           
 

Uses of BpmnPlane in org.camunda.bpm.model.bpmn.instance.bpmndi
 

Methods in org.camunda.bpm.model.bpmn.instance.bpmndi that return BpmnPlane
 BpmnPlane BpmnDiagram.getBpmnPlane()
           
 

Methods in org.camunda.bpm.model.bpmn.instance.bpmndi with parameters of type BpmnPlane
 void BpmnDiagram.setBpmnPlane(BpmnPlane bpmnPlane)
           
 



Copyright © 2014 camunda services GmbH. All rights reserved.