Uses of Interface
org.camunda.community.bpmndt.model.BpmnElement
Packages that use BpmnElement
-
Uses of BpmnElement in org.camunda.community.bpmndt.model
Subinterfaces of BpmnElement in org.camunda.community.bpmndt.modelModifier and TypeInterfaceDescriptioninterfaceScope (embedded sub process) of one or more BPMN elements.Methods in org.camunda.community.bpmndt.model that return BpmnElementModifier and TypeMethodDescriptionTestCase.getEndElement()Gets the end element, if the test case's path is not empty.BpmnElement.getNext()Returns the next BPMN element, if this is not the last element.BpmnElement.getPrevious()Returns the previous BPMN element, if this is not the first element.TestCase.getStartElement()Gets the start element, if the test case's path is not empty.Methods in org.camunda.community.bpmndt.model that return types with arguments of type BpmnElementModifier and TypeMethodDescriptionBpmnElementScope.getElements()Gets the scope's BPMN elements.TestCase.getElements()Gets the test case's elements.Methods in org.camunda.community.bpmndt.model with parameters of type BpmnElementModifier and TypeMethodDescriptionbooleanBpmnElement.isAttachedTo(BpmnElement element) Checks if the BPMN element is a boundary event, that is attached to the given element.