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

V

v - Variable in class edu.wpi.prc.task.test.ResultTest
 
v - Variable in class edu.wpi.prc.task.test.WorkUnitTest
 
v - Variable in class edu.wpi.prc.user.test.VolunteerTest
 
validateInput() - Method in class edu.wpi.prc.tools.builder.gui.BasicConfigurationForm
Checks whether all input fields are correct and displays a dialog message if there are any errors.
validateInput() - Method in class edu.wpi.prc.tools.builder.gui.DatabaseConfigurationForm
Checks whether all input fields are correct and displays a dialog message if there are any errors.
validateInput() - Method in class edu.wpi.prc.tools.builder.gui.NetworkConfigurationForm
Checks whether all input fields are correct and displays a dialog message if there are any errors.
validateInput() - Method in class edu.wpi.prc.tools.builder.gui.ServerConfigurationForm
Checks whether all input fields are correct and displays a dialog message if there are any errors.
validateInput() - Method in class edu.wpi.prc.tools.builder.gui.SpotCheckConfigurationForm
Checks whether all input fields are correct and displays a dialog message if there are any errors.
validateNextResult() - Method in class edu.wpi.prc.example.java.validator.ValidatorClient
Gets the next result to be validated from the server, then invokes the appropriate method of the ResultValidator, depending on what type of result needed to be validated.
validateNextResult() - Method in class edu.wpi.prc.templates.java.validator.ValidatorClient
Gets the next result to be validated from the server, then invokes the appropriate method of the ResultValidator, depending on what type of result needed to be validated.
validateSingleResult(Result) - Method in class edu.wpi.prc.example.java.validator.ResultValidator
Validates a single result.
validateSingleResult(Result) - Method in class edu.wpi.prc.templates.java.validator.ResultValidator
Determines whether a single result was valid.
validateSpotCheck(SpotCheck) - Method in class edu.wpi.prc.example.java.validator.ResultValidator
Validates a spot-check.
validateSpotCheck(SpotCheck) - Method in class edu.wpi.prc.templates.java.validator.ResultValidator
Determines whether a spot-check was valid.
Validator - Class in edu.wpi.prc.example.java.validator
This class contains the result validator's main.
Validator() - Constructor for class edu.wpi.prc.example.java.validator.Validator
 
validator - Variable in class edu.wpi.prc.example.java.validator.ValidatorClient
 
Validator - Class in edu.wpi.prc.templates.java.validator
This class contains the result validator's main.
Validator() - Constructor for class edu.wpi.prc.templates.java.validator.Validator
 
validator - Variable in class edu.wpi.prc.templates.java.validator.ValidatorClient
 
ValidatorClient - Class in edu.wpi.prc.example.java.validator
The ValidatorClient is an XML-RPC client with added functionality that is needed by the result validator.
ValidatorClient() - Constructor for class edu.wpi.prc.example.java.validator.ValidatorClient
Private constructor because the ValidatorClient is a singleton.
ValidatorClient - Class in edu.wpi.prc.templates.java.validator
The ValidatorClient is an XML-RPC client with added functionality that is needed by the result validator.
ValidatorClient() - Constructor for class edu.wpi.prc.templates.java.validator.ValidatorClient
Private constructor because the ValidatorClient is a singleton.
validResults - Static variable in class edu.wpi.prc.tools.extractor.ResultExtractor
 
value - Variable in enum edu.wpi.prc.server.ResultType
 
valueOf(String) - Static method in enum edu.wpi.prc.persistence.DatabaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.wpi.prc.project.OperatingSystemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.wpi.prc.project.SpotCheckFailureAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.wpi.prc.server.ResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.wpi.prc.task.TaskState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.wpi.prc.user.VolunteerState
Returns the enum constant of this type with the specified name.
values() - Static method in enum edu.wpi.prc.persistence.DatabaseType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum edu.wpi.prc.project.OperatingSystemType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum edu.wpi.prc.project.SpotCheckFailureAction
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum edu.wpi.prc.server.ResultType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum edu.wpi.prc.task.TaskState
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum edu.wpi.prc.user.VolunteerState
Returns an array containing the constants of this enum type, in the order they're declared.
verifySpotChecks() - Method in class edu.wpi.prc.server.transitioner.LocalTransitioner
Checks whether sufficient spot checks have been computed.
verifyUser(String, String) - Method in class edu.wpi.prc.client.PRCClient
Determines whether a given user is already a member of the project.
verifyUser(String, String) - Method in class edu.wpi.prc.server.ServerRPCHandler
Determines whether a given user is a member of the project.
volunteer - Variable in class edu.wpi.prc.task.Result
 
Volunteer - Class in edu.wpi.prc.user
The Volunteer class stores information about each user.
Volunteer() - Constructor for class edu.wpi.prc.user.Volunteer
Default constructor.
Volunteer(String) - Constructor for class edu.wpi.prc.user.Volunteer
Constructor specifying the user ID
Volunteer(String, String, Date) - Constructor for class edu.wpi.prc.user.Volunteer
Constructor for new users.
Volunteer(String, String, long, Date, Date) - Constructor for class edu.wpi.prc.user.Volunteer
Constructor allowing the specification of all Volunteer attributes.
VolunteerState - Enum in edu.wpi.prc.user
Indicates the state of this volunteer.
VolunteerState(String) - Constructor for enum edu.wpi.prc.user.VolunteerState
 
VolunteerTest - Class in edu.wpi.prc.user.test
Tests Volunteer persistence.
VolunteerTest(String) - Constructor for class edu.wpi.prc.user.test.VolunteerTest
 

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