| Yosokumo::Base64 | Provides methods for converting bytes sequences to Base64 character strings and vice versa |
| Yosokumo::Block | A base class for EmptyBlock, CellBlock, PredictorBlock, and SpecimenBlock |
| Yosokumo::Catalog | An index to all the studies on which a given user has a role |
| Yosokumo::Cell | Represents a Value with an associated key or name |
| Yosokumo::CellBlock | Represents a block of Cells |
| Yosokumo::Credentials | Specifies credentials (user id and key) for Yosokumo authentication |
| Yosokumo::DigestRequest | Provides a method to digest (using HMAC) and encode (using Base64) an input message |
| Yosokumo::EmptyBlock | Represents an empty block, i.e., a block containing no Predictors and no Specimens |
| Yosokumo::EmptyValue | Represents no value or an unknown value |
| Yosokumo::IntegerValue | Represents a signed integer value |
| Yosokumo::Message | A text message with a type indicating if the message is information or an error |
| Yosokumo::NaturalValue | Represents an unsigned integer value |
| Yosokumo::Panel | Contains various data items associated with a study, e.g., creation time |
| Yosokumo::Predictor | A column of values, an independent variable |
| Yosokumo::PredictorBlock | Represents a block of Predictors |
| Yosokumo::Privilege | |
| Yosokumo::RealValue | Represents a floating-point value |
| Yosokumo::Role | A set of privileges granted to a particular user for a particular study |
| Yosokumo::Roster | For each study, a list of users that have a role on the study |
| Yosokumo::ServiceException | Encapsulates all exceptions which can be thrown by the Yosokumo Service |
| Yosokumo::SpecialValue | Represents an unsigned integer value |
| Yosokumo::Specimen | A row of values |
| Yosokumo::SpecimenBlock | A block of Specimen* |
| Yosokumo::Study | A container for all resources associated with an analytic project |
| Yosokumo::Value | A base class for value classes which store specific primitive data types, e.g., IntegerValue and RealValue |
| Yosokumo::YosokumoDIF | Defines methods which transform bytes obtained from HTTP requests into Yosokumo C++ objects (such as Catalog and Study) and vice versa |
| Yosokumo::YosokumoProtobuf | Implements all functionality for transforming HTTP entity bytes in Google Protocol Buffer form into Yosokumo C++ objects (e.g., Catalog and Study) and vice versa |
| Yosokumo::YosokumoRequest | Implements all HTTP requests to the Yosokumo web service |