Package org.kie.dmn.api.core
Interface DMNModel
- All Superinterfaces:
DMNMessageContainer
-
Method Summary
Modifier and TypeMethodDescriptiongetDecisionByName(String name) getInputById(String id) getInputByName(String name) getName()getRequiredInputsForDecisionId(String decisionId) getRequiredInputsForDecisionName(String decisionName) If the model was created from aResource, provide the original resource; null otherwise.Methods inherited from interface org.kie.dmn.api.core.DMNMessageContainer
getMessages, getMessages, hasErrors
-
Method Details
-
getNamespace
String getNamespace() -
getName
String getName() -
getDefinitions
Definitions getDefinitions() -
getInputById
-
getInputByName
-
getInputs
Set<InputDataNode> getInputs() -
getDecisionById
-
getDecisionByName
-
getDecisions
Set<DecisionNode> getDecisions() -
getRequiredInputsForDecisionName
-
getRequiredInputsForDecisionId
-
getBusinessKnowledgeModelById
-
getBusinessKnowledgeModelByName
-
getBusinessKnowledgeModels
Set<BusinessKnowledgeModelNode> getBusinessKnowledgeModels() -
getItemDefinitionById
-
getItemDefinitionByName
-
getItemDefinitions
Set<ItemDefNode> getItemDefinitions() -
getResource
Resource getResource()If the model was created from aResource, provide the original resource; null otherwise. -
getDecisionServices
Collection<DecisionServiceNode> getDecisionServices()
-