Package org.kie.dmn.api.core.ast
Interface DMNNode
- All Known Subinterfaces:
BusinessKnowledgeModelNode,DecisionNode,DecisionServiceNode,InputDataNode,ItemDefNode
public interface DMNNode
-
Method Summary
Modifier and TypeMethodDescriptiongetId()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.getName()
-
Method Details
-
getId
String getId() -
getName
String getName() -
getModelNamespace
String getModelNamespace() -
getModelName
String getModelName() -
getModelImportAliasFor
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:
-