|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.unidu.is.learning.LearnerFactory
A factory returning Learner instances. With this method, it is fairly easy to replace the actual learning class.
| Constructor Summary | |
LearnerFactory()
|
|
| Method Summary | |
static Learner |
newLearner()
Returns a new Learner instance. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LearnerFactory()
| Method Detail |
public static Learner newLearner()
This method looks into the config file for the value for
de.unidu.is.gnuplot.Learner which is used as the name
of the class. If no entry is found, an instance of
de.unidu.is.learning.Learner is returned.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||