Class PSystemCreoleFactory
java.lang.Object
net.sourceforge.plantuml.command.PSystemAbstractFactory
net.sourceforge.plantuml.command.PSystemBasicFactory<PSystemCreole>
net.sourceforge.plantuml.klimt.creole.legacy.PSystemCreoleFactory
- All Implemented Interfaces:
PSystemFactory
-
Field Summary
Fields inherited from class PSystemAbstractFactory
EMPTY_DESCRIPTION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteLine(UmlSource source, PSystemCreole system, String line, PreprocessingArtifact preprocessing) initDiagram(UmlSource source, String startLine, PreprocessingArtifact preprocessing) Methods inherited from class PSystemBasicFactory
createSystemMethods inherited from class PSystemAbstractFactory
buildEmptyError, buildExecutionError, getDiagramType
-
Constructor Details
-
PSystemCreoleFactory
public PSystemCreoleFactory()
-
-
Method Details
-
initDiagram
public PSystemCreole initDiagram(UmlSource source, String startLine, PreprocessingArtifact preprocessing) - Specified by:
initDiagramin classPSystemBasicFactory<PSystemCreole>
-
executeLine
public PSystemCreole executeLine(UmlSource source, PSystemCreole system, String line, PreprocessingArtifact preprocessing) - Specified by:
executeLinein classPSystemBasicFactory<PSystemCreole>
-
getUmlDiagramType
-