public abstract class AbstractPSystem
extends java.lang.Object
implements net.sourceforge.plantuml.core.Diagram
| Constructor and Description |
|---|
AbstractPSystem() |
| Modifier and Type | Method and Description |
|---|---|
net.sourceforge.plantuml.command.CommandExecutionResult |
executeCommand(net.sourceforge.plantuml.command.Command cmd,
java.util.List<java.lang.String> lines) |
java.lang.String |
getMetadata() |
int |
getNbImages()
Number of images in this diagram (usually, 1)
|
net.sourceforge.plantuml.core.UmlSource |
getSource()
The original source of the diagram
|
net.sourceforge.plantuml.cucadiagram.Display |
getTitle() |
java.lang.String |
getWarningOrError() |
boolean |
hasUrl()
Check if the Diagram have some links.
|
boolean |
isOk() |
void |
makeDiagramReady() |
void |
setSource(net.sourceforge.plantuml.core.UmlSource source) |
public final java.lang.String getMetadata()
getMetadata in interface net.sourceforge.plantuml.core.Diagrampublic final net.sourceforge.plantuml.core.UmlSource getSource()
net.sourceforge.plantuml.core.DiagramgetSource in interface net.sourceforge.plantuml.core.Diagrampublic final void setSource(net.sourceforge.plantuml.core.UmlSource source)
public int getNbImages()
net.sourceforge.plantuml.core.DiagramgetNbImages in interface net.sourceforge.plantuml.core.Diagrampublic net.sourceforge.plantuml.cucadiagram.Display getTitle()
public java.lang.String getWarningOrError()
getWarningOrError in interface net.sourceforge.plantuml.core.Diagrampublic void makeDiagramReady()
public boolean isOk()
public net.sourceforge.plantuml.command.CommandExecutionResult executeCommand(net.sourceforge.plantuml.command.Command cmd,
java.util.List<java.lang.String> lines)
public boolean hasUrl()
net.sourceforge.plantuml.core.DiagramhasUrl in interface net.sourceforge.plantuml.core.Diagram