Uses of Interface
org.camunda.bpm.model.dmn.instance.PerformanceIndicator
-
Packages that use PerformanceIndicator Package Description org.camunda.bpm.model.dmn.impl.instance org.camunda.bpm.model.dmn.instance -
-
Uses of PerformanceIndicator in org.camunda.bpm.model.dmn.impl.instance
Classes in org.camunda.bpm.model.dmn.impl.instance that implement PerformanceIndicator Modifier and Type Class Description class
PerformanceIndicatorImpl
Fields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type PerformanceIndicator Modifier and Type Field Description protected static ElementReferenceCollection<PerformanceIndicator,ImpactedPerformanceIndicatorReference>
DecisionImpl. impactedPerformanceIndicatorRefCollection
Methods in org.camunda.bpm.model.dmn.impl.instance that return types with arguments of type PerformanceIndicator Modifier and Type Method Description java.util.Collection<PerformanceIndicator>
DecisionImpl. getImpactedPerformanceIndicators()
-
Uses of PerformanceIndicator in org.camunda.bpm.model.dmn.instance
Methods in org.camunda.bpm.model.dmn.instance that return types with arguments of type PerformanceIndicator Modifier and Type Method Description java.util.Collection<PerformanceIndicator>
Decision. getImpactedPerformanceIndicators()
-