public class PSystemLatexFactory extends PSystemBasicFactory<PSystemLatex>
EMPTY_DESCRIPTION| Constructor and Description |
|---|
PSystemLatexFactory(DiagramType type) |
| Modifier and Type | Method and Description |
|---|---|
PSystemLatex |
executeLine(UmlSource source,
PSystemLatex system,
java.lang.String line) |
PSystemLatex |
initDiagram(UmlSource source,
java.lang.String startLine) |
createSystembuildEmptyError, buildExecutionError, getDiagramTypepublic PSystemLatexFactory(DiagramType type)
public PSystemLatex initDiagram(UmlSource source, java.lang.String startLine)
initDiagram in class PSystemBasicFactory<PSystemLatex>public PSystemLatex executeLine(UmlSource source, PSystemLatex system, java.lang.String line)
executeLine in class PSystemBasicFactory<PSystemLatex>