|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic.Command_CopyStructure
protected class DataScriptInterpreter_Basic.Command_CopyStructure
Dieser Befehl erzeugt ein neues Xulu-Objekts im Datenpool auf Basis eines bestehenden Objekts.
Constructor Summary | |
---|---|
DataScriptInterpreter_Basic.Command_CopyStructure(String sampleName,
String objectName,
boolean dialog)
Erzeugt einen neuen 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 des Kommandos. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataScriptInterpreter_Basic.Command_CopyStructure(String sampleName, String objectName, boolean dialog)
sampleName
- Name des zu kopierenden ObjektsobjectName
- Bezeichnung des neuen Objekts im Datenpooldialog
- bestimmt, ob ein Anwender-Dialog beim Kopieren
des Objekts angezeigt werden darfMethod Detail |
---|
public String getDescription()
getDescription
in interface AbstractCommandInterpreter.Command
public void execute(XuluModellingPlatform appl) throws Exception, TypeMappingException, XuluDataException
execute
in interface AbstractCommandInterpreter.Command
appl
- Applikation unter der der Befehl ausgefuehrt wird
TypeMappingException
- falls keine InstantiationFactory fuer den
Datentyp registriert ist.
XuluDataException
- die gefundenen Factory kein XuluObject instanziiert
Exception
- falls die Instanziierung des Objekts fehl schlaegtpublic void check()
check
in interface AbstractCommandInterpreter.Command
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |