Package | Description |
---|---|
com.stonefacesoft.ottaa | |
com.stonefacesoft.ottaa.JSONutils | |
com.stonefacesoft.ottaa.Prediction |
Modifier and Type | Method and Description |
---|---|
private Posicion |
AsignTags.getPosicion(int posicion) |
Modifier and Type | Method and Description |
---|---|
private Posicion |
Json.calcularPosicion() |
Modifier and Type | Method and Description |
---|---|
void |
Json.cargarPosicion(org.json.JSONObject ob,
Posicion posicion) |
void |
Json.setPosicion(org.json.JSONObject ob,
Posicion posicion) |
Modifier and Type | Method and Description |
---|---|
static Posicion |
Posicion.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Posicion[] |
Posicion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|