|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.tuwien.ifs.somtoolbox.output.labeling.AbstractLabeler
public abstract class AbstractLabeler
This class provides basic functionality all Labelers can use. Classes providing labelling algortihm implementations are advised to extend this class.
Constructor Summary | |
---|---|
AbstractLabeler()
|
Method Summary | |
---|---|
protected int |
checkMaxDimensionality(InputData data,
int num)
|
static Labeler |
instantiate(java.lang.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 |
---|
public AbstractLabeler()
Method Detail |
---|
public static Labeler instantiate(java.lang.String lName) throws java.lang.ClassNotFoundException, java.lang.InstantiationException, java.lang.IllegalAccessException
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
protected int checkMaxDimensionality(InputData data, int num)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |