Class NaturalCommand<D extends Diagram>
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand2<D>
-
- net.sourceforge.plantuml.project.command.NaturalCommand<D>
-
- All Implemented Interfaces:
Command<D>
public class NaturalCommand<D extends Diagram> extends SingleLineCommand2<D>
-
-
Constructor Summary
Constructors Constructor Description NaturalCommand(Sentence<D> sentence)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <D extends Diagram>
NaturalCommand<D>create(Sentence<D> sentence)
protected CommandExecutionResult
executeArg(D system, LineLocation location, RegexResult arg)
-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Method Detail
-
executeArg
protected final CommandExecutionResult executeArg(D system, LineLocation location, RegexResult arg)
- Specified by:
executeArg
in classSingleLineCommand2<D extends Diagram>
-
create
public static <D extends Diagram> NaturalCommand<D> create(Sentence<D> sentence)
-
-