public abstract class DMNModelInstrumentedBase extends Object
Modifier and Type | Field and Description |
---|---|
static String |
URI_DMN |
static String |
URI_FEEL |
static String |
URI_KIE |
Constructor and Description |
---|
DMNModelInstrumentedBase() |
Modifier and Type | Method and Description |
---|---|
void |
addChildren(DMNModelInstrumentedBase child) |
Map<QName,String> |
getAdditionalAttributes() |
List<DMNModelInstrumentedBase> |
getChildren() |
String |
getIdentifierString() |
Location |
getLocation()
Returns an approximated location of the XML origin for this DMN Model node.
|
String |
getNamespaceURI(String prefix) |
Map<String,String> |
getNsContext()
Namespace context map as defined at the level of the given element.
|
DMNModelInstrumentedBase |
getParent() |
DMNModelInstrumentedBase |
getParentDRDElement() |
Optional<String> |
getPrefixForNamespaceURI(String namespaceURI) |
void |
setAdditionalAttributes(Map<QName,String> additionalAttributes) |
void |
setLocation(Location location) |
void |
setParent(DMNModelInstrumentedBase parent) |
public static final String URI_FEEL
public static final String URI_DMN
public static final String URI_KIE
public String getIdentifierString()
public DMNModelInstrumentedBase getParentDRDElement()
public Map<String,String> getNsContext()
XMLConstants.DEFAULT_NS_PREFIX
.public DMNModelInstrumentedBase getParent()
public void setParent(DMNModelInstrumentedBase parent)
public List<DMNModelInstrumentedBase> getChildren()
public void addChildren(DMNModelInstrumentedBase child)
public void setLocation(Location location)
public Location getLocation()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.