public final class NodeCommand extends Command
DefineCommand,
EdgeCommand,
Console.Environment.Type| Modifier and Type | Method and Description |
|---|---|
void |
execute(String parameter)
Executes this command with the given parameter.
|
boolean |
matchesParameter(String line)
Returns
true if and only if the string line is
a valid parameter for this command. |
getDescription, getDocumentation, getKeypublic boolean matchesParameter(String line)
Commandtrue if and only if the string line is
a valid parameter for this command.matchesParameter in class Commandline - the input stringtrue if line is a valid parameter,
false otherwise