Class Command
java.lang.Object
uk.ac.manchester.spinnaker.alloc.compat.Command
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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Commandpublic 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.
 
 
-