Drools examples 6.0.3-SNAPSHOT

org.drools.examples.traits
Class ScholarImpl<K>

java.lang.Object
  extended by org.drools.examples.traits.ScholarImpl<K>
All Implemented Interfaces:
Scholar<K>

public class ScholarImpl<K>
extends Object
implements Scholar<K>


Constructor Summary
ScholarImpl()
           
ScholarImpl(org.drools.core.factmodel.traits.Thing<K> arg)
           
 
Method Summary
 void learn(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.core.factmodel.traits.Thing<K> arg)
Method Detail

learn

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

Drools examples 6.0.3-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.