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
,ClassDiagramFactory
,CompositeDiagramFactory
,DescriptionDiagramFactory
,FlowDiagramFactory
,GanttDiagramFactory
,HelpFactory
,ListSpriteDiagramFactory
,MindMapDiagramFactory
,NwDiagramFactory
,PostIdDiagramFactory
,PSystemSaltFactory2
,PSystemTreeFactory
,SequenceDiagramFactory
,StateDiagramFactory
,StdlibDiagramFactory
,TimingDiagramFactory
,WBSDiagramFactory
,WireDiagramFactory
public abstract class PSystemCommandFactory extends PSystemAbstractFactory
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
EMPTY_DESCRIPTION
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
PSystemCommandFactory()
protected
PSystemCommandFactory(DiagramType type)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected void
addCommonCommands1(java.util.List<Command> cmds)
protected void
addCommonCommands2(java.util.List<Command> cmds)
protected void
addCommonHides(java.util.List<Command> cmds)
protected void
addTitleCommands(java.util.List<Command> cmds)
protected abstract java.util.List<Command>
createCommands()
abstract AbstractPSystem
createEmptyDiagram()
Diagram
createSystem(UmlSource source)
java.util.List<java.lang.String>
getDescription()
-
Methods inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
buildEmptyError, buildExecutionError, getDiagramType
-
-
-
-
Constructor Detail
-
PSystemCommandFactory
protected PSystemCommandFactory()
-
PSystemCommandFactory
protected PSystemCommandFactory(DiagramType type)
-
-
Method Detail
-
createCommands
protected abstract java.util.List<Command> createCommands()
-
createEmptyDiagram
public abstract AbstractPSystem createEmptyDiagram()
-
addCommonCommands1
protected final void addCommonCommands1(java.util.List<Command> cmds)
-
addCommonCommands2
protected final void addCommonCommands2(java.util.List<Command> cmds)
-
addCommonHides
protected final void addCommonHides(java.util.List<Command> cmds)
-
addTitleCommands
protected final void addTitleCommands(java.util.List<Command> cmds)
-
getDescription
public final java.util.List<java.lang.String> getDescription()
-
-