Class ScholarImpl<K>

  • All Implemented Interfaces:
    Scholar<K>

    public class ScholarImpl<K>
    extends java.lang.Object
    implements Scholar<K>
    • Constructor Summary

      Constructors 
      Constructor Description
      ScholarImpl()  
      ScholarImpl​(org.drools.base.factmodel.traits.Thing<K> arg)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void learn​(java.lang.String subject)  
      • Methods inherited from class java.lang.Object

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

      • ScholarImpl

        public ScholarImpl()
      • ScholarImpl

        public ScholarImpl​(org.drools.base.factmodel.traits.Thing<K> arg)
    • Method Detail

      • learn

        public void learn​(java.lang.String subject)
        Specified by:
        learn in interface Scholar<K>