net.sourceforge.plantuml.classdiagram.command
Class CommandHideShow3

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

public class CommandHideShow3
extends SingleLineCommand2<ClassDiagram>


Constructor Summary
CommandHideShow3(ClassDiagram classDiagram)
           
 
Method Summary
protected  CommandExecutionResult executeArg(java.util.Map<java.lang.String,RegexPartialMatch> arg)
           
 
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
actionIfCommandValid, execute, getDescription, getHelpMessageForDeprecated, getSystem, isCommandForbidden, isDeprecated, isDeprecated, isForbidden, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandHideShow3

public CommandHideShow3(ClassDiagram classDiagram)
Method Detail

executeArg

protected CommandExecutionResult executeArg(java.util.Map<java.lang.String,RegexPartialMatch> arg)
Specified by:
executeArg in class SingleLineCommand2<ClassDiagram>


Copyright © 2011. All Rights Reserved.