net.sourceforge.plantuml.classdiagram.command
Class CommandCreateEntityClassMultilines2

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

public class CommandCreateEntityClassMultilines2
extends CommandMultilines2<ClassDiagram>


Constructor Summary
CommandCreateEntityClassMultilines2(ClassDiagram diagram)
           
 
Method Summary
 CommandExecutionResult execute(List<String> lines)
           
 
Methods inherited from class net.sourceforge.plantuml.command.CommandMultilines2
actionIfCommandValid, getDescription, getEnding, getHelpMessageForDeprecated, getStartingPattern, getSystem, isCommandForbidden, isDeprecated, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandCreateEntityClassMultilines2

public CommandCreateEntityClassMultilines2(ClassDiagram diagram)
Method Detail

execute

public CommandExecutionResult execute(List<String> lines)


Copyright © 2011. All Rights Reserved.