Class EnvironmentImpl

  • All Implemented Interfaces:
    org.kie.api.runtime.Environment

    public class EnvironmentImpl
    extends java.lang.Object
    implements org.kie.api.runtime.Environment
    • Constructor Summary

      Constructors 
      Constructor Description
      EnvironmentImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object get​(java.lang.String identifier)  
      void set​(java.lang.String name, java.lang.Object object)  
      void setDelegate​(org.kie.api.runtime.Environment delegate)  
      • Methods inherited from class java.lang.Object

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

      • EnvironmentImpl

        public EnvironmentImpl()
    • Method Detail

      • setDelegate

        public void setDelegate​(org.kie.api.runtime.Environment delegate)
        Specified by:
        setDelegate in interface org.kie.api.runtime.Environment
      • get

        public java.lang.Object get​(java.lang.String identifier)
        Specified by:
        get in interface org.kie.api.runtime.Environment
      • set

        public void set​(java.lang.String name,
                        java.lang.Object object)
        Specified by:
        set in interface org.kie.api.runtime.Environment