Interface DMNNode

    • Method Detail

      • 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: