Uses of Interface
org.camunda.bpm.model.dmn.instance.SupportedObjectiveReference
-
Packages that use SupportedObjectiveReference Package Description org.camunda.bpm.model.dmn.impl.instance org.camunda.bpm.model.dmn.instance -
-
Uses of SupportedObjectiveReference in org.camunda.bpm.model.dmn.impl.instance
Classes in org.camunda.bpm.model.dmn.impl.instance that implement SupportedObjectiveReference Modifier and Type Class Description class
SupportedObjectiveReferenceImpl
Fields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type SupportedObjectiveReference Modifier and Type Field Description protected static ChildElementCollection<SupportedObjectiveReference>
DecisionImpl. supportedObjectiveChildElementCollection
Methods in org.camunda.bpm.model.dmn.impl.instance that return types with arguments of type SupportedObjectiveReference Modifier and Type Method Description Collection<SupportedObjectiveReference>
DecisionImpl. getSupportedObjectiveReferences()
-
Uses of SupportedObjectiveReference in org.camunda.bpm.model.dmn.instance
Methods in org.camunda.bpm.model.dmn.instance that return types with arguments of type SupportedObjectiveReference Modifier and Type Method Description Collection<SupportedObjectiveReference>
Decision. getSupportedObjectiveReferences()
-