public interface DMNNode
Modifier and Type | Method and Description |
---|---|
String |
getId() |
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.
|
String |
getModelName() |
String |
getModelNamespace() |
String |
getName() |
String getId()
String getName()
String getModelNamespace()
String getModelName()
default Optional<String> getModelImportAliasFor(String ns, String iModelName)
ns
- the namespace of the imported modeliModelName
- the model name of the imported modelCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.