Package net.sourceforge.plantuml.jcckit
Class PSystemJcckitFactory
- java.lang.Object
-
- net.sourceforge.plantuml.command.PSystemAbstractFactory
-
- net.sourceforge.plantuml.command.PSystemBasicFactory<PSystemJcckit>
-
- net.sourceforge.plantuml.jcckit.PSystemJcckitFactory
-
- All Implemented Interfaces:
PSystemFactory
public class PSystemJcckitFactory extends PSystemBasicFactory<PSystemJcckit>
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
EMPTY_DESCRIPTION
-
-
Constructor Summary
Constructors Constructor Description PSystemJcckitFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PSystemJcckit
executeLine(UmlSource source, PSystemJcckit system, java.lang.String line, PreprocessingArtifact preprocessing)
UmlDiagramType
getUmlDiagramType()
PSystemJcckit
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 PSystemJcckit initDiagram(UmlSource source, java.lang.String startLine, PreprocessingArtifact preprocessing)
- Specified by:
initDiagram
in classPSystemBasicFactory<PSystemJcckit>
-
executeLine
public PSystemJcckit executeLine(UmlSource source, PSystemJcckit system, java.lang.String line, PreprocessingArtifact preprocessing)
- Specified by:
executeLine
in classPSystemBasicFactory<PSystemJcckit>
-
getUmlDiagramType
public UmlDiagramType getUmlDiagramType()
-
-