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