Package net.sourceforge.plantuml.yaml
Class YamlDiagramFactory
- java.lang.Object
-
- net.sourceforge.plantuml.command.PSystemAbstractFactory
-
- net.sourceforge.plantuml.yaml.YamlDiagramFactory
-
- All Implemented Interfaces:
PSystemFactory
public class YamlDiagramFactory extends PSystemAbstractFactory
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
EMPTY_DESCRIPTION
-
-
Constructor Summary
Constructors Constructor Description YamlDiagramFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Diagram
createSystem(UmlSource source, ISkinSimple skinParam)
-
Methods inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
buildEmptyError, buildExecutionError, getDiagramType
-
-
-
-
Method Detail
-
createSystem
public Diagram createSystem(UmlSource source, ISkinSimple skinParam)
-
-