at.tuwien.ifs.somtoolbox.output.labeling
Class AbstractLabeler

java.lang.Object
  extended by 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

Constructor Summary
AbstractLabeler()
           
 
Method Summary
static Labeler instantiate(String lName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface at.tuwien.ifs.somtoolbox.output.labeling.Labeler
label, label, label
 

Constructor Detail

AbstractLabeler

public AbstractLabeler()
Method Detail

instantiate

public static Labeler instantiate(String lName)
                           throws ClassNotFoundException,
                                  InstantiationException,
                                  IllegalAccessException
Throws:
ClassNotFoundException
InstantiationException
IllegalAccessException