Package org.kie.dmn.core.compiler
Class DMNScope
- java.lang.Object
-
- org.kie.dmn.core.compiler.DMNScope
-
public class DMNScope extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,org.kie.dmn.api.core.DMNType>getVariables()org.kie.dmn.api.core.DMNTyperesolve(String name)voidsetVariable(String name, org.kie.dmn.api.core.DMNType type)
-
-
-
Constructor Detail
-
DMNScope
public DMNScope()
-
DMNScope
public DMNScope(DMNScope parent)
-
-