|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
protected static interface AbstractCommandInterpreter.Command
Diese Interface beschreibt einen unter der Xulu-Plattform ausfuehrbaren Befehl.
Method Summary | |
---|---|
void |
check()
Prueft, ob alle Parameter korrekt gesetzt sind. |
void |
execute(XuluModellingPlatform appl)
Fuehrt den Befehl aus. |
String |
getDescription()
Liefert eine Beschreibung, was der Befehl macht. |
Method Detail |
---|
void execute(XuluModellingPlatform appl) throws Exception
appl
- Applikation unter der der Befehl auszufuehren ist
Exception
- wenn ein Fehler bei der Ausfuehrung aufrittString getDescription()
void check() throws RuntimeException
RuntimeException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |