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 Details

    • Command

      public Command()
  • Method Details

    • getCommand

      public String getCommand()
      Returns:
      The name of the command.
    • getArgs

      public List<Object> getArgs()
      Returns:
      The positional arguments to the command.
    • getKwargs

      public Map<String,Object> getKwargs()
      Returns:
      The keyword arguments to the command.