Class CommandParticipantMultilines
java.lang.Object
net.sourceforge.plantuml.command.CommandMultilines2<SequenceDiagram>
net.sourceforge.plantuml.sequencediagram.command.CommandParticipantMultilines
- All Implemented Interfaces:
Command<SequenceDiagram>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CommandExecutionResultexecuteNow(SequenceDiagram diagram, BlocLines lines, ParserPass currentPass) Methods inherited from class net.sourceforge.plantuml.command.CommandMultilines2
execute, finalVerification, getEndPattern, getPatternEndToto, getStartingPattern, isCommandForbidden, isEligibleFor, isValid, syntaxWithFinalBracket
-
Constructor Details
-
CommandParticipantMultilines
public CommandParticipantMultilines()
-
-
Method Details
-
executeNow
protected CommandExecutionResult executeNow(SequenceDiagram diagram, BlocLines lines, ParserPass currentPass) throws NoSuchColorException - Specified by:
executeNowin classCommandMultilines2<SequenceDiagram>- Throws:
NoSuchColorException
-