Package net.sourceforge.plantuml.nwdiag
Class CommandProperty
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<NwDiagram>
net.sourceforge.plantuml.nwdiag.CommandProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected CommandExecutionResult
executeArg
(NwDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isEligibleFor, isForbidden, isValid, syntaxWithFinalBracket
-
Constructor Details
-
CommandProperty
public CommandProperty()
-
-
Method Details
-
executeArg
protected CommandExecutionResult executeArg(NwDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) - Specified by:
executeArg
in classSingleLineCommand2<NwDiagram>
-