net.sourceforge.plantuml.classdiagram.command
Class CommandLinkLollipop

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

public final class CommandLinkLollipop
extends SingleLineCommand2<AbstractClassOrObjectDiagram>


Constructor Summary
CommandLinkLollipop(UmlDiagramType umlDiagramType)
           
 
Method Summary
protected  CommandExecutionResult executeArg(AbstractClassOrObjectDiagram diagram, RegexResult arg)
           
 
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
actionIfCommandValid, execute, getDescription, isCommandForbidden, isForbidden, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLinkLollipop

public CommandLinkLollipop(UmlDiagramType umlDiagramType)
Method Detail

executeArg

protected CommandExecutionResult executeArg(AbstractClassOrObjectDiagram diagram,
                                            RegexResult arg)
Specified by:
executeArg in class SingleLineCommand2<AbstractClassOrObjectDiagram>


Copyright © 2013. All Rights Reserved.