Package org.kie.dmn.model.v1_1
Class TDefinitions
- java.lang.Object
-
- org.kie.dmn.model.v1_1.KieDMNModelInstrumentedBase
-
- org.kie.dmn.model.v1_1.TDMNElement
-
- org.kie.dmn.model.v1_1.TNamedElement
-
- org.kie.dmn.model.v1_1.TDefinitions
-
- All Implemented Interfaces:
Definitions,DMNElement,DMNModelInstrumentedBase,NamedElement
public class TDefinitions extends TNamedElement implements Definitions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.dmn.model.v1_1.TDMNElement
TDMNElement.TExtensionElements
-
Nested classes/interfaces inherited from interface org.kie.dmn.model.api.DMNElement
DMNElement.ExtensionElements
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_EXPRESSION_LANGUAGEstatic StringDEFAULT_TYPE_LANGUAGE-
Fields inherited from class org.kie.dmn.model.v1_1.KieDMNModelInstrumentedBase
URI_DMN, URI_FEEL, URI_KIE
-
-
Constructor Summary
Constructors Constructor Description TDefinitions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Artifact>getArtifact()List<BusinessContextElement>getBusinessContextElement()List<DecisionService>getDecisionService()Internal model: this will filter from DRGElement the Decision ServiceDMNDIgetDMNDI()List<DRGElement>getDrgElement()List<ElementCollection>getElementCollection()StringgetExporter()StringgetExporterVersion()StringgetExpressionLanguage()List<Import>getImport()List<ItemDefinition>getItemDefinition()StringgetNamespace()StringgetTypeLanguage()voidnormalize()Utility method to ensure any QName references contained inside the ItemDefinitions have the namespace correctly valorized, also accordingly to the prefix.voidsetDMNDI(DMNDI value)voidsetExporter(String value)voidsetExporterVersion(String value)voidsetExpressionLanguage(String value)voidsetNamespace(String value)voidsetTypeLanguage(String value)StringtoString()-
Methods inherited from class org.kie.dmn.model.v1_1.TNamedElement
getName, setName
-
Methods inherited from class org.kie.dmn.model.v1_1.TDMNElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
-
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, wait, wait, wait
-
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
-
-
-
-
Field Detail
-
DEFAULT_EXPRESSION_LANGUAGE
public static final String DEFAULT_EXPRESSION_LANGUAGE
- See Also:
- Constant Field Values
-
DEFAULT_TYPE_LANGUAGE
public static final String DEFAULT_TYPE_LANGUAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getImport
public List<Import> getImport()
- Specified by:
getImportin interfaceDefinitions
-
getItemDefinition
public List<ItemDefinition> getItemDefinition()
- Specified by:
getItemDefinitionin interfaceDefinitions
-
getDrgElement
public List<DRGElement> getDrgElement()
- Specified by:
getDrgElementin interfaceDefinitions
-
getArtifact
public List<Artifact> getArtifact()
- Specified by:
getArtifactin interfaceDefinitions
-
getElementCollection
public List<ElementCollection> getElementCollection()
- Specified by:
getElementCollectionin interfaceDefinitions
-
getBusinessContextElement
public List<BusinessContextElement> getBusinessContextElement()
- Specified by:
getBusinessContextElementin interfaceDefinitions
-
getDecisionService
public List<DecisionService> getDecisionService()
Description copied from interface:DefinitionsInternal model: this will filter from DRGElement the Decision Service- Specified by:
getDecisionServicein interfaceDefinitions
-
getExpressionLanguage
public String getExpressionLanguage()
- Specified by:
getExpressionLanguagein interfaceDefinitions
-
setExpressionLanguage
public void setExpressionLanguage(String value)
- Specified by:
setExpressionLanguagein interfaceDefinitions
-
getTypeLanguage
public String getTypeLanguage()
- Specified by:
getTypeLanguagein interfaceDefinitions
-
setTypeLanguage
public void setTypeLanguage(String value)
- Specified by:
setTypeLanguagein interfaceDefinitions
-
getNamespace
public String getNamespace()
- Specified by:
getNamespacein interfaceDefinitions
-
setNamespace
public void setNamespace(String value)
- Specified by:
setNamespacein interfaceDefinitions
-
getExporter
public String getExporter()
- Specified by:
getExporterin interfaceDefinitions
-
setExporter
public void setExporter(String value)
- Specified by:
setExporterin interfaceDefinitions
-
getExporterVersion
public String getExporterVersion()
- Specified by:
getExporterVersionin interfaceDefinitions
-
setExporterVersion
public void setExporterVersion(String value)
- Specified by:
setExporterVersionin interfaceDefinitions
-
normalize
public void normalize()
Utility method to ensure any QName references contained inside the ItemDefinitions have the namespace correctly valorized, also accordingly to the prefix. (Even in the case ofXMLConstants.DEFAULT_NS_PREFIXit will take the DMN model namespace for the no-prefix accordingly.)- Specified by:
normalizein interfaceDefinitions
-
getDMNDI
public DMNDI getDMNDI()
- Specified by:
getDMNDIin interfaceDefinitions
-
setDMNDI
public void setDMNDI(DMNDI value)
- Specified by:
setDMNDIin interfaceDefinitions
-
-