org.ontobox.fast.action
Class CreateObject
java.lang.Object
org.ontobox.fast.action.CreateObject
- All Implemented Interfaces:
- WriteAction
public class CreateObject
- extends java.lang.Object
- implements WriteAction
- Author:
- Anton Malykh
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateObject
public CreateObject(java.lang.String[] data)
CreateObject
public CreateObject(java.lang.String object)
getName
public java.lang.String getName()
preverify
public void preverify(Storage storage)
- Specified by:
preverify
in interface WriteAction
doAction
public void doAction(Storage storage)
- Specified by:
doAction
in interface WriteAction
saveData
public java.lang.String[] saveData()
- Specified by:
saveData
in interface WriteAction
getUndoAction
public WriteAction getUndoAction()
- Specified by:
getUndoAction
in interface WriteAction