Package net.sourceforge.plantuml.command
Class PSystemSingleLineFactory
- java.lang.Object
-
- net.sourceforge.plantuml.command.PSystemAbstractFactory
-
- net.sourceforge.plantuml.command.PSystemSingleLineFactory
-
- All Implemented Interfaces:
PSystemFactory
- Direct Known Subclasses:
PSystemAppleTwoFactory
,PSystemCharlieFactory
,PSystemColorsFactory
,PSystemDedicationFactory
,PSystemDonorsFactory
,PSystemEggFactory
,PSystemLicenseFactory
,PSystemListEmojiFactory
,PSystemListFontsFactory
,PSystemListInternalSpritesFactory
,PSystemListOpenIconicFactory
,PSystemLostFactory
,PSystemOpenIconicFactory
,PSystemPathFactory
,PSystemRIPFactory
,PSystemSkinparameterListFactory
,PSystemStatsFactory
,PSystemSudokuFactory
,PSystemVersionFactory
public abstract class PSystemSingleLineFactory extends PSystemAbstractFactory
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
EMPTY_DESCRIPTION
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
PSystemSingleLineFactory()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Diagram
createSystem(UmlSource source, Previous previous, PreprocessingArtifact preprocessing)
protected abstract AbstractPSystem
executeLine(UmlSource source, java.lang.String line, PreprocessingArtifact preprocessing)
UmlDiagramType
getUmlDiagramType()
-
Methods inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
buildEmptyError, buildExecutionError, getDiagramType
-
-
-
-
Method Detail
-
executeLine
protected abstract AbstractPSystem executeLine(UmlSource source, java.lang.String line, PreprocessingArtifact preprocessing)
-
createSystem
public final Diagram createSystem(UmlSource source, Previous previous, PreprocessingArtifact preprocessing)
-
getUmlDiagramType
public final UmlDiagramType getUmlDiagramType()
-
-