| Class | Description |
|---|---|
| DBMotion |
DBMotion is the basic representation of a motion
recording session object during any Database-related
operations
|
| MotionModel |
Represents a MotionModel object to use within a StringRequest to Kinetic Server
The purpose of this class is to provide a serialization/deserialization
interface to Networking Clients like Volley/etc.
|
| PredictionModel |
Represents a PredictionModel response from OpenScoring Server
endpoint POST:/openscoring/model/{ID} based on the following structure:
{
"result" : {
"motion" : "table_inactive"
}
}
The purpose of this class is to provide a serialization/deserialization
interface to Networking Clients like Refrofit/Volley/etc.
|
| ResultModel |
Represents a ResultModel object inside a PreditionModel response from OpenScoring Server
endpoint POST:/openscoring/model/{ID} based on the following structure:
{
"id" : "SVM015",
"result" : {
"motion" : "table_inactive"
}
}
}
The purpose of this class is to provide a serialization/deserialization
interface to Networking Clients like Refrofit/Volley/etc.
|