public class BusinessKnowledgeModel extends DRGElement
DMNElement.ExtensionElements
URI_DMN, URI_FEEL, URI_KIE
Constructor and Description |
---|
BusinessKnowledgeModel() |
Modifier and Type | Method and Description |
---|---|
List<AuthorityRequirement> |
getAuthorityRequirement() |
FunctionDefinition |
getEncapsulatedLogic() |
List<KnowledgeRequirement> |
getKnowledgeRequirement() |
InformationItem |
getVariable() |
void |
setEncapsulatedLogic(FunctionDefinition value) |
void |
setVariable(InformationItem value) |
getName, setName
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, setAdditionalAttributes, setLocation, setParent
public FunctionDefinition getEncapsulatedLogic()
public void setEncapsulatedLogic(FunctionDefinition value)
public InformationItem getVariable()
public void setVariable(InformationItem value)
public List<KnowledgeRequirement> getKnowledgeRequirement()
public List<AuthorityRequirement> getAuthorityRequirement()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.