Class DMNScope


  • public class DMNScope
    extends Object
    • Constructor Detail

      • DMNScope

        public DMNScope()
      • DMNScope

        public DMNScope​(DMNScope parent)
    • Method Detail

      • setVariable

        public void setVariable​(String name,
                                org.kie.dmn.api.core.DMNType type)
      • resolve

        public org.kie.dmn.api.core.DMNType resolve​(String name)
      • getVariables

        public Map<String,​org.kie.dmn.api.core.DMNType> getVariables()