D G I M O P R V 

D

DataIDWS - Class in org.aksw.rdfunit.validate.examples
DataIDWS class.
DataIDWS() - Constructor for class org.aksw.rdfunit.validate.examples.DataIDWS
 
destroy() - Method in class org.aksw.rdfunit.validate.ws.ValidateWS
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.aksw.rdfunit.validate.ws.RDFUnitWebService
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.aksw.rdfunit.validate.ws.RDFUnitWebService

G

getCliOptions() - Static method in class org.aksw.rdfunit.validate.utils.ValidateUtils
Getter for the field cliOptions.
getConfiguration(HttpServletRequest) - Method in class org.aksw.rdfunit.validate.examples.DataIDWS
Creates an RDFUnitConfiguration based on the GET/POST parameters
getConfiguration(HttpServletRequest) - Method in class org.aksw.rdfunit.validate.ws.RDFUnitWebService
Creates an RDFUnitConfiguration based on the GET/POST parameters
getConfiguration(HttpServletRequest) - Method in class org.aksw.rdfunit.validate.ws.ValidateWS
Creates an RDFUnitConfiguration based on the GET/POST parameters
getConfigurationFromArguments(CommandLine) - Static method in class org.aksw.rdfunit.validate.utils.ValidateUtils
getConfigurationFromArguments.
getTestSuite(RDFUnitConfiguration, TestSource) - Method in class org.aksw.rdfunit.validate.examples.DataIDWS
Creates a TestSuite based on the RDFUnitConfiguration and the Source to be tested
getTestSuite() - Static method in class org.aksw.rdfunit.validate.wrappers.RDFUnitStaticWrapper
Getter for the field testSuite.
getTestSuite(RDFUnitConfiguration, TestSource) - Method in class org.aksw.rdfunit.validate.ws.RDFUnitWebService
Creates a TestSuite based on the RDFUnitConfiguration and the Source to be tested
getTestSuite(RDFUnitConfiguration, TestSource) - Method in class org.aksw.rdfunit.validate.ws.ValidateWS
Creates a TestSuite based on the RDFUnitConfiguration and the Source to be tested

I

init() - Method in class org.aksw.rdfunit.validate.examples.DataIDWS
init() - Method in class org.aksw.rdfunit.validate.ws.RDFUnitWebService
init() - Method in class org.aksw.rdfunit.validate.ws.ValidateWS
initWrapper(String) - Static method in class org.aksw.rdfunit.validate.wrappers.RDFUnitStaticWrapper
This must be called first in order to initialize the Wrapper.
initWrapper(String, String) - Static method in class org.aksw.rdfunit.validate.wrappers.RDFUnitStaticWrapper
This must be called first in order to initialize the Wrapper.

M

main(String[]) - Static method in class org.aksw.rdfunit.validate.cli.ValidateCLI
main.

O

org.aksw.rdfunit.validate - package org.aksw.rdfunit.validate
 
org.aksw.rdfunit.validate.cli - package org.aksw.rdfunit.validate.cli
 
org.aksw.rdfunit.validate.examples - package org.aksw.rdfunit.validate.examples
 
org.aksw.rdfunit.validate.utils - package org.aksw.rdfunit.validate.utils
 
org.aksw.rdfunit.validate.wrappers - package org.aksw.rdfunit.validate.wrappers
 
org.aksw.rdfunit.validate.ws - package org.aksw.rdfunit.validate.ws
 

P

ParameterException - Exception in org.aksw.rdfunit.validate
ParameterException class.
ParameterException(String) - Constructor for exception org.aksw.rdfunit.validate.ParameterException
Constructor for ParameterException.
ParameterException(String, Throwable) - Constructor for exception org.aksw.rdfunit.validate.ParameterException
Constructor for ParameterException.
parseArguments(String[]) - Static method in class org.aksw.rdfunit.validate.utils.ValidateUtils
parseArguments.
printHelpMessage(HttpServletResponse) - Method in class org.aksw.rdfunit.validate.examples.DataIDWS
Prints a help message with the correct arguments one can use to call the service
printHelpMessage(HttpServletResponse) - Method in class org.aksw.rdfunit.validate.ws.RDFUnitWebService
Prints a help message with the correct arguments one can use to call the service
printHelpMessage(HttpServletResponse) - Method in class org.aksw.rdfunit.validate.ws.ValidateWS
Prints a help message with the correct arguments one can use to call the service
printMessage(HttpServletResponse, String) - Method in class org.aksw.rdfunit.validate.ws.RDFUnitWebService
Help function that writes a string to the output surrounded with {@code

R

RDFUnitStaticWrapper - Class in org.aksw.rdfunit.validate.wrappers
RDFUnitStaticWrapper class.
RDFUnitWebService - Class in org.aksw.rdfunit.validate.ws
Abstract RDFUnitWebService class.
RDFUnitWebService() - Constructor for class org.aksw.rdfunit.validate.ws.RDFUnitWebService
 

V

validate(RDFUnitConfiguration, TestSource, TestSuite) - Method in class org.aksw.rdfunit.validate.examples.DataIDWS
Executes the validation of a Sourse dataset against a TestSuite based on a RDFUnitConfiguration
validate(Model) - Static method in class org.aksw.rdfunit.validate.wrappers.RDFUnitStaticWrapper
validate.
validate(Model, TestCaseExecutionType) - Static method in class org.aksw.rdfunit.validate.wrappers.RDFUnitStaticWrapper
validate.
validate(Model, String) - Static method in class org.aksw.rdfunit.validate.wrappers.RDFUnitStaticWrapper
validate.
validate(Model, TestCaseExecutionType, String) - Static method in class org.aksw.rdfunit.validate.wrappers.RDFUnitStaticWrapper
Static method that validates an input model.
validate(Model, TestCaseExecutionType, String, DatasetOverviewResults) - Static method in class org.aksw.rdfunit.validate.wrappers.RDFUnitStaticWrapper
Static method that validates an input model.
validate(TestCaseExecutionType, TestSource, TestSuite) - Static method in class org.aksw.rdfunit.validate.wrappers.RDFUnitStaticWrapper
Static method that validates a Source.
validate(TestCaseExecutionType, TestSource, TestSuite, DatasetOverviewResults) - Static method in class org.aksw.rdfunit.validate.wrappers.RDFUnitStaticWrapper
Static method that validates a Source.
validate(RDFUnitConfiguration, TestSource, TestSuite) - Method in class org.aksw.rdfunit.validate.ws.RDFUnitWebService
Executes the validation of a Sourse dataset against a TestSuite based on a RDFUnitConfiguration
validate(RDFUnitConfiguration, TestSource, TestSuite) - Method in class org.aksw.rdfunit.validate.ws.ValidateWS
Executes the validation of a Sourse dataset against a TestSuite based on a RDFUnitConfiguration
ValidateCLI - Class in org.aksw.rdfunit.validate.cli
ValidateCLI class.
ValidateCLI() - Constructor for class org.aksw.rdfunit.validate.cli.ValidateCLI
 
ValidateUtils - Class in org.aksw.rdfunit.validate.utils
ValidateUtils class.
ValidateUtils() - Constructor for class org.aksw.rdfunit.validate.utils.ValidateUtils
 
ValidateWS - Class in org.aksw.rdfunit.validate.ws
ValidateWS class.
ValidateWS() - Constructor for class org.aksw.rdfunit.validate.ws.ValidateWS
 
D G I M O P R V 

Copyright © 2015. All rights reserved.