net.sourceforge.plantuml.sequencediagram
Class SequenceDiagramFactory1317

java.lang.Object
  extended by net.sourceforge.plantuml.command.PSystemAbstractFactory1317
      extended by net.sourceforge.plantuml.command.UmlDiagramFactory1317
          extended by net.sourceforge.plantuml.sequencediagram.SequenceDiagramFactory1317
All Implemented Interfaces:
PSystemFactory1317

public class SequenceDiagramFactory1317
extends UmlDiagramFactory1317


Constructor Summary
SequenceDiagramFactory1317()
           
 
Method Summary
 String checkFinalError(AbstractPSystem sys)
           
protected  List<Command> createCommands()
           
 SequenceDiagram createEmptyDiagram()
           
 
Methods inherited from class net.sourceforge.plantuml.command.UmlDiagramFactory1317
addCommonCommands, createCommand, createSystem, getDescription, isValid
 
Methods inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory1317
buildEmptyError, buildEmptyError, getDiagramType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SequenceDiagramFactory1317

public SequenceDiagramFactory1317()
Method Detail

createEmptyDiagram

public SequenceDiagram createEmptyDiagram()
Specified by:
createEmptyDiagram in class UmlDiagramFactory1317

createCommands

protected List<Command> createCommands()
Specified by:
createCommands in class UmlDiagramFactory1317

checkFinalError

public String checkFinalError(AbstractPSystem sys)
Overrides:
checkFinalError in class UmlDiagramFactory1317


Copyright © 2013. All Rights Reserved.