Package net.sourceforge.plantuml.cute
Class PSystemCuteFactory
- java.lang.Object
-
- net.sourceforge.plantuml.command.PSystemAbstractFactory
-
- net.sourceforge.plantuml.command.PSystemBasicFactory<PSystemCute>
-
- net.sourceforge.plantuml.cute.PSystemCuteFactory
-
- All Implemented Interfaces:
PSystemFactory
public class PSystemCuteFactory extends PSystemBasicFactory<PSystemCute>
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
EMPTY_DESCRIPTION
-
-
Constructor Summary
Constructors Constructor Description PSystemCuteFactory(DiagramType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PSystemCute
executeLine(PSystemCute system, java.lang.String line)
PSystemCute
init(java.lang.String startLine)
-
Methods inherited from class net.sourceforge.plantuml.command.PSystemBasicFactory
createSystem
-
Methods inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
buildEmptyError, buildExecutionError, getDiagramType
-
-
-
-
Constructor Detail
-
PSystemCuteFactory
public PSystemCuteFactory(DiagramType type)
-
-
Method Detail
-
init
public PSystemCute init(java.lang.String startLine)
- Overrides:
init
in classPSystemBasicFactory<PSystemCute>
-
executeLine
public PSystemCute executeLine(PSystemCute system, java.lang.String line)
- Specified by:
executeLine
in classPSystemBasicFactory<PSystemCute>
-
-