Class CommandLinkLollipop
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand2<AbstractClassOrObjectDiagram>
-
- net.sourceforge.plantuml.classdiagram.command.CommandLinkLollipop
-
- All Implemented Interfaces:
Command<AbstractClassOrObjectDiagram>
public final class CommandLinkLollipop extends SingleLineCommand2<AbstractClassOrObjectDiagram>
-
-
Constructor Summary
Constructors Constructor Description CommandLinkLollipop(UmlDiagramType umlDiagramType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
executeArg(AbstractClassOrObjectDiagram diagram, LineLocation location, RegexResult arg)
-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Constructor Detail
-
CommandLinkLollipop
public CommandLinkLollipop(UmlDiagramType umlDiagramType)
-
-
Method Detail
-
executeArg
protected CommandExecutionResult executeArg(AbstractClassOrObjectDiagram diagram, LineLocation location, RegexResult arg)
- Specified by:
executeArg
in classSingleLineCommand2<AbstractClassOrObjectDiagram>
-
-