Package org.kie.dmn.api.core.ast
Interface DMNNode
-
- All Known Subinterfaces:
BusinessKnowledgeModelNode,DecisionNode,DecisionServiceNode,InputDataNode,ItemDefNode
public interface DMNNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetId()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.StringgetModelName()StringgetModelNamespace()StringgetName()
-
-
-
Method Detail
-
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 modeliModelName- the model name of the imported model- Returns:
-
-