Uses of Interface
org.camunda.bpm.model.dmn.instance.DmnElement
-
Packages that use DmnElement Package Description org.camunda.bpm.model.dmn.impl.instance org.camunda.bpm.model.dmn.instance -
-
Uses of DmnElement in org.camunda.bpm.model.dmn.impl.instance
Fields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type DmnElement Modifier and Type Field Description protected static ElementReference<DmnElement,SourceRef>
AssociationImpl. sourceRef
protected static ElementReference<DmnElement,TargetRef>
AssociationImpl. targetRef
Methods in org.camunda.bpm.model.dmn.impl.instance that return DmnElement Modifier and Type Method Description DmnElement
AssociationImpl. getSource()
DmnElement
AssociationImpl. getTarget()
Methods in org.camunda.bpm.model.dmn.impl.instance with parameters of type DmnElement Modifier and Type Method Description void
AssociationImpl. setSource(DmnElement source)
void
AssociationImpl. setTarget(DmnElement target)
-
Uses of DmnElement in org.camunda.bpm.model.dmn.instance
Methods in org.camunda.bpm.model.dmn.instance that return DmnElement Modifier and Type Method Description DmnElement
Association. getSource()
DmnElement
Association. getTarget()
Methods in org.camunda.bpm.model.dmn.instance with parameters of type DmnElement Modifier and Type Method Description void
Association. setSource(DmnElement source)
void
Association. setTarget(DmnElement target)
-