public abstract class AbstractPSystem extends java.lang.Object implements Diagram
| Constructor and Description |
|---|
AbstractPSystem() |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutionResult |
executeCommand(Command cmd,
BlocLines lines) |
java.lang.String |
getMetadata() |
int |
getNbImages()
Number of images in this diagram (usually, 1)
|
UmlSource |
getSource()
The original source of the diagram
|
Display |
getTitle() |
java.lang.String |
getWarningOrError() |
boolean |
hasUrl()
Check if the Diagram have some links.
|
boolean |
isOk() |
void |
makeDiagramReady() |
void |
setSource(UmlSource source) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexportDiagram, getDescriptionpublic final java.lang.String getMetadata()
getMetadata in interface Diagrampublic final UmlSource getSource()
Diagrampublic final void setSource(UmlSource source)
public int getNbImages()
DiagramgetNbImages in interface Diagrampublic Display getTitle()
public java.lang.String getWarningOrError()
getWarningOrError in interface Diagrampublic void makeDiagramReady()
public boolean isOk()
public CommandExecutionResult executeCommand(Command cmd, BlocLines lines)