Package org.drools.examples.traits
Interface Scholar<K>
-
- All Known Implementing Classes:
ScholarImpl
public interface Scholar<K>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlearn(String subject)
-
-
-
Method Detail
-
learn
void learn(String subject)
-
-