|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.bsvrz.pua.prot.interpreter.Interpreter
public class Interpreter
Klasse zur Steuerung des Skript-Interpreter Moduls. Diese Klasse steuert die Abläufe beim Interpretieren des Skripts.
| Constructor Summary | |
|---|---|
Interpreter(DataModel model)
Erzeugen des Interpreters |
|
| Method Summary | |
|---|---|
ProtocolRequestResult |
process(java.io.DataInputStream script,
java.lang.String fileName,
ProcessingParameter parameter,
ProcessingInformation pi)
Startet die Interpretation des Skripts. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Interpreter(DataModel model)
model - Verbindung zur Konfiguration.| Method Detail |
|---|
public ProtocolRequestResult process(java.io.DataInputStream script,
java.lang.String fileName,
ProcessingParameter parameter,
ProcessingInformation pi)
process in interface InterpreterInterfacescript - Quelltext SkriptfileName - Dateiname des Skripts (nur für detailliertere Fehlerberichte nötig)parameter - Informationen zum Auswerten des Skriptspi - Objekt, in dem die gewonnenen Informationen abgelegt werden
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||