Package org.kie.dmn.api.core
Interface DMNContext
- All Superinterfaces:
Cloneable
-
Method Summary
Modifier and TypeMethodDescriptionclone()getAll()booleanvoidpopScope()The current scope is pop-ed from the current scope stack.voidWalks inside the current scope for the identifier `name`, using the supplied `namespace`, and push that as the new current scope.Returns the current namespace currently at the top of the scope stack, empty if the stack is empty.
-
Method Details
-
set
-
get
-
getAll
-
isDefined
-
getMetadata
DMNMetadata getMetadata() -
clone
DMNContext clone() -
pushScope
Walks inside the current scope for the identifier `name`, using the supplied `namespace`, and push that as the new current scope.- Parameters:
name-
-
popScope
void popScope()The current scope is pop-ed from the current scope stack. -
scopeNamespace
Returns the current namespace currently at the top of the scope stack, empty if the stack is empty.
-