net.sourceforge.plantuml.sequencediagram
Class SequenceDiagramFactory

java.lang.Object
  extended by net.sourceforge.plantuml.command.AbstractUmlSystemCommandFactory
      extended by net.sourceforge.plantuml.sequencediagram.SequenceDiagramFactory
All Implemented Interfaces:
PSystemCommandFactory, PSystemFactory

public class SequenceDiagramFactory
extends AbstractUmlSystemCommandFactory


Constructor Summary
SequenceDiagramFactory()
           
 
Method Summary
 String checkFinalError()
           
 SequenceDiagram getSystem()
           
protected  void initCommands()
           
 
Methods inherited from class net.sourceforge.plantuml.command.AbstractUmlSystemCommandFactory
addCommand, addCommonCommands, createCommand, getDescription, getDiagramType, init, isValid
 
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

initCommands

protected void initCommands()
Specified by:
initCommands in class AbstractUmlSystemCommandFactory

getSystem

public SequenceDiagram getSystem()

checkFinalError

public String checkFinalError()
Overrides:
checkFinalError in class AbstractUmlSystemCommandFactory


Copyright © 2012. All Rights Reserved.