Class PSystemCommandFactory
java.lang.Object
net.sourceforge.plantuml.command.PSystemAbstractFactory
net.sourceforge.plantuml.command.PSystemCommandFactory
- All Implemented Interfaces:
PSystemFactory
- Direct Known Subclasses:
ActivityDiagramFactory, ActivityDiagramFactory3, BoardDiagramFactory, BpmDiagramFactory, ChenEerDiagramFactory, ChronologyDiagramFactory, ClassDiagramFactory, CompositeDiagramFactory, DescriptionDiagramFactory, FlowDiagramFactory, GanttDiagramFactory, HelpFactory, ListSpriteDiagramFactory, MindMapDiagramFactory, NwDiagramFactory, PSystemEbnfFactory, PSystemRegexFactory, PSystemSaltFactory, SequenceDiagramFactory, StateDiagramFactory, StdlibDiagramFactory, TimingDiagramFactory, WBSDiagramFactory, WireDiagramFactory
-
Field Summary
Fields inherited from class PSystemAbstractFactory
EMPTY_DESCRIPTION -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotected -
Method Summary
Modifier and TypeMethodDescriptionabstract AbstractPSystemcreateEmptyDiagram(UmlSource source, Previous previous, PreprocessingArtifact preprocessing) final DiagramcreateSystem(UmlSource source, Previous previous, PreprocessingArtifact preprocessing) protected abstract voidinitCommandsList(List<Command> cmds) Methods inherited from class PSystemAbstractFactory
buildEmptyError, buildExecutionError, getDiagramTypeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PSystemFactory
getUmlDiagramType
-
Constructor Details
-
PSystemCommandFactory
protected PSystemCommandFactory() -
PSystemCommandFactory
-
-
Method Details
-
initCommandsList
-
createEmptyDiagram
public abstract AbstractPSystem createEmptyDiagram(UmlSource source, Previous previous, PreprocessingArtifact preprocessing) -
createSystem
public final Diagram createSystem(UmlSource source, Previous previous, PreprocessingArtifact preprocessing)
-