Modifier and Type | Method and Description |
---|---|
DMNContext |
clone() |
Object |
get(String name) |
Map<String,Object> |
getAll() |
DMNMetadata |
getMetadata() |
boolean |
isDefined(String name) |
void |
popScope()
The current scope is pop-ed from the current scope stack.
|
void |
pushScope(String name,
String namespace)
Walks inside the current scope for the identifier `name`, using the supplied `namespace`, and push that as the new current scope.
|
Optional<String> |
scopeNamespace()
Returns the current namespace currently at the top of the scope stack, empty if the stack is empty.
|
Object |
set(String name,
Object value) |
boolean isDefined(String name)
DMNMetadata getMetadata()
DMNContext clone()
void pushScope(String name, String namespace)
name
- void popScope()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.