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, wait
exportDiagram, getDescription
public final java.lang.String getMetadata()
getMetadata
in interface Diagram
public final UmlSource getSource()
Diagram
public final void setSource(UmlSource source)
public int getNbImages()
Diagram
getNbImages
in interface Diagram
public Display getTitle()
public java.lang.String getWarningOrError()
getWarningOrError
in interface Diagram
public void makeDiagramReady()
public boolean isOk()
public CommandExecutionResult executeCommand(Command cmd, BlocLines lines)