Package net.sourceforge.plantuml.command
Class CommandHideUnlinked
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand<UmlDiagram>
-
- net.sourceforge.plantuml.command.CommandHideUnlinked
-
- All Implemented Interfaces:
Command<UmlDiagram>
public class CommandHideUnlinked extends SingleLineCommand<UmlDiagram>
-
-
Constructor Summary
Constructors Constructor Description CommandHideUnlinked()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
executeArg(UmlDiagram diagram, java.util.List<java.lang.String> arg)
-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand
actionIfCommandValid, execute, getDescription, getSplit, isCommandForbidden, isForbidden, isValid
-
-
-
-
Method Detail
-
executeArg
protected CommandExecutionResult executeArg(UmlDiagram diagram, java.util.List<java.lang.String> arg)
- Specified by:
executeArg
in classSingleLineCommand<UmlDiagram>
-
-