net.sourceforge.plantuml.usecasediagram.command
Class CommandCreateUsecase

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

public class CommandCreateUsecase
extends SingleLineCommand2<UsecaseDiagram>


Constructor Summary
CommandCreateUsecase(UsecaseDiagram usecaseDiagram)
           
 
Method Summary
protected  boolean defineCode(String s)
           
protected  CommandExecutionResult executeArg(Map<String,RegexPartialMatch> arg)
           
protected  CommandExecutionResult executeArg(Map<String,RegexPartialMatch> arg, LeafType type)
           
protected  boolean isForbidden(String line)
           
 
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
actionIfCommandValid, execute, getDescription, getHelpMessageForDeprecated, 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

CommandCreateUsecase

public CommandCreateUsecase(UsecaseDiagram usecaseDiagram)
Method Detail

executeArg

protected CommandExecutionResult executeArg(Map<String,RegexPartialMatch> arg)
Specified by:
executeArg in class SingleLineCommand2<UsecaseDiagram>

defineCode

protected boolean defineCode(String s)

isForbidden

protected final boolean isForbidden(String line)
Overrides:
isForbidden in class SingleLineCommand2<UsecaseDiagram>

executeArg

protected final CommandExecutionResult executeArg(Map<String,RegexPartialMatch> arg,
                                                  LeafType type)


Copyright © 2012. All Rights Reserved.