Class OrganizationalUnit
- java.lang.Object
-
- org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase
-
- org.kie.workbench.common.dmn.api.definition.model.DMNElement
-
- org.kie.workbench.common.dmn.api.definition.model.NamedElement
-
- org.kie.workbench.common.dmn.api.definition.model.BusinessContextElement
-
- org.kie.workbench.common.dmn.api.definition.model.OrganizationalUnit
-
- All Implemented Interfaces:
DMNDefinition,HasName,HasValue<Name>
@Portable public class OrganizationalUnit extends BusinessContextElement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNElement
DMNElement.ExtensionElements
-
Nested classes/interfaces inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace
-
-
Field Summary
-
Fields inherited from class org.kie.workbench.common.dmn.api.definition.model.BusinessContextElement
uri
-
Fields inherited from class org.kie.workbench.common.dmn.api.definition.model.NamedElement
nameHolder
-
Fields inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNElement
description, id
-
-
Constructor Summary
Constructors Constructor Description OrganizationalUnit()OrganizationalUnit(Id id, Description description, Name name, String uri, List<DMNElementReference> decisionMade, List<DMNElementReference> decisionOwned)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<DMNElementReference>getDecisionMade()List<DMNElementReference>getDecisionOwned()inthashCode()-
Methods inherited from class org.kie.workbench.common.dmn.api.definition.model.BusinessContextElement
getURI, setURI
-
Methods inherited from class org.kie.workbench.common.dmn.api.definition.model.NamedElement
getName, getNameHolder, setName, setNameHolder
-
Methods inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNElement
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
-
Methods inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase
getAdditionalAttributes, getDefaultNamespace, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParent
-
-
-
-
Constructor Detail
-
OrganizationalUnit
public OrganizationalUnit()
-
OrganizationalUnit
public OrganizationalUnit(Id id, Description description, Name name, String uri, List<DMNElementReference> decisionMade, List<DMNElementReference> decisionOwned)
-
-
Method Detail
-
getDecisionMade
public List<DMNElementReference> getDecisionMade()
-
getDecisionOwned
public List<DMNElementReference> getDecisionOwned()
-
-