Class SessionUnit

  • All Implemented Interfaces:
    org.drools.ruleunits.api.RuleUnit<SessionData>

    public abstract class SessionUnit
    extends java.lang.Object
    implements org.drools.ruleunits.api.RuleUnit<SessionData>
    • Constructor Summary

      Constructors 
      Constructor Description
      SessionUnit()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void evaluate​(SessionData data)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.drools.ruleunits.api.RuleUnit

        createInstance, createInstance
    • Constructor Detail

      • SessionUnit

        public SessionUnit()
    • Method Detail

      • evaluate

        public void evaluate​(SessionData data)