Class Command
java.lang.Object
uk.ac.manchester.spinnaker.alloc.compat.Command
public final class Command extends Object
The encoded form of a command to the server. This is basically a Python
call encoded (except that no argument is a live object).
-
Constructor Summary
Constructors Constructor Description Command()
-
Method Summary
-
Constructor Details
-
Command
public Command()
-
-
Method Details
-
getCommand
- Returns:
- The name of the command.
-
getArgs
- Returns:
- The positional arguments to the command.
-
getKwargs
- Returns:
- The keyword arguments to the command.
-