Class FilesDiagramFactory
- java.lang.Object
-
- net.sourceforge.plantuml.command.PSystemAbstractFactory
-
- net.sourceforge.plantuml.filesdiagram.FilesDiagramFactory
-
- All Implemented Interfaces:
PSystemFactory
public class FilesDiagramFactory extends PSystemAbstractFactory
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
EMPTY_DESCRIPTION
-
-
Constructor Summary
Constructors Constructor Description FilesDiagramFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Diagram
createSystem(UmlSource source, Previous previous, PreprocessingArtifact preprocessing)
UmlDiagramType
getUmlDiagramType()
-
Methods inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
buildEmptyError, buildExecutionError, getDiagramType
-
-
-
-
Method Detail
-
createSystem
public Diagram createSystem(UmlSource source, Previous previous, PreprocessingArtifact preprocessing)
-
getUmlDiagramType
public UmlDiagramType getUmlDiagramType()
-
-