at.tuwien.ifs.somtoolbox.output.labeling
Class AbstractLabeler
java.lang.Object
at.tuwien.ifs.somtoolbox.output.labeling.AbstractLabeler
- All Implemented Interfaces:
- Labeler
- Direct Known Subclasses:
- LabelSOM, LagusKeywordLabeler
public abstract class AbstractLabeler
- extends Object
- implements Labeler
This class provides basic functionality all Labelers can use. Classes providing labelling algortihm implementations
are advised to extend this class.
- Version:
- $Id: AbstractLabeler.java 3583 2010-05-21 10:07:41Z mayer $
- Author:
- Michael Dittenbach
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractLabeler
public AbstractLabeler()
instantiate
public static Labeler instantiate(String lName)
throws ClassNotFoundException,
InstantiationException,
IllegalAccessException
- Throws:
ClassNotFoundException
InstantiationException
IllegalAccessException