net.sourceforge.plantuml.objectdiagram.command
Class CommandCreateEntityObjectMultilines

java.lang.Object
  extended by net.sourceforge.plantuml.command.CommandMultilines2<ObjectDiagram>
      extended by net.sourceforge.plantuml.objectdiagram.command.CommandCreateEntityObjectMultilines
All Implemented Interfaces:
Command<ObjectDiagram>

public class CommandCreateEntityObjectMultilines
extends CommandMultilines2<ObjectDiagram>


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

Constructor Detail

CommandCreateEntityObjectMultilines

public CommandCreateEntityObjectMultilines()
Method Detail

getPatternEnd

public String getPatternEnd()
Specified by:
getPatternEnd in class CommandMultilines2<ObjectDiagram>

executeNow

public CommandExecutionResult executeNow(ObjectDiagram diagram,
                                         List<String> lines)
Specified by:
executeNow in class CommandMultilines2<ObjectDiagram>


Copyright © 2013. All Rights Reserved.