Package net.sourceforge.plantuml.salt
Class PSystemSaltFactory2
- java.lang.Object
-
- net.sourceforge.plantuml.command.PSystemAbstractFactory
-
- net.sourceforge.plantuml.command.PSystemCommandFactory
-
- net.sourceforge.plantuml.salt.PSystemSaltFactory2
-
- All Implemented Interfaces:
PSystemFactory
public class PSystemSaltFactory2 extends PSystemCommandFactory
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
EMPTY_DESCRIPTION
-
-
Constructor Summary
Constructors Constructor Description PSystemSaltFactory2(DiagramType init)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PSystemSalt
createEmptyDiagram(UmlSource source, Map<String,String> skinParam)
protected void
initCommandsList(List<Command> cmds)
-
Methods inherited from class net.sourceforge.plantuml.command.PSystemCommandFactory
createSystem
-
Methods inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
buildEmptyError, buildExecutionError, getDiagramType
-
-
-
-
Constructor Detail
-
PSystemSaltFactory2
public PSystemSaltFactory2(DiagramType init)
-
-
Method Detail
-
initCommandsList
protected void initCommandsList(List<Command> cmds)
- Specified by:
initCommandsList
in classPSystemCommandFactory
-
createEmptyDiagram
public PSystemSalt createEmptyDiagram(UmlSource source, Map<String,String> skinParam)
- Specified by:
createEmptyDiagram
in classPSystemCommandFactory
-
-