Interface DMNModel

    • Method Detail

      • getNamespace

        java.lang.String getNamespace()
      • getName

        java.lang.String getName()
      • getDefinitions

        org.kie.dmn.model.api.Definitions getDefinitions()
      • getInputById

        InputDataNode getInputById​(java.lang.String id)
      • getInputByName

        InputDataNode getInputByName​(java.lang.String name)
      • getDecisionById

        DecisionNode getDecisionById​(java.lang.String id)
      • getDecisionByName

        DecisionNode getDecisionByName​(java.lang.String name)
      • getRequiredInputsForDecisionName

        java.util.Set<InputDataNode> getRequiredInputsForDecisionName​(java.lang.String decisionName)
      • getRequiredInputsForDecisionId

        java.util.Set<InputDataNode> getRequiredInputsForDecisionId​(java.lang.String decisionId)
      • getItemDefinitionById

        ItemDefNode getItemDefinitionById​(java.lang.String id)
      • getItemDefinitionByName

        ItemDefNode getItemDefinitionByName​(java.lang.String name)
      • getItemDefinitions

        java.util.Set<ItemDefNode> getItemDefinitions()
      • getResource

        @GwtIncompatible
        org.kie.api.io.Resource getResource()
        If the model was created from a Resource, provide the original resource; null otherwise.