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. sourceRefprotected static ElementReference<DmnElement,TargetRef>AssociationImpl. targetRefMethods in org.camunda.bpm.model.dmn.impl.instance that return DmnElement Modifier and Type Method Description DmnElementAssociationImpl. getSource()DmnElementAssociationImpl. getTarget()Methods in org.camunda.bpm.model.dmn.impl.instance with parameters of type DmnElement Modifier and Type Method Description voidAssociationImpl. setSource(DmnElement source)voidAssociationImpl. 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 DmnElementAssociation. getSource()DmnElementAssociation. getTarget()Methods in org.camunda.bpm.model.dmn.instance with parameters of type DmnElement Modifier and Type Method Description voidAssociation. setSource(DmnElement source)voidAssociation. setTarget(DmnElement target)
-