public abstract class DMNModelInstrumentedBase extends Object implements DMNDefinition
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase> |
static class |
DMNModelInstrumentedBase.Namespace |
| Constructor and Description |
|---|
DMNModelInstrumentedBase() |
| Modifier and Type | Method and Description |
|---|---|
Map<QName,String> |
getAdditionalAttributes() |
Map<String,String> |
getNsContext() |
DMNModelInstrumentedBase |
getParent() |
Optional<String> |
getPrefixForNamespaceURI(String namespaceURI) |
void |
setAdditionalAttributes(Map<QName,String> additionalAttributes) |
void |
setParent(DMNModelInstrumentedBase parent) |
public Map<String,String> getNsContext()
getNsContext in interface DMNDefinitionpublic DMNModelInstrumentedBase getParent()
public void setParent(DMNModelInstrumentedBase parent)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.