A B C D E F G H I K L M N O P R S T U V W Y

A

addAllPrivileges() - Method in class com.yosokumo.core.Role
Add all privileges.
addCell(Cell) - Method in class com.yosokumo.core.Specimen
Add a Cell to the cell sequence.
addCells(Collection<Cell>) - Method in class com.yosokumo.core.Specimen
Add a collection of Cells to the cell sequence.
addPredictor(Predictor) - Method in class com.yosokumo.core.PredictorBlock
Add a Predictor to the block.
addPredictors(Collection<Predictor>) - Method in class com.yosokumo.core.PredictorBlock
Add a collection of Predictors to the block.
addPrivilege(Role.Privilege) - Method in class com.yosokumo.core.Role
Add a privilege.
addRole(Role) - Method in class com.yosokumo.core.Roster
Add a role to the roster.
addSpecimen(Specimen) - Method in class com.yosokumo.core.SpecimenBlock
Add a Specimen to the block.
addSpecimens(Collection<Specimen>) - Method in class com.yosokumo.core.SpecimenBlock
Add a collection of Specimens to the block.
addStudy(Study) - Method in class com.yosokumo.core.Catalog
Add a study to the catalog.
appendHeaderValue(HttpRequest, String, StringBuilder) - Method in class com.yosokumo.core.YosokumoRequest
Append an HTTP header value.
auxHeaderName - Variable in class com.yosokumo.core.YosokumoRequest
 
auxHeaderValue - Variable in class com.yosokumo.core.YosokumoRequest
 

B

Base64 - Class in com.yosokumo.core
Provides methods for converting byte sequences to Base64 character strings and vice versa.
Base64() - Constructor for class com.yosokumo.core.Base64
 
Block - Class in com.yosokumo.core
An abstract base class for EmptyBlock, PredictorBlock, and SpecimenBlock.
Block() - Constructor for class com.yosokumo.core.Block
Initializes a newly created Block object with default attributes.
Block(String) - Constructor for class com.yosokumo.core.Block
Initializes a newly created Block object with a study identifier.
Block.Type - Enum in com.yosokumo.core
Indicates what is stored in the Block, e.g., Predictors, or Specimens.
Block.Type() - Constructor for enum com.yosokumo.core.Block.Type
 
blockCount - Variable in class com.yosokumo.core.Panel
 
blockCount - Variable in class com.yosokumo.core.Study
 

C

cachedCatalog - Variable in class com.yosokumo.core.Service
A cached copy of the user's catalog, providing fast access to all studies managed by the catalog.
Catalog - Class in com.yosokumo.core
An index to all the studies on which a given user has a role.
Catalog() - Constructor for class com.yosokumo.core.Catalog
Initializes a newly created Catalog object with default attributes.
Catalog(String, String) - Constructor for class com.yosokumo.core.Catalog
Initializes a newly created Catalog object with attributes specified by the input parameters.
catalogLocation - Variable in class com.yosokumo.core.Catalog
URI of the catalog.
Cell - Class in com.yosokumo.core
Represents a Value with an associated key or name.
Cell(long, Value) - Constructor for class com.yosokumo.core.Cell
 
cellCount - Variable in class com.yosokumo.core.Panel
 
cellCount - Variable in class com.yosokumo.core.Study
 
cellSequence - Variable in class com.yosokumo.core.Specimen
A sequence of cells.
clearCells() - Method in class com.yosokumo.core.Specimen
Remove all cells from the sequence.
clearPredictors() - Method in class com.yosokumo.core.PredictorBlock
Remove all predictors from the block.
clearRoles() - Method in class com.yosokumo.core.Roster
Remove all roles from the roster.
clearSpecimens() - Method in class com.yosokumo.core.SpecimenBlock
Remove all specimens from the block.
clearStudies() - Method in class com.yosokumo.core.Catalog
Remove all studies from the catalog.
com.yosokumo.core - package com.yosokumo.core
Implements Java classes which allow a Yosokumo analytic project to be manipulated as a collection of Java objects; the Java programmer using these classes need not be concerned with the details of HTTP access to the Yosokumo web service.
containsRole(String) - Method in class com.yosokumo.core.Roster
Test if a role is in the roster.
containsStudy(String) - Method in class com.yosokumo.core.Catalog
Test if a study is in the catalog.
contentType - Variable in class com.yosokumo.core.Service
 
contentType - Variable in class com.yosokumo.core.YosokumoRequest
 
copyCatalog(Catalog) - Static method in class com.yosokumo.core.Catalog
Make a deep copy of a catalog.
copyStudy(Study) - Static method in class com.yosokumo.core.Study
Make a copy of a study.
createRole(Role) - Method in class com.yosokumo.core.Service
Add a Role to a study's roster.
createRoleX(Role) - Method in class com.yosokumo.core.Service
Add a Role to a study's roster.
createStudy() - Method in class com.yosokumo.core.Service
Create a default study and add it to the user's catalog of studies.
createStudy(String) - Method in class com.yosokumo.core.Service
Create a named study and add it to the user's catalog of studies.
createStudy(String, Study.Type) - Method in class com.yosokumo.core.Service
Create a study with specified name and type and add it to the user's catalog of studies.
createStudy(String, Study.Type, Study.Status, Study.Visibility) - Method in class com.yosokumo.core.Service
Create a study with specified name, type, status, and visibility, and add it to the user's catalog of studies.
createStudy(Study) - Method in class com.yosokumo.core.Service
Create a study and add it to the user's catalog of studies.
createStudyX() - Method in class com.yosokumo.core.Service
Create a default study and add it to the user's catalog of studies.
createStudyX(String) - Method in class com.yosokumo.core.Service
Create a named study and add it to the user's catalog of studies.
createStudyX(String, Study.Type) - Method in class com.yosokumo.core.Service
Create a study with specified name and type and add it to the user's catalog of studies.
createStudyX(String, Study.Type, Study.Status, Study.Visibility) - Method in class com.yosokumo.core.Service
Create a study with specified name, type, status, and visibility, and add it to the user's catalog of studies.
creationTime - Variable in class com.yosokumo.core.Panel
 
creationTime - Variable in class com.yosokumo.core.Study
 
Credentials - Class in com.yosokumo.core
Specifies credentials (user id and key) for Yosokumo authentication.
Credentials(String, byte[]) - Constructor for class com.yosokumo.core.Credentials
Initializes a newly created Credentials object to the user id and key given as parameters.
credentials - Variable in class com.yosokumo.core.Service
 
credentials - Variable in class com.yosokumo.core.YosokumoRequest
 

D

decode64(char) - Static method in class com.yosokumo.core.Base64
Convert a 6-bit Base64 character to an 8-bit byte.
decodeString(String) - Static method in class com.yosokumo.core.Base64
Convert a Base64 string to a sequence of bytes.
deleteFromServer(String) - Method in class com.yosokumo.core.YosokumoRequest
Issue an HTTP DELETE request.
deleteRole(String, String) - Method in class com.yosokumo.core.Service
Delete a role.
deleteRoleX(String, String) - Method in class com.yosokumo.core.Service
Delete a role.
deleteStudy(String) - Method in class com.yosokumo.core.Service
Delete a study from the server.
deleteStudyX(String) - Method in class com.yosokumo.core.Service
Delete a study from the server.
describePredictors(String, List<Predictor>) - Method in class com.yosokumo.core.Service
Describe a study's predictors.
describePredictorsX(String, List<Predictor>) - Method in class com.yosokumo.core.Service
Describe a study's table.
dif - Variable in class com.yosokumo.core.Service
 
DigestRequest - Class in com.yosokumo.core
Provides a method to digest (using HMAC) and encode (using Base64) an input message.
DigestRequest() - Constructor for class com.yosokumo.core.DigestRequest
 

E

EmptyBlock - Class in com.yosokumo.core
Represents an empty block, i.e., a block containing no Predictors and no Specimens.
EmptyBlock() - Constructor for class com.yosokumo.core.EmptyBlock
Initializes a newly created EmptyBlock object with default attributes.
EmptyBlock(String) - Constructor for class com.yosokumo.core.EmptyBlock
Initializes a newly created EmptyBlock object with a study identifier.
EmptyValue - Class in com.yosokumo.core
Represents no value or an unknown value.
EmptyValue() - Constructor for class com.yosokumo.core.EmptyValue
 
encode64 - Static variable in class com.yosokumo.core.Base64
Base64 character set: A-Z, a-z, 0-9, +, /.
encodeBytes(byte[]) - Static method in class com.yosokumo.core.Base64
Convert a sequence of bytes to a Base64 string.
ENCODED_LEN - Static variable in class com.yosokumo.core.DigestRequest
Length of the encoded digest.
entity - Variable in class com.yosokumo.core.YosokumoRequest
 
exception - Variable in class com.yosokumo.core.Service
 
exception - Variable in class com.yosokumo.core.YosokumoProtobuf
 
exception - Variable in class com.yosokumo.core.YosokumoRequest
 

F

failedMethodName - Variable in exception com.yosokumo.core.ServiceException
 

G

getBlockCount() - Method in class com.yosokumo.core.Panel
Return the block count.
getBlockCount() - Method in class com.yosokumo.core.Study
Return the block count.
getCatalogLocation() - Method in class com.yosokumo.core.Catalog
Return the catalog location.
getCell(int) - Method in class com.yosokumo.core.Specimen
Return a cell from the cell sequence.
getCellCount() - Method in class com.yosokumo.core.Panel
Return the cell count.
getCellCount() - Method in class com.yosokumo.core.Study
Return the cell count.
getCells() - Method in class com.yosokumo.core.Specimen
Return all cells in the cell sequence as a List<Cell>.
getContentType() - Method in interface com.yosokumo.core.YosokumoDIF
Return a content type string for use in Accept and Content-Type HTTP header lines.
getContentType() - Method in class com.yosokumo.core.YosokumoProtobuf
 
getCreationTime() - Method in class com.yosokumo.core.Panel
Return the creation time.
getCreationTime() - Method in class com.yosokumo.core.Study
Return the creation time.
getEntity() - Method in class com.yosokumo.core.YosokumoRequest
Return the entity from an HTTP response.
getException() - Method in class com.yosokumo.core.Service
Return Service exception.
getException() - Method in interface com.yosokumo.core.YosokumoDIF
Return a ServiceException from the code-decode process.
getException() - Method in class com.yosokumo.core.YosokumoProtobuf
 
getException() - Method in class com.yosokumo.core.YosokumoRequest
Return the exception from an HTTP process.
getFailedMethodName() - Method in exception com.yosokumo.core.ServiceException
Return the name of the Service method which failed with this exception.
getFromServer(String) - Method in class com.yosokumo.core.YosokumoRequest
Issue an HTTP GET request.
getKey() - Method in class com.yosokumo.core.Cell
Return the key of the cell.
getKey() - Method in class com.yosokumo.core.Credentials
Return a copy of the user key.
getLatestBlockTime() - Method in class com.yosokumo.core.Panel
Return the latest block time.
getLatestBlockTime() - Method in class com.yosokumo.core.Study
Return the latest block time.
getLatestProspectTime() - Method in class com.yosokumo.core.Panel
Return the latest prospect time.
getLatestProspectTime() - Method in class com.yosokumo.core.Study
Return the latest prospect time.
getLevel() - Method in class com.yosokumo.core.Predictor
Return the predictor level.
getModelLocation() - Method in class com.yosokumo.core.Study
Return the model location.
getName() - Method in class com.yosokumo.core.Cell
Return the name of the cell.
getNameControlLocation() - Method in class com.yosokumo.core.Panel
Return the name control location.
getNameControlLocation() - Method in class com.yosokumo.core.Study
Return the name control location.
getNumber() - Method in enum com.yosokumo.core.Role.Privilege
Return the Privilege enum value as an integer.
getOwnerIdentifier() - Method in class com.yosokumo.core.Study
Return the owner identifier.
getOwnerName() - Method in class com.yosokumo.core.Study
Return the owner name.
getPanelLocation() - Method in class com.yosokumo.core.Study
Return the panel location.
getPredictand() - Method in class com.yosokumo.core.Specimen
Return the specimen predictand.
getPredictor(int) - Method in class com.yosokumo.core.PredictorBlock
Return a predictor from the block.
getPredictorName() - Method in class com.yosokumo.core.Predictor
Return the predictor name.
getPredictorSequence() - Method in class com.yosokumo.core.PredictorBlock
Return all predictors in the block as a List<Predictor>.
getPrivilege(Role.Privilege) - Method in class com.yosokumo.core.Role
Get a specific privilege.
getProspectCount() - Method in class com.yosokumo.core.Panel
Return the prospect count.
getProspectCount() - Method in class com.yosokumo.core.Study
Return the prospect count.
getResponse(HttpRequestBase, String) - Method in class com.yosokumo.core.YosokumoRequest
Execute an HTTP request and process the response.
getRole(String) - Method in class com.yosokumo.core.Roster
Return a role from the roster.
getRoleCollection() - Method in class com.yosokumo.core.Roster
Return all roles in the roster as a Collection<Role>.
getRoleHelper(String, String) - Method in class com.yosokumo.core.Service
Get the role of a specific user on a specific study.
getRoleLocation() - Method in class com.yosokumo.core.Role
Return the role location.
getRosterLocation() - Method in class com.yosokumo.core.Roster
Return the roster location.
getRosterLocation() - Method in class com.yosokumo.core.Study
Return the roster location.
getSpecimen(int) - Method in class com.yosokumo.core.SpecimenBlock
Return a specimen from the block.
getSpecimenKey() - Method in class com.yosokumo.core.Specimen
Return the specimen key.
getSpecimenSequence() - Method in class com.yosokumo.core.SpecimenBlock
Return all specimens in the block as a List<Specimen>.
getStatus() - Method in class com.yosokumo.core.Predictor
Return the predictor status.
getStatus() - Method in class com.yosokumo.core.Specimen
Return the specimen status.
getStatus() - Method in class com.yosokumo.core.Study
Return the study status.
getStatusCode() - Method in class com.yosokumo.core.Service
Return the status code from the last Service operation.
getStatusCode() - Method in exception com.yosokumo.core.ServiceException
Return HTTP status code.
getStatusCode() - Method in class com.yosokumo.core.YosokumoRequest
Return the status code from an HTTP response.
getStatusControlLocation() - Method in class com.yosokumo.core.Panel
Return the status control location.
getStatusControlLocation() - Method in class com.yosokumo.core.Study
Return the status control location.
getStudy(String) - Method in class com.yosokumo.core.Catalog
Return a study from the catalog.
getStudyCollection() - Method in class com.yosokumo.core.Catalog
Return all studies in the catalog as a Collection<Study>.
getStudyIdentifier() - Method in class com.yosokumo.core.Block
Return the study identifier of the block.
getStudyIdentifier() - Method in class com.yosokumo.core.Role
Return the study identifier.
getStudyIdentifier() - Method in class com.yosokumo.core.Roster
Return the study identifier.
getStudyIdentifier() - Method in class com.yosokumo.core.Study
Return the study identifier.
getStudyIdentifiersSet() - Method in class com.yosokumo.core.Catalog
Return the identifiers of all the studies in the catalog as a Set<String>.
getStudyLocation() - Method in class com.yosokumo.core.Study
Return the study location.
getStudyName() - Method in class com.yosokumo.core.Role
Return the study name.
getStudyName() - Method in class com.yosokumo.core.Roster
Return the study name.
getStudyName() - Method in class com.yosokumo.core.Study
Return the study name.
getTableLocation() - Method in class com.yosokumo.core.Study
Return the table location.
getText() - Method in class com.yosokumo.core.Message
Return the message text.
getTrace() - Method in class com.yosokumo.core.YosokumoRequest
Return the trace flag.
getType() - Method in class com.yosokumo.core.Block
Return the type of the block.
getType() - Method in class com.yosokumo.core.EmptyBlock
Return the empty block type.
getType() - Method in class com.yosokumo.core.EmptyValue
 
getType() - Method in class com.yosokumo.core.IntegerValue
Return the integer type.
getType() - Method in class com.yosokumo.core.Message
Return the message type.
getType() - Method in class com.yosokumo.core.NaturalValue
Return the natural type.
getType() - Method in class com.yosokumo.core.Predictor
Return the predictor type.
getType() - Method in class com.yosokumo.core.PredictorBlock
Return the predictor block type.
getType() - Method in class com.yosokumo.core.RealValue
Return the real type.
getType() - Method in class com.yosokumo.core.SpecialValue
Return the special value type.
getType() - Method in class com.yosokumo.core.SpecimenBlock
Return the specimen block type.
getType() - Method in class com.yosokumo.core.Study
Return the study type.
getType() - Method in class com.yosokumo.core.Value
Return the type of the value.
getUserId() - Method in class com.yosokumo.core.Credentials
Return the user id.
getUserIdentifier() - Method in class com.yosokumo.core.Catalog
Return the user identifier.
getUserIdentifier() - Method in class com.yosokumo.core.Role
Return the user identifier.
getUserIdentifiersSet() - Method in class com.yosokumo.core.Roster
Return the user identifiers of all the roles in the roster as a Set<String>.
getUserName() - Method in class com.yosokumo.core.Catalog
Return the user name.
getUserName() - Method in class com.yosokumo.core.Role
Return the user name.
getValue() - Method in class com.yosokumo.core.Cell
Return the value of the cell.
getValue() - Method in class com.yosokumo.core.EmptyValue
Return the value stored in this empty object.
getValue() - Method in class com.yosokumo.core.IntegerValue
Return the integer value stored in this object.
getValue() - Method in class com.yosokumo.core.NaturalValue
Return the natural value stored in this object.
getValue() - Method in class com.yosokumo.core.RealValue
Return the real value stored in this object.
getValue() - Method in class com.yosokumo.core.SpecialValue
Return the special value stored in this object.
getVisibility() - Method in class com.yosokumo.core.Study
Return the study visibility.
getVisibilityControlLocation() - Method in class com.yosokumo.core.Panel
Return the visibility control location.
getVisibilityControlLocation() - Method in class com.yosokumo.core.Study
Return the visibility control location.
getWeight() - Method in class com.yosokumo.core.Specimen
Return the specimen weight.

H

hostName - Variable in class com.yosokumo.core.Service
 
hostName - Variable in class com.yosokumo.core.YosokumoRequest
 

I

initDifAndRequest() - Method in class com.yosokumo.core.Service
Initialize DIF processor and HTTP request processor.
initForOperation(String) - Method in class com.yosokumo.core.Service
Initialize for an HTTP operation.
initForOperation() - Method in class com.yosokumo.core.YosokumoRequest
Initialize for an HTTP operation.
IntegerValue - Class in com.yosokumo.core
Represents a signed integer value.
IntegerValue(long) - Constructor for class com.yosokumo.core.IntegerValue
Initialize a newly created IntegerValue object with the value specified by the input parameter.
integerValue - Variable in class com.yosokumo.core.IntegerValue
 
invalidStatusCode - Variable in class com.yosokumo.core.Service
 
isEmpty() - Method in class com.yosokumo.core.Catalog
Return true if the catalog contains no studies.
isEmpty() - Method in class com.yosokumo.core.PredictorBlock
Return true if the block contains no predictors.
isEmpty() - Method in class com.yosokumo.core.Roster
Return true if the roster contains no roles.
isEmpty() - Method in class com.yosokumo.core.Specimen
Return true if the sequence contains no cells.
isEmpty() - Method in class com.yosokumo.core.SpecimenBlock
Return true if the block contains no specimens.

K

key - Variable in class com.yosokumo.core.Credentials
The key belonging to the user.
key - Variable in class com.yosokumo.core.Specimen
 
KEY_LEN - Static variable in class com.yosokumo.core.Credentials
The exact length of a key.
keyToString(byte[]) - Static method in class com.yosokumo.core.Credentials
Return a string representation of a key.

L

latestBlockTime - Variable in class com.yosokumo.core.Panel
 
latestBlockTime - Variable in class com.yosokumo.core.Study
 
latestProspectTime - Variable in class com.yosokumo.core.Panel
 
latestProspectTime - Variable in class com.yosokumo.core.Study
 
level - Variable in class com.yosokumo.core.Predictor
 
levelToProtobufLevel(Predictor.Level) - Method in class com.yosokumo.core.YosokumoProtobuf
 
loadSubjects(String, List<Specimen>) - Method in class com.yosokumo.core.Service
Populate the rows of a study's table with subjects.
loadSubjectsX(String, List<Specimen>) - Method in class com.yosokumo.core.Service
Populate the rows of a study's table.

M

makeBlockFromBytes(byte[]) - Method in interface com.yosokumo.core.YosokumoDIF
Make a Yosokumo Block object out of the bytes of an HTTP Entity.
makeBlockFromBytes(byte[]) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeBlockFromProtobufBlock(ProtoBuf.Block) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeBytesFromBlock(Block) - Method in interface com.yosokumo.core.YosokumoDIF
Make the bytes for an HTTP Entity out of a Yosokumo Block object.
makeBytesFromBlock(Block) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeBytesFromCell(Cell) - Method in interface com.yosokumo.core.YosokumoDIF
Make the bytes for an HTTP Entity out of a Yosokumo Cell object.
makeBytesFromCell(Cell) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeBytesFromPredictor(Predictor) - Method in interface com.yosokumo.core.YosokumoDIF
Make the bytes for an HTTP Entity out of a Yosokumo Predictor object.
makeBytesFromPredictor(Predictor) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeBytesFromProtobufBlock(ProtoBuf.Block) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeBytesFromProtobufCell(ProtoBuf.Cell) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeBytesFromProtobufPredictor(ProtoBuf.Predictor) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeBytesFromProtobufRole(ProtoBuf.Role) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeBytesFromProtobufSpecimen(ProtoBuf.Specimen) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeBytesFromProtobufStatusControl(ProtoBuf.Panel.StatusControl) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeBytesFromProtobufStudy(ProtoBuf.Study) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeBytesFromProtobufStudyNameControl(ProtoBuf.Panel.StudyNameControl) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeBytesFromProtobufVisibilityControl(ProtoBuf.Panel.VisibilityControl) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeBytesFromRole(Role) - Method in interface com.yosokumo.core.YosokumoDIF
Make the bytes for an HTTP Entity out of a Yosokumo Role object.
makeBytesFromRole(Role) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeBytesFromSpecimen(Specimen) - Method in interface com.yosokumo.core.YosokumoDIF
Make the bytes for an HTTP Entity out of a Yosokumo Specimen object.
makeBytesFromSpecimen(Specimen) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeBytesFromStudy(Study) - Method in interface com.yosokumo.core.YosokumoDIF
Make the bytes for an HTTP Entity out of a Yosokumo Study object.
makeBytesFromStudy(Study) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeBytesFromStudyName(String) - Method in interface com.yosokumo.core.YosokumoDIF
Make the bytes for an HTTP Entity out of a Yosokumo Study name.
makeBytesFromStudyName(String) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeBytesFromStudyStatus(Study.Status) - Method in interface com.yosokumo.core.YosokumoDIF
Make the bytes for an HTTP Entity out of a Yosokumo Study status.
makeBytesFromStudyStatus(Study.Status) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeBytesFromStudyVisibility(Study.Visibility) - Method in interface com.yosokumo.core.YosokumoDIF
Make the bytes for an HTTP Entity out of a Yosokumo Study visibility.
makeBytesFromStudyVisibility(Study.Visibility) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeCatalogFromBytes(byte[]) - Method in interface com.yosokumo.core.YosokumoDIF
Make a Yosokumo Catalog object out of the bytes of an HTTP Entity.
makeCatalogFromBytes(byte[]) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeCatalogFromProtobufCatalog(ProtoBuf.Catalog) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeCellFromBytes(byte[]) - Method in interface com.yosokumo.core.YosokumoDIF
Make a Yosokumo Cell object out of the bytes of an HTTP Entity.
makeCellFromBytes(byte[]) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeCellFromProtobufCell(ProtoBuf.Cell) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeDigest(String, byte[]) - Static method in class com.yosokumo.core.DigestRequest
Make an encoded digest of a message.
makeDigest(HttpRequestBase) - Method in class com.yosokumo.core.YosokumoRequest
Make a digest of an HTTP request.
makeMessageFromBytes(byte[]) - Method in interface com.yosokumo.core.YosokumoDIF
Make a Yosokumo Message object out of the bytes of an HTTP Entity.
makeMessageFromBytes(byte[]) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeMessageFromProtobufMessage(ProtoBuf.Message) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makePanelFromBytes(byte[]) - Method in interface com.yosokumo.core.YosokumoDIF
Make a Yosokumo Panel object out of the bytes of an HTTP Entity.
makePanelFromBytes(byte[]) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makePanelFromProtobufPanel(ProtoBuf.Panel) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makePredictorFromBytes(byte[]) - Method in interface com.yosokumo.core.YosokumoDIF
Make a Yosokumo Predictor object out of the bytes of an HTTP Entity.
makePredictorFromBytes(byte[]) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makePredictorFromProtobufPredictor(ProtoBuf.Predictor) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeProtobufBlockFromBlock(Block) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeProtobufBlockFromBytes(byte[]) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeProtobufCatalogFromBytes(byte[]) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeProtobufCellFromBytes(byte[]) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeProtobufCellFromCell(Cell) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeProtobufMessageFromBytes(byte[]) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeProtobufPanelFromBytes(byte[]) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeProtobufPredictorFromBytes(byte[]) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeProtobufPredictorFromPredictor(Predictor) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeProtobufRoleFromBytes(byte[]) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeProtobufRoleFromRole(Role) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeProtobufRosterFromBytes(byte[]) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeProtobufSpecimenFromBytes(byte[]) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeProtobufSpecimenFromSpecimen(Specimen) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeProtobufStatusControlFromStatus(Study.Status) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeProtobufStudyFromBytes(byte[]) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeProtobufStudyFromStudy(Study) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeProtobufStudyNameControlFromName(String) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeProtobufVisibilityControlFromVisibility(Study.Visibility) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeRequest(HttpRequestBase, byte[], String) - Method in class com.yosokumo.core.YosokumoRequest
Make an HTTP request.
makeRequestString(HttpRequestBase) - Method in class com.yosokumo.core.YosokumoRequest
Make a string from an HTTP request.
makeRoleFromBytes(byte[]) - Method in interface com.yosokumo.core.YosokumoDIF
Make a Yosokumo Role object out of the bytes of an HTTP Entity.
makeRoleFromBytes(byte[]) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeRoleFromProtobufRole(ProtoBuf.Role) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeRosterFromBytes(byte[]) - Method in interface com.yosokumo.core.YosokumoDIF
Make a Yosokumo Roster object out of the bytes of an HTTP Entity.
makeRosterFromBytes(byte[]) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeRosterFromProtobufRoster(ProtoBuf.Roster) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeSpecimenFromBytes(byte[]) - Method in interface com.yosokumo.core.YosokumoDIF
Make a Yosokumo Specimen object out of the bytes of an HTTP Entity.
makeSpecimenFromBytes(byte[]) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeSpecimenFromProtobufSpecimen(ProtoBuf.Specimen) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeStudyFromBytes(byte[]) - Method in interface com.yosokumo.core.YosokumoDIF
Make a Yosokumo Study object out of the bytes of an HTTP Entity.
makeStudyFromBytes(byte[]) - Method in class com.yosokumo.core.YosokumoProtobuf
 
makeStudyFromProtobufStudy(ProtoBuf.Study) - Method in class com.yosokumo.core.YosokumoProtobuf
 
map3to4(byte, byte, byte, StringBuilder) - Static method in class com.yosokumo.core.Base64
Convert a sequence of three bytes to a sequence of four characters.
map4to3(char, char, char, char, byte[], int, int) - Static method in class com.yosokumo.core.Base64
Convert a sequence of four characters to a sequence of three bytes.
mapStudyIdentifierToStudy(String) - Method in class com.yosokumo.core.Service
Get the study corresponding to a study id.
MAX_ITEMS_TO_SEND_VIA_HTTP - Static variable in class com.yosokumo.core.Service
 
mergePanelIntoStudy(Study) - Method in class com.yosokumo.core.Service
Merge the panel data for a study into the Study object itself.
Message - Class in com.yosokumo.core
A text message with a type indicating if the message is information or an error.
Message(Message.Type, String) - Constructor for class com.yosokumo.core.Message
Initializes a newly created Message object with attributes specified by the input parameters.
Message.Type - Enum in com.yosokumo.core
Indicates whether the message is informational or an error message.
Message.Type() - Constructor for enum com.yosokumo.core.Message.Type
 
methodName - Variable in class com.yosokumo.core.Service
 
modelLocation - Variable in class com.yosokumo.core.Study
 

N

name - Variable in class com.yosokumo.core.Predictor
 
nameControlLocation - Variable in class com.yosokumo.core.Panel
 
nameControlLocation - Variable in class com.yosokumo.core.Study
 
nameOrKey - Variable in class com.yosokumo.core.Cell
A name or a key, depending on the context in which the cell appears.
NaturalValue - Class in com.yosokumo.core
Represents an unsigned integer value.
NaturalValue(long) - Constructor for class com.yosokumo.core.NaturalValue
Initialize a newly created NaturalValue object with the value specified by the input parameter.
naturalValue - Variable in class com.yosokumo.core.NaturalValue
 
normalizeResourceUri(String, String, int) - Method in class com.yosokumo.core.YosokumoRequest
Normalize a resource URI.
numberOfPrivileges() - Static method in enum com.yosokumo.core.Role.Privilege
Return the number of privileges.

O

obtainCatalog() - Method in class com.yosokumo.core.Service
Obtain the user's catalog of studies.
obtainCatalogX() - Method in class com.yosokumo.core.Service
Obtain the user's catalog of studies.
obtainRole(String, String) - Method in class com.yosokumo.core.Service
Obtain a role.
obtainRoleX(String, String) - Method in class com.yosokumo.core.Service
Obtain a role.
obtainRoster(String) - Method in class com.yosokumo.core.Service
Obtain the roster for a study.
obtainRosterX(String) - Method in class com.yosokumo.core.Service
Obtain the roster for a study.
obtainStudy(String) - Method in class com.yosokumo.core.Service
Obtain a study from the server.
obtainStudyX(String) - Method in class com.yosokumo.core.Service
Obtain a study from the server.
ownerIdentifier - Variable in class com.yosokumo.core.Study
 
ownerName - Variable in class com.yosokumo.core.Study
 

P

Panel - Class in com.yosokumo.core
Contains various data items associated with a study, e.g., creation time.
Panel() - Constructor for class com.yosokumo.core.Panel
 
panelLocation - Variable in class com.yosokumo.core.Study
 
port - Variable in class com.yosokumo.core.Service
 
port - Variable in class com.yosokumo.core.YosokumoRequest
 
postEmptyBlock(String, String, Role.Privilege) - Method in class com.yosokumo.core.Service
Post an empty block to the service.
postSpecimenBlock(Study, List<Specimen>, int, int, boolean) - Method in class com.yosokumo.core.Service
Post a specimen block to a study's table or model.
postSpecimens(String, List<Specimen>, boolean) - Method in class com.yosokumo.core.Service
Post specimens to a study's table or model.
postToServer(String, byte[]) - Method in class com.yosokumo.core.YosokumoRequest
Issue an HTTP POST request.
predictand - Variable in class com.yosokumo.core.Specimen
 
Predictor - Class in com.yosokumo.core
A column of values, an independent variable.
Predictor(long) - Constructor for class com.yosokumo.core.Predictor
Initializes a newly created Predictor object with default attributes.
Predictor(long, Predictor.Status, Predictor.Type, Predictor.Level) - Constructor for class com.yosokumo.core.Predictor
Initializes a newly created Predictor object with attributes specified by the input parameters.
Predictor.Level - Enum in com.yosokumo.core
Indicates the level of measurement for the feature.
Predictor.Level() - Constructor for enum com.yosokumo.core.Predictor.Level
 
Predictor.Status - Enum in com.yosokumo.core
Provides a logical delete facility.
Predictor.Status() - Constructor for enum com.yosokumo.core.Predictor.Status
 
Predictor.Type - Enum in com.yosokumo.core
Describes the quality of the predictor and determines the statistical operations that can be performed on the feature.
Predictor.Type() - Constructor for enum com.yosokumo.core.Predictor.Type
 
PredictorBlock - Class in com.yosokumo.core
Represents a block of Predictors.
PredictorBlock() - Constructor for class com.yosokumo.core.PredictorBlock
Initializes a newly created PredictorBlock object with default attributes.
PredictorBlock(String) - Constructor for class com.yosokumo.core.PredictorBlock
Initializes a newly created PredictorBlock object with a study identifier.
PredictorBlock(Collection<Predictor>) - Constructor for class com.yosokumo.core.PredictorBlock
Initializes a newly created PredictorBlock object with the predictor sequence specified by the input parameter.
PredictorBlock(String, Collection<Predictor>) - Constructor for class com.yosokumo.core.PredictorBlock
Initializes a newly created PredictorBlock object with the study identifier and the predictor sequence specified by the input parameters.
predictorSequence - Variable in class com.yosokumo.core.PredictorBlock
A sequence of Predictors.
privilegeSet - Variable in class com.yosokumo.core.Role
 
prospectCount - Variable in class com.yosokumo.core.Panel
 
prospectCount - Variable in class com.yosokumo.core.Study
 
protoLevelToLevel(ProtoBuf.Predictor.Level) - Method in class com.yosokumo.core.YosokumoProtobuf
 
protoStatusToStatus(ProtoBuf.Study.Status) - Method in class com.yosokumo.core.YosokumoProtobuf
 
protoStatusToStatus(ProtoBuf.Predictor.Status) - Method in class com.yosokumo.core.YosokumoProtobuf
 
protoStatusToStatus(ProtoBuf.Specimen.Status) - Method in class com.yosokumo.core.YosokumoProtobuf
 
protoTypeToType(ProtoBuf.Study.Type) - Method in class com.yosokumo.core.YosokumoProtobuf
 
protoTypeToType(ProtoBuf.Predictor.Type) - Method in class com.yosokumo.core.YosokumoProtobuf
 
protoTypeToType(ProtoBuf.Message.Type) - Method in class com.yosokumo.core.YosokumoProtobuf
 
protoVisibilityToVisibility(ProtoBuf.Study.Visibility) - Method in class com.yosokumo.core.YosokumoProtobuf
 
putToServer(String, byte[]) - Method in class com.yosokumo.core.YosokumoRequest
Issue an HTTP PUT request.

R

RealValue - Class in com.yosokumo.core
Represents a floating-point value.
RealValue(double) - Constructor for class com.yosokumo.core.RealValue
Initialize a newly created RealValue object with the value specified by the input parameter.
realValue - Variable in class com.yosokumo.core.RealValue
 
refreshedCachedCatalog - Variable in class com.yosokumo.core.Service
An output from mapStudyIdentifierToStudy.
removeAllPrivileges() - Method in class com.yosokumo.core.Role
Remove all privileges.
removeCells(int) - Method in class com.yosokumo.core.Specimen
Remove cells from the end of the sequence.
removePredictors(int) - Method in class com.yosokumo.core.PredictorBlock
Remove predictors from the end of the block.
removePrivilege(Role.Privilege) - Method in class com.yosokumo.core.Role
Remove a privilege.
removeRole(String) - Method in class com.yosokumo.core.Roster
Remove a role from the roster.
removeSpecimens(int) - Method in class com.yosokumo.core.SpecimenBlock
Remove specimens from the end of the block.
removeStudy(String) - Method in class com.yosokumo.core.Catalog
Remove a study from the catalog.
reportProblem() - Method in class com.yosokumo.core.Service
Set up a ServiceException describing a problem detected by the service.
reportProblem(String) - Method in class com.yosokumo.core.Service
Set up a ServiceException describing a problem detected by the service.
requestOk(Role.Privilege) - Method in class com.yosokumo.core.Service
Check the status code returned by an HTTP request.
Role - Class in com.yosokumo.core
A set of privileges granted to a particular user for a particular study.
Role(String, String) - Constructor for class com.yosokumo.core.Role
Initializes a newly created Role object with attributes specified by the input parameters.
Role.Privilege - Enum in com.yosokumo.core
Indicates an operation which a given user is or is not allowed to perform on a given study.
Role.Privilege(int) - Constructor for enum com.yosokumo.core.Role.Privilege
 
roleCollection - Variable in class com.yosokumo.core.Roster
 
roleLocation - Variable in class com.yosokumo.core.Role
 
Roster - Class in com.yosokumo.core
For each study, a list of users that have a role on the study.
Roster() - Constructor for class com.yosokumo.core.Roster
Initializes a newly created Roster object with default attributes.
Roster(String, String) - Constructor for class com.yosokumo.core.Roster
Initializes a newly created Roster object with attributes specified by the input parameters.
rosterLocation - Variable in class com.yosokumo.core.Roster
 
rosterLocation - Variable in class com.yosokumo.core.Study
 

S

scoreProspects(String, List<Specimen>) - Method in class com.yosokumo.core.Service
Score prospects (compute predictands) using a study's model.
scoreProspectsX(String, List<Specimen>) - Method in class com.yosokumo.core.Service
Score prospects (compute predictands) using a study's model.
Service - Class in com.yosokumo.core
Provides the basic operations available from the Yosokumo web service, e.g., obtainCatalog and createStudy.
Service() - Constructor for class com.yosokumo.core.Service
Initializes a newly created Service object using defaults for the credentials, host name, port, and DIF.
Service(Credentials) - Constructor for class com.yosokumo.core.Service
Initializes a newly created Service object with attributes specified by the input parameters, using defaults for the host name, port, and DIF.
Service(Credentials, String) - Constructor for class com.yosokumo.core.Service
Initializes a newly created Service object with attributes specified by the input parameters, using defaults for the port and DIF.
Service(Credentials, String, int) - Constructor for class com.yosokumo.core.Service
Initializes a newly created Service object with attributes specified by the input parameters, using a default for the DIF.
Service(Credentials, String, int, Service.DIFType) - Constructor for class com.yosokumo.core.Service
Initializes a newly created Service object with attributes specified by the input parameters.
Service.DIFType - Enum in com.yosokumo.core
Specifies the Data Interchange Format (DIF) of bytes transmitted to and from the Yosokumo server.
Service.DIFType() - Constructor for enum com.yosokumo.core.Service.DIFType
 
ServiceException - Exception in com.yosokumo.core
Encapsulates all exceptions which can be thrown by the Yosokumo Service.
ServiceException(String) - Constructor for exception com.yosokumo.core.ServiceException
Constructs a new exception with the specified detail message.
ServiceException(String, Throwable) - Constructor for exception com.yosokumo.core.ServiceException
Constructs a new exception with the specified detail message and cause.
ServiceException(String, Throwable, int, String) - Constructor for exception com.yosokumo.core.ServiceException
Constructs a new exception with the specified detail message, cause, status code and failed method name.
setAuxHeader(String, String) - Method in class com.yosokumo.core.YosokumoRequest
Set the auxiliary header.
setBlockCount(long) - Method in class com.yosokumo.core.Panel
Set the block count.
setBlockCount(long) - Method in class com.yosokumo.core.Study
Set the block count.
setCatalogLocation(String) - Method in class com.yosokumo.core.Catalog
Set the catalog location.
setCellCount(long) - Method in class com.yosokumo.core.Panel
Set the cell count.
setCellCount(long) - Method in class com.yosokumo.core.Study
Set the cell count.
setCells(List<Cell>) - Method in class com.yosokumo.core.Specimen
Set the cells of this Specimen to the cell list specified by the parameter.
setCreationTime(String) - Method in class com.yosokumo.core.Panel
Set the creation time.
setCreationTime(String) - Method in class com.yosokumo.core.Study
Set the creation time.
setCredentials(Credentials) - Method in class com.yosokumo.core.YosokumoRequest
Set the credentials.
setLatestBlockTime(String) - Method in class com.yosokumo.core.Panel
Set the latest block time.
setLatestBlockTime(String) - Method in class com.yosokumo.core.Study
Set the latest block time.
setLatestProspectTime(String) - Method in class com.yosokumo.core.Panel
Set the latest prospect time.
setLatestProspectTime(String) - Method in class com.yosokumo.core.Study
Set the latest prospect time.
setLevel(Predictor.Level) - Method in class com.yosokumo.core.Predictor
Set the predictor level.
setModelLocation(String) - Method in class com.yosokumo.core.Study
Set the model location.
setNameControlLocation(String) - Method in class com.yosokumo.core.Panel
Set the name control location.
setNameControlLocation(String) - Method in class com.yosokumo.core.Study
Set the name control location.
setOwnerIdentifier(String) - Method in class com.yosokumo.core.Study
Set the owner identifier.
setOwnerName(String) - Method in class com.yosokumo.core.Study
Set the owner name.
setPanelLocation(String) - Method in class com.yosokumo.core.Study
Set the panel location.
setPredictand(Value) - Method in class com.yosokumo.core.Specimen
Set the specimen predictand.
setPredictorName(long) - Method in class com.yosokumo.core.Predictor
Set the predictor name.
setProspectCount(long) - Method in class com.yosokumo.core.Panel
Set the prospect count.
setProspectCount(long) - Method in class com.yosokumo.core.Study
Set the prospect count.
setRoleLocation(String) - Method in class com.yosokumo.core.Role
Set the role location.
setRosterLocation(String) - Method in class com.yosokumo.core.Roster
Set the roster location.
setRosterLocation(String) - Method in class com.yosokumo.core.Study
Set the roster location.
setSpecimenKey(long) - Method in class com.yosokumo.core.Specimen
Set the specimen key.
setStatus(Predictor.Status) - Method in class com.yosokumo.core.Predictor
Set the predictor status.
setStatus(Specimen.Status) - Method in class com.yosokumo.core.Specimen
Set the specimen status.
setStatus(Study.Status) - Method in class com.yosokumo.core.Study
Set the study status.
setStatusControlLocation(String) - Method in class com.yosokumo.core.Panel
Set the status control location.
setStatusControlLocation(String) - Method in class com.yosokumo.core.Study
Set the status control location.
setStudyIdentifier(String) - Method in class com.yosokumo.core.Block
Set the study identifier of the block.
setStudyIdentifier(String) - Method in class com.yosokumo.core.Role
Set the study identifier.
setStudyIdentifier(String) - Method in class com.yosokumo.core.Roster
Set the study identifier.
setStudyIdentifier(String) - Method in class com.yosokumo.core.Study
Set the study identifier.
setStudyLocation(String) - Method in class com.yosokumo.core.Study
Set the study location.
setStudyName(String) - Method in class com.yosokumo.core.Role
Set the study name.
setStudyName(String) - Method in class com.yosokumo.core.Roster
Set the study name.
setStudyName(String) - Method in class com.yosokumo.core.Study
Set the study name.
setTableLocation(String) - Method in class com.yosokumo.core.Study
Set the table location.
setTrace(boolean) - Method in class com.yosokumo.core.Service
Set the trace flag.
setTrace(boolean) - Method in class com.yosokumo.core.YosokumoRequest
Set the trace flag.
setType(Predictor.Type) - Method in class com.yosokumo.core.Predictor
Set the predictor type.
setType(Study.Type) - Method in class com.yosokumo.core.Study
Set the study type.
setUserIdentifier(String) - Method in class com.yosokumo.core.Catalog
Set the user identifier.
setUserIdentifier(String) - Method in class com.yosokumo.core.Role
Set the user identifier.
setUserName(String) - Method in class com.yosokumo.core.Catalog
Set the user name.
setUserName(String) - Method in class com.yosokumo.core.Role
Set the user name.
setVisibility(Study.Visibility) - Method in class com.yosokumo.core.Study
Set the study visibility.
setVisibilityControlLocation(String) - Method in class com.yosokumo.core.Panel
Set the visibility control location.
setVisibilityControlLocation(String) - Method in class com.yosokumo.core.Study
Set the visibility control location.
setWeight(long) - Method in class com.yosokumo.core.Specimen
Set the specimen weight.
size() - Method in class com.yosokumo.core.Catalog
Return the number of studies in the catalog.
size() - Method in class com.yosokumo.core.PredictorBlock
Return the number of predictors in the block.
size() - Method in class com.yosokumo.core.Roster
Return the number of roles in the roster.
size() - Method in class com.yosokumo.core.Specimen
Return the number of cells in the sequence.
size() - Method in class com.yosokumo.core.SpecimenBlock
Return the number of specimens in the block.
SpecialValue - Class in com.yosokumo.core
Represents an unsigned integer value.
SpecialValue(long) - Constructor for class com.yosokumo.core.SpecialValue
Initialize a newly created SpecialValue object with the value specified by the input parameter.
specialValue - Variable in class com.yosokumo.core.SpecialValue
 
Specimen - Class in com.yosokumo.core
A row of values.
Specimen(long) - Constructor for class com.yosokumo.core.Specimen
Initializes a newly created Specimen object with key specified by the input parameter.
Specimen(long, Collection<Cell>) - Constructor for class com.yosokumo.core.Specimen
Initializes a newly created Specimen object with key and cell sequence as specified by the input parameters.
Specimen(long, Value, Collection<Cell>) - Constructor for class com.yosokumo.core.Specimen
Initializes a newly created Specimen object with key, predictand, and cell sequence as specified by the input parameters.
Specimen(long, Specimen.Status, long, Value, Collection<Cell>) - Constructor for class com.yosokumo.core.Specimen
Initializes a newly created Specimen object with attributes specified by the input parameters.
Specimen.Status - Enum in com.yosokumo.core
Provides a logical delete facility.
Specimen.Status() - Constructor for enum com.yosokumo.core.Specimen.Status
 
SpecimenBlock - Class in com.yosokumo.core
A block of Specimens.
SpecimenBlock() - Constructor for class com.yosokumo.core.SpecimenBlock
Initializes a newly created SpecimenBlock object with default attributes.
SpecimenBlock(String) - Constructor for class com.yosokumo.core.SpecimenBlock
Initializes a newly created SpecimenBlock object with a study identifier.
SpecimenBlock(Collection<Specimen>) - Constructor for class com.yosokumo.core.SpecimenBlock
Initializes a newly created SpecimenBlock object with the specimen sequence specified by the input parameter.
SpecimenBlock(String, Collection<Specimen>) - Constructor for class com.yosokumo.core.SpecimenBlock
Initializes a newly created SpecimenBlock object with the study identifier and the specimen sequence specified by the input parameters.
specimenSequence - Variable in class com.yosokumo.core.SpecimenBlock
A sequence of Specimens.
status - Variable in class com.yosokumo.core.Predictor
 
status - Variable in class com.yosokumo.core.Specimen
 
status - Variable in class com.yosokumo.core.Study
 
statusCode - Variable in exception com.yosokumo.core.ServiceException
 
statusCode - Variable in class com.yosokumo.core.YosokumoRequest
 
statusControlLocation - Variable in class com.yosokumo.core.Panel
 
statusControlLocation - Variable in class com.yosokumo.core.Study
 
statusToProtobufStatus(Study.Status) - Method in class com.yosokumo.core.YosokumoProtobuf
 
statusToProtobufStatus(Predictor.Status) - Method in class com.yosokumo.core.YosokumoProtobuf
 
statusToProtobufStatus(Specimen.Status) - Method in class com.yosokumo.core.YosokumoProtobuf
 
Study - Class in com.yosokumo.core
A container for all resources associated with an analytic project.
Study() - Constructor for class com.yosokumo.core.Study
Initializes a newly created Study object with default attributes.
Study(String, Study.Type, Study.Status, Study.Visibility) - Constructor for class com.yosokumo.core.Study
Initializes a newly created Study object with attributes specified by the input parameters.
Study.Status - Enum in com.yosokumo.core
Describes the state of the study, whether it is running, on standby, or stopped.
Study.Status() - Constructor for enum com.yosokumo.core.Study.Status
 
Study.Type - Enum in com.yosokumo.core
Indicates the quality of the predictands associated with subjects in the study.
Study.Type() - Constructor for enum com.yosokumo.core.Study.Type
 
Study.Visibility - Enum in com.yosokumo.core
Tells whether unidentified users can get estimated predictands from the model of the study.
Study.Visibility() - Constructor for enum com.yosokumo.core.Study.Visibility
 
studyCollection - Variable in class com.yosokumo.core.Catalog
Collection of studies comprising the catalog.
studyIdentifier - Variable in class com.yosokumo.core.Block
Specifies the study which the block is associated with.
studyIdentifier - Variable in class com.yosokumo.core.Role
 
studyIdentifier - Variable in class com.yosokumo.core.Roster
 
studyIdentifier - Variable in class com.yosokumo.core.Study
 
studyLocation - Variable in class com.yosokumo.core.Study
 
studyName - Variable in class com.yosokumo.core.Role
 
studyName - Variable in class com.yosokumo.core.Roster
 
studyName - Variable in class com.yosokumo.core.Study
 

T

tableLocation - Variable in class com.yosokumo.core.Study
 
text - Variable in class com.yosokumo.core.Message
The message text.
toString() - Method in class com.yosokumo.core.Block
Return the block as a String.
toString() - Method in class com.yosokumo.core.Catalog
Return a string representation of this Catalog.
toString() - Method in class com.yosokumo.core.Cell
Return a string representation of this Cell.
toString() - Method in class com.yosokumo.core.Credentials
Return a string representation of the Credentials.
toString() - Method in class com.yosokumo.core.EmptyBlock
Return the empty block as a String.
toString() - Method in class com.yosokumo.core.EmptyValue
Return the empty value as a String.
toString() - Method in class com.yosokumo.core.IntegerValue
Return the integer value as a String.
toString() - Method in class com.yosokumo.core.Message
Return a string representation of this Message.
toString() - Method in class com.yosokumo.core.NaturalValue
Return the natural value as a String.
toString() - Method in class com.yosokumo.core.Predictor
Return a string representation of this Predictor.
toString() - Method in class com.yosokumo.core.PredictorBlock
Return a string representation of this PredictorBlock.
toString() - Method in class com.yosokumo.core.RealValue
Return the real value as a String.
toString() - Method in class com.yosokumo.core.Role
Return a string representation of this Role.
toString() - Method in class com.yosokumo.core.Roster
Return a string representation of this Roster.
toString() - Method in class com.yosokumo.core.SpecialValue
Return the special value as a String.
toString() - Method in class com.yosokumo.core.Specimen
Return a string representation of this Specimen.
toString() - Method in class com.yosokumo.core.SpecimenBlock
Return a string representation of this SpecimenBlock.
toString() - Method in class com.yosokumo.core.Study
Return a string representation of this Study.
toString() - Method in class com.yosokumo.core.Value
Return the value as a String.
toStringInternal(boolean) - Method in class com.yosokumo.core.Catalog
Return a string representation of this Catalog.
toStringInternal(boolean) - Method in class com.yosokumo.core.Role
Return a string representation of this Role.
toStringInternal(boolean) - Method in class com.yosokumo.core.Roster
Return a string representation of this Roster.
toStringInternal(boolean) - Method in class com.yosokumo.core.Study
Return a string representation of this Study.
trace - Variable in class com.yosokumo.core.YosokumoRequest
 
type - Variable in class com.yosokumo.core.Message
The type of message.
type - Variable in class com.yosokumo.core.Predictor
 
type - Variable in class com.yosokumo.core.Study
 
typeToProtobufType(Study.Type) - Method in class com.yosokumo.core.YosokumoProtobuf
 
typeToProtobufType(Predictor.Type) - Method in class com.yosokumo.core.YosokumoProtobuf
 

U

updateRole(Role) - Method in class com.yosokumo.core.Service
Update a role on the server.
updateRoleX(Role) - Method in class com.yosokumo.core.Service
Update a role on the server.
updateStudy(String, String) - Method in class com.yosokumo.core.Service
Update a study, changing the study name.
updateStudy(String, Study.Status) - Method in class com.yosokumo.core.Service
Update a study, changing the status.
updateStudy(String, Study.Visibility) - Method in class com.yosokumo.core.Service
Update a study, changing the visibility.
updateStudyX(String, String) - Method in class com.yosokumo.core.Service
Update a study, changing the study name.
updateStudyX(String, Study.Status) - Method in class com.yosokumo.core.Service
Update a study, changing the status.
updateStudyX(String, Study.Visibility) - Method in class com.yosokumo.core.Service
Update a study, changing the visibility.
userId - Variable in class com.yosokumo.core.Credentials
The user to whom the key belongs.
userIdentifier - Variable in class com.yosokumo.core.Catalog
Identifier of the user to whom the catalog belongs.
userIdentifier - Variable in class com.yosokumo.core.Role
 
userName - Variable in class com.yosokumo.core.Catalog
User name of the user to whom the catalog belongs.
userName - Variable in class com.yosokumo.core.Role
 

V

validStatusCode - Variable in class com.yosokumo.core.Service
 
value - Variable in class com.yosokumo.core.Cell
The value of the cell.
value - Variable in enum com.yosokumo.core.Role.Privilege
 
Value - Class in com.yosokumo.core
An abstract base class for value classes which store specific primitive data types, e.g., IntegerValue and RealValue.
Value() - Constructor for class com.yosokumo.core.Value
 
Value.Type - Enum in com.yosokumo.core
Indicates the data type stored in the Value, e.g., integer or real.
Value.Type() - Constructor for enum com.yosokumo.core.Value.Type
 
valueOf(String) - Static method in enum com.yosokumo.core.Block.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.yosokumo.core.Message.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.yosokumo.core.Predictor.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.yosokumo.core.Predictor.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.yosokumo.core.Predictor.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.yosokumo.core.Role.Privilege
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.yosokumo.core.Role.Privilege
Convert an integer to a Privilege enum value.
valueOf(String) - Static method in enum com.yosokumo.core.Service.DIFType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.yosokumo.core.Specimen.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.yosokumo.core.Study.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.yosokumo.core.Study.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.yosokumo.core.Study.Visibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.yosokumo.core.Value.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.yosokumo.core.Block.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.yosokumo.core.Message.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.yosokumo.core.Predictor.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.yosokumo.core.Predictor.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.yosokumo.core.Predictor.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.yosokumo.core.Role.Privilege
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.yosokumo.core.Service.DIFType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.yosokumo.core.Specimen.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.yosokumo.core.Study.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.yosokumo.core.Study.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.yosokumo.core.Study.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.yosokumo.core.Value.Type
Returns an array containing the constants of this enum type, in the order they are declared.
visibility - Variable in class com.yosokumo.core.Study
 
visibilityControlLocation - Variable in class com.yosokumo.core.Panel
 
visibilityControlLocation - Variable in class com.yosokumo.core.Study
 
visibilityToProtobufVisibility(Study.Visibility) - Method in class com.yosokumo.core.YosokumoProtobuf
 

W

weight - Variable in class com.yosokumo.core.Specimen
 

Y

ydif - Variable in class com.yosokumo.core.Service
 
YosokumoDIF - Interface in com.yosokumo.core
Defines methods which transform bytes obtained from HTTP requests into Yosokumo Java objects (such as Catalog and Study) and vice versa.
YosokumoProtobuf - Class in com.yosokumo.core
Implements all functionality for transforming HTTP entity bytes in Google Protocol Buffer form into Yosokumo Java objects (e.g., Catalog and Study) and vice versa.
YosokumoProtobuf() - Constructor for class com.yosokumo.core.YosokumoProtobuf
 
YosokumoRequest - Class in com.yosokumo.core
Implements all HTTP requests to the Yosokumo web service.
YosokumoRequest(Credentials, String, int, String) - Constructor for class com.yosokumo.core.YosokumoRequest
Initializes a newly created YosokumoRequest object with attributes specified by the input parameters.
yRequest - Variable in class com.yosokumo.core.Service
 

A B C D E F G H I K L M N O P R S T U V W Y