Class CommandAddField
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<StateDiagram>
net.sourceforge.plantuml.statediagram.command.CommandAddField
- All Implemented Interfaces:
Command<StateDiagram>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CommandExecutionResultexecuteArg(StateDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) booleanisEligibleFor(ParserPass pass) Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
Constructor Details
-
CommandAddField
public CommandAddField()
-
-
Method Details
-
isEligibleFor
- Specified by:
isEligibleForin interfaceCommand<StateDiagram>- Overrides:
isEligibleForin classSingleLineCommand2<StateDiagram>
-
executeArg
protected CommandExecutionResult executeArg(StateDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) throws NoSuchColorException - Specified by:
executeArgin classSingleLineCommand2<StateDiagram>- Throws:
NoSuchColorException
-