public abstract class KieDMNModelInstrumentedBase extends Object implements DMNModelInstrumentedBase
Modifier and Type | Field and Description |
---|---|
static String |
URI_DMN |
static String |
URI_FEEL |
static String |
URI_KIE |
Constructor and Description |
---|
KieDMNModelInstrumentedBase() |
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) |
String |
getURIFEEL() |
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()
getIdentifierString
in interface DMNModelInstrumentedBase
public DMNModelInstrumentedBase getParentDRDElement()
getParentDRDElement
in interface DMNModelInstrumentedBase
public Map<String,String> getNsContext()
XMLConstants.DEFAULT_NS_PREFIX
.getNsContext
in interface DMNModelInstrumentedBase
public String getNamespaceURI(String prefix)
getNamespaceURI
in interface DMNModelInstrumentedBase
public Optional<String> getPrefixForNamespaceURI(String namespaceURI)
getPrefixForNamespaceURI
in interface DMNModelInstrumentedBase
public void setAdditionalAttributes(Map<QName,String> additionalAttributes)
setAdditionalAttributes
in interface DMNModelInstrumentedBase
public Map<QName,String> getAdditionalAttributes()
getAdditionalAttributes
in interface DMNModelInstrumentedBase
public DMNModelInstrumentedBase getParent()
getParent
in interface DMNModelInstrumentedBase
public void setParent(DMNModelInstrumentedBase parent)
setParent
in interface DMNModelInstrumentedBase
public List<DMNModelInstrumentedBase> getChildren()
getChildren
in interface DMNModelInstrumentedBase
public void addChildren(DMNModelInstrumentedBase child)
addChildren
in interface DMNModelInstrumentedBase
public void setLocation(Location location)
setLocation
in interface DMNModelInstrumentedBase
public Location getLocation()
getLocation
in interface DMNModelInstrumentedBase
public String getURIFEEL()
getURIFEEL
in interface DMNModelInstrumentedBase
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.