Package net.sourceforge.plantuml.ditaa
Class PSystemDitaaFactory
- java.lang.Object
-
- net.sourceforge.plantuml.command.PSystemAbstractFactory
-
- net.sourceforge.plantuml.command.PSystemBasicFactory<PSystemDitaa>
-
- net.sourceforge.plantuml.ditaa.PSystemDitaaFactory
-
- All Implemented Interfaces:
PSystemFactory
public class PSystemDitaaFactory extends PSystemBasicFactory<PSystemDitaa>
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
EMPTY_DESCRIPTION
-
-
Constructor Summary
Constructors Constructor Description PSystemDitaaFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PSystemDitaa
executeLine(UmlSource source, PSystemDitaa system, java.lang.String line, PreprocessingArtifact preprocessing)
UmlDiagramType
getUmlDiagramType()
PSystemDitaa
initDiagram(UmlSource source, java.lang.String startLine, PreprocessingArtifact preprocessing)
-
Methods inherited from class net.sourceforge.plantuml.command.PSystemBasicFactory
createSystem
-
Methods inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
buildEmptyError, buildExecutionError, getDiagramType
-
-
-
-
Method Detail
-
initDiagram
public PSystemDitaa initDiagram(UmlSource source, java.lang.String startLine, PreprocessingArtifact preprocessing)
- Specified by:
initDiagram
in classPSystemBasicFactory<PSystemDitaa>
-
executeLine
public PSystemDitaa executeLine(UmlSource source, PSystemDitaa system, java.lang.String line, PreprocessingArtifact preprocessing)
- Specified by:
executeLine
in classPSystemBasicFactory<PSystemDitaa>
-
getUmlDiagramType
public UmlDiagramType getUmlDiagramType()
-
-