public class CommandCreateElementFull extends SingleLineCommand2<DescriptionDiagram>
Constructor and Description |
---|
CommandCreateElementFull() |
Modifier and Type | Method and Description |
---|---|
protected CommandExecutionResult |
executeArg(DescriptionDiagram diagram,
RegexResult arg) |
protected boolean |
isForbidden(java.lang.CharSequence line) |
actionIfCommandValid, execute, getDescription, isCommandForbidden, isValid
protected final boolean isForbidden(java.lang.CharSequence line)
isForbidden
in class SingleLineCommand2<DescriptionDiagram>
protected CommandExecutionResult executeArg(DescriptionDiagram diagram, RegexResult arg)
executeArg
in class SingleLineCommand2<DescriptionDiagram>