Package net.sourceforge.plantuml.command
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 net.sourceforge.plantuml.command.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 net.sourceforge.plantuml.command.PSystemAbstractFactory
buildEmptyError, buildExecutionError, getDiagramTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sourceforge.plantuml.api.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)
-