org.biopax.paxtools.command
Class AddCommand

java.lang.Object
  extended by org.biopax.paxtools.command.AbstractAddRemoveCommand
      extended by org.biopax.paxtools.command.AddCommand
All Implemented Interfaces:
Command

public class AddCommand
extends AbstractAddRemoveCommand


Constructor Summary
AddCommand(Model model, java.util.Set<BioPAXElement> bpes)
           
 
Method Summary
 java.lang.String getPresentationName()
           
 java.lang.String getRedoPresentationName()
           
 java.lang.String getUndoPresentationName()
           
protected  void redoAction(BioPAXElement bpe)
           
protected  void undoAction(BioPAXElement bpe)
           
 
Methods inherited from class org.biopax.paxtools.command.AbstractAddRemoveCommand
canUndo, redo, undo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddCommand

public AddCommand(Model model,
                  java.util.Set<BioPAXElement> bpes)
Method Detail

undoAction

protected void undoAction(BioPAXElement bpe)
Specified by:
undoAction in class AbstractAddRemoveCommand

redoAction

protected void redoAction(BioPAXElement bpe)
Specified by:
redoAction in class AbstractAddRemoveCommand

getPresentationName

public java.lang.String getPresentationName()

getUndoPresentationName

public java.lang.String getUndoPresentationName()

getRedoPresentationName

public java.lang.String getRedoPresentationName()


Copyright © 2011 BioPAX. All Rights Reserved.