public class SumoCommand
extends Object
Modifier and Type | Field and Description |
---|---|
int |
input1 |
int |
input2 |
java.util.LinkedList<Object> |
raw |
Constructor and Description |
---|
SumoCommand(Object input1,
Object input3) |
SumoCommand(Object input1,
Object input2,
Object[] array,
Object response,
Object output_type) |
SumoCommand(Object input1,
Object input2,
Object input3,
Object input) |
SumoCommand(Object input1,
Object input2,
Object input3,
Object[] array) |
SumoCommand(Object input1,
Object input2,
Object input3,
Object[] array,
Object response,
Object output_type) |
SumoCommand(Object input1,
Object input2,
Object input3,
Object response,
Object output_type) |
SumoCommand(Object input1,
Object input2,
Object input3,
Object response,
Object output_type,
String info) |
Modifier and Type | Method and Description |
---|---|
Command |
get_command() |
Object[] |
get_raw() |
public java.util.LinkedList<Object> raw
public int input1
public int input2
public SumoCommand(Object input1, Object input2, Object input3, Object response, Object output_type)
public SumoCommand(Object input1, Object input2, Object input3, Object response, Object output_type, String info)
public SumoCommand(Object input1, Object input2, Object input3, Object[] array, Object response, Object output_type)
public SumoCommand(Object input1, Object input3)
public SumoCommand(Object input1, Object input2, Object input3, Object[] array)
public SumoCommand(Object input1, Object input2, Object input3, Object input)
public SumoCommand(Object input1, Object input2, Object[] array, Object response, Object output_type)
public Object[] get_raw()
public Command get_command()