net.sourceforge.plantuml.sequencediagram
Class SequenceDiagramFactory

java.lang.Object
  extended by net.sourceforge.plantuml.command.PSystemAbstractFactory
      extended by net.sourceforge.plantuml.command.UmlDiagramFactory
          extended by net.sourceforge.plantuml.sequencediagram.SequenceDiagramFactory
All Implemented Interfaces:
PSystemFactory

public class SequenceDiagramFactory
extends UmlDiagramFactory


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

Constructor Detail

SequenceDiagramFactory

public SequenceDiagramFactory()
Method Detail

createEmptyDiagram

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

createCommands

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

checkFinalError

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


Copyright © 2014. All Rights Reserved.