Uses of Interface
org.camunda.bpm.model.bpmn.instance.dc.Point
-
Packages that use Point Package Description org.camunda.bpm.model.bpmn.impl.instance.dc org.camunda.bpm.model.bpmn.impl.instance.di org.camunda.bpm.model.bpmn.instance.di -
-
Uses of Point in org.camunda.bpm.model.bpmn.impl.instance.dc
Classes in org.camunda.bpm.model.bpmn.impl.instance.dc that implement Point Modifier and Type Class Description class
PointImpl
The DC point element -
Uses of Point in org.camunda.bpm.model.bpmn.impl.instance.di
Classes in org.camunda.bpm.model.bpmn.impl.instance.di that implement Point Modifier and Type Class Description class
WaypointImpl
The DI waypoint element of the DI Edge type -
Uses of Point in org.camunda.bpm.model.bpmn.instance.di
Subinterfaces of Point in org.camunda.bpm.model.bpmn.instance.di Modifier and Type Interface Description interface
Waypoint
The DI waypoint element of the DI Edge type
-