org.ontobox.fast.action
Class RemoveSubclass

java.lang.Object
  extended by org.ontobox.fast.action.RemoveSubclass
All Implemented Interfaces:
WriteAction

public class RemoveSubclass
extends java.lang.Object
implements WriteAction

Author:
Anton Malykh

Constructor Summary
RemoveSubclass(java.lang.String[] data)
           
RemoveSubclass(java.lang.String superName, java.lang.String subName)
           
 
Method Summary
 void doAction(Storage storage)
           
 java.util.Collection<java.lang.String> getNewSuperNames()
           
 java.lang.String getSubName()
           
 java.lang.String getSuperName()
           
 WriteAction getUndoAction()
           
 void preverify(Storage storage)
           
 java.lang.String[] saveData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveSubclass

public RemoveSubclass(java.lang.String[] data)

RemoveSubclass

public RemoveSubclass(java.lang.String superName,
                      java.lang.String subName)
Method Detail

preverify

public final void preverify(Storage storage)
Specified by:
preverify in interface WriteAction

doAction

public final void doAction(Storage storage)
Specified by:
doAction in interface WriteAction

saveData

public final java.lang.String[] saveData()
Specified by:
saveData in interface WriteAction

getUndoAction

public final WriteAction getUndoAction()
Specified by:
getUndoAction in interface WriteAction

getSuperName

public final java.lang.String getSuperName()

getSubName

public final java.lang.String getSubName()

getNewSuperNames

public final java.util.Collection<java.lang.String> getNewSuperNames()