public interface DMNModelInstrumentedBase
Modifier and Type | Method and Description |
---|---|
void |
addChildren(DMNModelInstrumentedBase child) |
Map<QName,String> |
getAdditionalAttributes() |
List<DMNModelInstrumentedBase> |
getChildren() |
String |
getIdentifierString() |
Location |
getLocation() |
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) |
DMNModelInstrumentedBase getParentDRDElement()
DMNModelInstrumentedBase getParent()
void setParent(DMNModelInstrumentedBase parent)
List<DMNModelInstrumentedBase> getChildren()
void addChildren(DMNModelInstrumentedBase child)
String getIdentifierString()
String getURIFEEL()
void setLocation(Location location)
Location getLocation()
Map<String,String> getNsContext()
XMLConstants.DEFAULT_NS_PREFIX
.Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.