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, isForbidden, isValid, syntaxWithFinalBracketMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sourceforge.plantuml.command.Command
isCommandForbidden
-
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
-