|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dfki.lt.sdl.Modules
de.dfki.lt.sdl.sprout.SproutModules
public abstract class SproutModules
this abstract class extends Modules for the purpose of interfacing SProUT with SDL; SproutModules wraps an InterpreterTest object (= empty SProUT) and initializes this interpreter with a SProUT config file, using the init() method
Field Summary | |
---|---|
protected java.lang.String |
annotationName
|
protected SproutInterpreter |
sprout
holds a reference to the SProUT interpreter |
Constructor Summary | |
---|---|
SproutModules()
creates an empty interpreter |
Method Summary | |
---|---|
void |
init(java.lang.String[] initArgs)
the init argument given to modules which inherit from SproutModules is interpreted to be the SProUT config filename |
Methods inherited from class de.dfki.lt.sdl.Modules |
---|
clear, getInput, getOutput, run, setInput, setOutput |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected SproutInterpreter sprout
protected java.lang.String annotationName
Constructor Detail |
---|
public SproutModules()
Method Detail |
---|
public void init(java.lang.String[] initArgs)
init
in interface IModule
init
in class Modules
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |