Package org.kie.dmn.model.v1_1
Class TPerformanceIndicator
- java.lang.Object
-
- org.kie.dmn.model.v1_1.KieDMNModelInstrumentedBase
-
- org.kie.dmn.model.v1_1.TDMNElement
-
- org.kie.dmn.model.v1_1.TNamedElement
-
- org.kie.dmn.model.v1_1.TBusinessContextElement
-
- org.kie.dmn.model.v1_1.TPerformanceIndicator
-
- All Implemented Interfaces:
BusinessContextElement,DMNElement,DMNModelInstrumentedBase,NamedElement,PerformanceIndicator
public class TPerformanceIndicator extends TBusinessContextElement implements PerformanceIndicator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.dmn.model.v1_1.TDMNElement
TDMNElement.TExtensionElements
-
Nested classes/interfaces inherited from interface org.kie.dmn.model.api.DMNElement
DMNElement.ExtensionElements
-
-
Field Summary
-
Fields inherited from class org.kie.dmn.model.v1_1.KieDMNModelInstrumentedBase
URI_DMN, URI_FEEL, URI_KIE
-
-
Constructor Summary
Constructors Constructor Description TPerformanceIndicator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DMNElementReference>getImpactingDecision()-
Methods inherited from class org.kie.dmn.model.v1_1.TBusinessContextElement
getURI, setURI
-
Methods inherited from class org.kie.dmn.model.v1_1.TNamedElement
getName, setName
-
Methods inherited from class org.kie.dmn.model.v1_1.TDMNElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
-
Methods inherited from class org.kie.dmn.model.v1_1.KieDMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.kie.dmn.model.api.BusinessContextElement
getURI, setURI
-
Methods inherited from interface org.kie.dmn.model.api.DMNElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
-
Methods inherited from interface org.kie.dmn.model.api.DMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
-
Methods inherited from interface org.kie.dmn.model.api.NamedElement
getName, setName
-
-
-
-
Method Detail
-
getImpactingDecision
public List<DMNElementReference> getImpactingDecision()
- Specified by:
getImpactingDecisionin interfacePerformanceIndicator
-
-