Class CommandCreateMap
- java.lang.Object
-
- net.sourceforge.plantuml.command.CommandMultilines2<AbstractEntityDiagram>
-
- net.sourceforge.plantuml.objectdiagram.command.CommandCreateMap
-
- All Implemented Interfaces:
Command<AbstractEntityDiagram>
public class CommandCreateMap extends CommandMultilines2<AbstractEntityDiagram>
-
-
Constructor Summary
Constructors Constructor Description CommandCreateMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
executeNow(AbstractEntityDiagram diagram, BlocLines lines)
String
getPatternEnd()
-
Methods inherited from class net.sourceforge.plantuml.command.CommandMultilines2
execute, finalVerification, getDescription, getStartingPattern, isCommandForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Method Detail
-
getPatternEnd
public String getPatternEnd()
- Specified by:
getPatternEnd
in classCommandMultilines2<AbstractEntityDiagram>
-
executeNow
protected CommandExecutionResult executeNow(AbstractEntityDiagram diagram, BlocLines lines) throws NoSuchColorException
- Specified by:
executeNow
in classCommandMultilines2<AbstractEntityDiagram>
- Throws:
NoSuchColorException
-
-