net.sourceforge.plantuml.command.note
Class AbstractCommandMultilinesNoteEntity

java.lang.Object
  extended by net.sourceforge.plantuml.command.CommandMultilines2<AbstractEntityDiagram>
      extended by net.sourceforge.plantuml.command.note.AbstractCommandMultilinesNoteEntity
All Implemented Interfaces:
Command, CommandNote
Direct Known Subclasses:
CommandMultilinesClassNote, CommandMultilinesComponentNoteEntity, CommandMultilinesUsecaseNoteEntity

public abstract class AbstractCommandMultilinesNoteEntity
extends CommandMultilines2<AbstractEntityDiagram>
implements CommandNote


Constructor Summary
protected AbstractCommandMultilinesNoteEntity(AbstractEntityDiagram system, IRegex partialPattern)
           
 
Method Summary
 CommandExecutionResult execute(List<String> lines)
           
 String getPatternEnd()
           
 
Methods inherited from class net.sourceforge.plantuml.command.CommandMultilines2
actionIfCommandValid, getDescription, getHelpMessageForDeprecated, getStartingPattern, getSystem, isCommandForbidden, isDeprecated, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.plantuml.command.Command
getDescription, getHelpMessageForDeprecated, isDeprecated, isValid
 

Constructor Detail

AbstractCommandMultilinesNoteEntity

protected AbstractCommandMultilinesNoteEntity(AbstractEntityDiagram system,
                                              IRegex partialPattern)
Method Detail

getPatternEnd

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

execute

public final CommandExecutionResult execute(List<String> lines)
Specified by:
execute in interface Command


Copyright © 2012. All Rights Reserved.