Package org.kie.dmn.model.v1_1
Class TKnowledgeRequirement
- java.lang.Object
-
- org.kie.dmn.model.v1_1.KieDMNModelInstrumentedBase
-
- org.kie.dmn.model.v1_1.TKnowledgeRequirement
-
- All Implemented Interfaces:
DMNElement,DMNModelInstrumentedBase,KnowledgeRequirement,NotADMNElementInV11
public class TKnowledgeRequirement extends KieDMNModelInstrumentedBase implements KnowledgeRequirement, NotADMNElementInV11
-
-
Nested Class Summary
-
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 TKnowledgeRequirement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DMNElementReferencegetRequiredKnowledge()voidsetRequiredKnowledge(DMNElementReference value)-
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.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.v1_1.NotADMNElementInV11
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
-
-
-
-
Method Detail
-
getRequiredKnowledge
public DMNElementReference getRequiredKnowledge()
- Specified by:
getRequiredKnowledgein interfaceKnowledgeRequirement
-
setRequiredKnowledge
public void setRequiredKnowledge(DMNElementReference value)
- Specified by:
setRequiredKnowledgein interfaceKnowledgeRequirement
-
-