net.sourceforge.plantuml.classdiagram.command
Class CommandCreateClass

java.lang.Object
  extended by net.sourceforge.plantuml.command.SingleLineCommand2<ClassDiagram>
      extended by net.sourceforge.plantuml.classdiagram.command.CommandCreateClass
All Implemented Interfaces:
Command

public class CommandCreateClass
extends SingleLineCommand2<ClassDiagram>


Field Summary
static String CODE
           
 
Constructor Summary
CommandCreateClass(ClassDiagram diagram)
           
 
Method Summary
protected  CommandExecutionResult executeArg(RegexResult arg)
           
static void manageExtends(ClassDiagram system, RegexResult arg, IEntity entity)
           
 
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
actionIfCommandValid, execute, getDescription, getHelpMessageForDeprecated, getSystem, isCommandForbidden, isDeprecated, isDeprecated, isForbidden, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CODE

public static final String CODE
See Also:
Constant Field Values
Constructor Detail

CommandCreateClass

public CommandCreateClass(ClassDiagram diagram)
Method Detail

executeArg

protected CommandExecutionResult executeArg(RegexResult arg)
Specified by:
executeArg in class SingleLineCommand2<ClassDiagram>

manageExtends

public static void manageExtends(ClassDiagram system,
                                 RegexResult arg,
                                 IEntity entity)


Copyright © 2013. All Rights Reserved.