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) |
<T extends DMNModelInstrumentedBase> |
findAllChildren(Class<T> clazz) |
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 DMNModelInstrumentedBasepublic DMNModelInstrumentedBase getParentDRDElement()
getParentDRDElement in interface DMNModelInstrumentedBasepublic Map<String,String> getNsContext()
XMLConstants.DEFAULT_NS_PREFIX .getNsContext in interface DMNModelInstrumentedBasepublic String getNamespaceURI(String prefix)
getNamespaceURI in interface DMNModelInstrumentedBasepublic Optional<String> getPrefixForNamespaceURI(String namespaceURI)
getPrefixForNamespaceURI in interface DMNModelInstrumentedBasepublic void setAdditionalAttributes(Map<QName,String> additionalAttributes)
setAdditionalAttributes in interface DMNModelInstrumentedBasepublic Map<QName,String> getAdditionalAttributes()
getAdditionalAttributes in interface DMNModelInstrumentedBasepublic DMNModelInstrumentedBase getParent()
getParent in interface DMNModelInstrumentedBasepublic void setParent(DMNModelInstrumentedBase parent)
setParent in interface DMNModelInstrumentedBasepublic List<DMNModelInstrumentedBase> getChildren()
getChildren in interface DMNModelInstrumentedBasepublic void addChildren(DMNModelInstrumentedBase child)
addChildren in interface DMNModelInstrumentedBasepublic void setLocation(Location location)
setLocation in interface DMNModelInstrumentedBasepublic Location getLocation()
getLocation in interface DMNModelInstrumentedBasepublic String getURIFEEL()
getURIFEEL in interface DMNModelInstrumentedBasepublic <T extends DMNModelInstrumentedBase> List<? extends T> findAllChildren(Class<T> clazz)
findAllChildren in interface DMNModelInstrumentedBaseCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.