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 List<AuthorityRequirement>getAuthorityRequirement()StringgetLocationURI()DMNElementReferencegetOwner()StringgetType()voidsetLocationURI(String value)voidsetOwner(DMNElementReference value)voidsetType(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
List<AuthorityRequirement> getAuthorityRequirement()
-
getType
String getType()
-
setType
void setType(String value)
-
getOwner
DMNElementReference getOwner()
-
setOwner
void setOwner(DMNElementReference value)
-
getLocationURI
String getLocationURI()
-
setLocationURI
void setLocationURI(String value)
-
-