Class DMNScope


  • public class DMNScope
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​org.kie.dmn.api.core.DMNType> getVariables()  
      org.kie.dmn.api.core.DMNType resolve​(java.lang.String name)  
      void setVariable​(java.lang.String name, org.kie.dmn.api.core.DMNType type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DMNScope

        public DMNScope()
      • DMNScope

        public DMNScope​(DMNScope parent)
    • Method Detail

      • setVariable

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

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

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