public class AddCommand extends AbstractAddRemoveCommand
| Constructor and Description |
|---|
AddCommand(Model model,
Set<BioPAXElement> bpes) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPresentationName() |
String |
getRedoPresentationName() |
String |
getUndoPresentationName() |
protected void |
redoAction(BioPAXElement bpe) |
protected void |
undoAction(BioPAXElement bpe) |
canUndo, redo, undopublic AddCommand(Model model, Set<BioPAXElement> bpes)
protected void undoAction(BioPAXElement bpe)
undoAction in class AbstractAddRemoveCommandprotected void redoAction(BioPAXElement bpe)
redoAction in class AbstractAddRemoveCommandpublic String getPresentationName()
public String getUndoPresentationName()
public String getRedoPresentationName()
Copyright © 2015 BioPAX. All rights reserved.