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
ConstructorsModifierConstructorDescriptionprotected
protected
-
Method Summary
Modifier and TypeMethodDescriptionabstract AbstractPSystem
createEmptyDiagram
(UmlSource source, Map<String, String> skinParam) final Diagram
createSystem
(UmlSource source, Map<String, String> skinParam) protected abstract void
initCommandsList
(List<Command> cmds) Methods inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
buildEmptyError, buildExecutionError, getDiagramType
-
Constructor Details
-
PSystemCommandFactory
protected PSystemCommandFactory() -
PSystemCommandFactory
-
-
Method Details
-
initCommandsList
-
createEmptyDiagram
-
createSystem
-