Package org.kie.dmn.model.api
Interface KnowledgeSource
-
- All Superinterfaces:
DMNElement,DMNModelInstrumentedBase,DRGElement,NamedElement
- All Known Implementing Classes:
TKnowledgeSource,TKnowledgeSource,TKnowledgeSource,TKnowledgeSource
public interface KnowledgeSource extends DRGElement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.dmn.model.api.DMNElement
DMNElement.ExtensionElements
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<AuthorityRequirement>getAuthorityRequirement()java.lang.StringgetLocationURI()DMNElementReferencegetOwner()java.lang.StringgetType()voidsetLocationURI(java.lang.String value)voidsetOwner(DMNElementReference value)voidsetType(java.lang.String value)-
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
-
-
-
-
Method Detail
-
getAuthorityRequirement
java.util.List<AuthorityRequirement> getAuthorityRequirement()
-
getType
java.lang.String getType()
-
setType
void setType(java.lang.String value)
-
getOwner
DMNElementReference getOwner()
-
setOwner
void setOwner(DMNElementReference value)
-
getLocationURI
java.lang.String getLocationURI()
-
setLocationURI
void setLocationURI(java.lang.String value)
-
-