net.sourceforge.plantuml.usecasediagram.command
Class CommandCreateUsecase2

java.lang.Object
  extended by net.sourceforge.plantuml.command.SingleLineCommand<UsecaseDiagram>
      extended by net.sourceforge.plantuml.usecasediagram.command.CommandCreateUsecase2
All Implemented Interfaces:
Command

public class CommandCreateUsecase2
extends SingleLineCommand<UsecaseDiagram>


Constructor Summary
CommandCreateUsecase2(UsecaseDiagram usecaseDiagram)
           
 
Method Summary
protected  CommandExecutionResult executeArg(java.util.List<java.lang.String> arg)
           
protected  boolean isForbidden(java.lang.String line)
           
 
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand
actionIfCommandValid, execute, getDescription, getHelpMessageForDeprecated, getSplit, getSystem, isCommandForbidden, isDeprecated, isDeprecated, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandCreateUsecase2

public CommandCreateUsecase2(UsecaseDiagram usecaseDiagram)
Method Detail

isForbidden

protected boolean isForbidden(java.lang.String line)
Overrides:
isForbidden in class SingleLineCommand<UsecaseDiagram>

executeArg

protected CommandExecutionResult executeArg(java.util.List<java.lang.String> arg)
Specified by:
executeArg in class SingleLineCommand<UsecaseDiagram>


Copyright © 2011. All Rights Reserved.