Interface DMNNode

All Known Subinterfaces:
BusinessKnowledgeModelNode, DecisionNode, DecisionServiceNode, InputDataNode, ItemDefNode

public interface DMNNode
  • Method Details

    • getId

      String getId()
    • getName

      String getName()
    • getModelNamespace

      String getModelNamespace()
    • getModelName

      String getModelName()
    • getModelImportAliasFor

      default Optional<String> getModelImportAliasFor(String ns, String iModelName)
      Return the import name (short name alias) as described by this node's parent DMN Model, for the supplied namespace and model name.
      Parameters:
      ns - the namespace of the imported model
      iModelName - the model name of the imported model
      Returns: