Package org.kie.dmn.model.v1_2
Class TOrganizationUnit
- java.lang.Object
-
- org.kie.dmn.model.v1_2.KieDMNModelInstrumentedBase
-
- org.kie.dmn.model.v1_2.TDMNElement
-
- org.kie.dmn.model.v1_2.TNamedElement
-
- org.kie.dmn.model.v1_2.TBusinessContextElement
-
- org.kie.dmn.model.v1_2.TOrganizationUnit
-
- All Implemented Interfaces:
BusinessContextElement,DMNElement,DMNModelInstrumentedBase,NamedElement,OrganizationUnit
public class TOrganizationUnit extends TBusinessContextElement implements OrganizationUnit
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.dmn.model.v1_2.TDMNElement
TDMNElement.TExtensionElements
-
Nested classes/interfaces inherited from interface org.kie.dmn.model.api.DMNElement
DMNElement.ExtensionElements
-
-
Field Summary
Fields Modifier and Type Field Description protected List<DMNElementReference>decisionMadeprotected List<DMNElementReference>decisionOwned-
Fields inherited from class org.kie.dmn.model.v1_2.TBusinessContextElement
uri
-
Fields inherited from class org.kie.dmn.model.v1_2.TNamedElement
name
-
Fields inherited from class org.kie.dmn.model.v1_2.TDMNElement
description, extensionElements, id, label
-
-
Constructor Summary
Constructors Constructor Description TOrganizationUnit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DMNElementReference>getDecisionMade()List<DMNElementReference>getDecisionOwned()-
Methods inherited from class org.kie.dmn.model.v1_2.TBusinessContextElement
getURI, setURI
-
Methods inherited from class org.kie.dmn.model.v1_2.TNamedElement
getName, setName
-
Methods inherited from class org.kie.dmn.model.v1_2.TDMNElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
-
Methods inherited from class org.kie.dmn.model.v1_2.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
-
-
-
-
Field Detail
-
decisionMade
protected List<DMNElementReference> decisionMade
-
decisionOwned
protected List<DMNElementReference> decisionOwned
-
-
Method Detail
-
getDecisionMade
public List<DMNElementReference> getDecisionMade()
- Specified by:
getDecisionMadein interfaceOrganizationUnit
-
getDecisionOwned
public List<DMNElementReference> getDecisionOwned()
- Specified by:
getDecisionOwnedin interfaceOrganizationUnit
-
-