public class TBusinessKnowledgeModel extends TDRGElement implements BusinessKnowledgeModel
TDMNElement.TExtensionElements
DMNElement.ExtensionElements
URI_DMN, URI_FEEL, URI_KIE
Constructor and Description |
---|
TBusinessKnowledgeModel() |
Modifier and Type | Method and Description |
---|---|
List<AuthorityRequirement> |
getAuthorityRequirement() |
FunctionDefinition |
getEncapsulatedLogic() |
List<KnowledgeRequirement> |
getKnowledgeRequirement() |
InformationItem |
getVariable()
Gets the value of the variable property.
|
void |
setEncapsulatedLogic(FunctionDefinition value) |
void |
setVariable(InformationItem value)
Sets the value of the variable property.
|
getName, setName
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName, setName
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
public FunctionDefinition getEncapsulatedLogic()
getEncapsulatedLogic
in interface BusinessKnowledgeModel
public void setEncapsulatedLogic(FunctionDefinition value)
setEncapsulatedLogic
in interface BusinessKnowledgeModel
public InformationItem getVariable()
Invocable
getVariable
in interface Invocable
InformationItem
public void setVariable(InformationItem value)
Invocable
setVariable
in interface Invocable
value
- allowed object is
InformationItem
public List<KnowledgeRequirement> getKnowledgeRequirement()
getKnowledgeRequirement
in interface BusinessKnowledgeModel
public List<AuthorityRequirement> getAuthorityRequirement()
getAuthorityRequirement
in interface BusinessKnowledgeModel
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.