Uses of Package
org.opentox.interfaces

Packages that use org.opentox.interfaces
org.opentox   
org.opentox.algorithm.dataprocessing   
org.opentox.algorithm.reporting   
org.opentox.algorithm.trainer   
org.opentox.auth   
org.opentox.client   
org.opentox.database   
org.opentox.error   
org.opentox.formatters   
org.opentox.interfaces   
org.opentox.ontology.namespaces   
org.opentox.ontology.rdf   
org.opentox.prediction   
org.opentox.resource   
org.opentox.util.converters   
 

Classes in org.opentox.interfaces used by org.opentox
IServer
           
 

Classes in org.opentox.interfaces used by org.opentox.algorithm.dataprocessing
IFeatureSelection
           
IPreprocessing
           
IProne2Error
           
 

Classes in org.opentox.interfaces used by org.opentox.algorithm.reporting
IAlgorithmReporter
          Interface for the production of representations for an algorithm resource with respect to a desired MIME type.
IProne2Error
           
 

Classes in org.opentox.interfaces used by org.opentox.algorithm.trainer
IProne2Error
           
ITrainer
           
 

Classes in org.opentox.interfaces used by org.opentox.auth
IAuthorizationHierarchy
          Defines an Hierarchy of authorization levels such as guest < user < priviledged user < administrator as these are defined in Priviledges.
 

Classes in org.opentox.interfaces used by org.opentox.client
IClient
          Interface for a general use client which manages the access to other web resources.
 

Classes in org.opentox.interfaces used by org.opentox.database
IDataBaseAccess
          Database Interface.
IDataBaseAccess.CreateTable
          Methods which are used to created a new table in the database.
IDataBaseAccess.Registration
          Methods which are used to add new entried in a table of the database are annotated using this annotation interface.
IDataBaseAccess.Removal
           
ITable
          A Table in the databse of the server.
Jterator
          An extension of the well-known interface Iterator of java to cope with the need of out iterators to "close" some objects generated internally.
 

Classes in org.opentox.interfaces used by org.opentox.error
IProne2Error
           
 

Classes in org.opentox.interfaces used by org.opentox.formatters
IFormatter
           
IProne2Error
           
 

Classes in org.opentox.interfaces used by org.opentox.interfaces
IAuthorizationHierarchy
          Defines an Hierarchy of authorization levels such as guest < user < priviledged user < administrator as these are defined in Priviledges.
IDataBaseAccess.CreateTable
          Methods which are used to created a new table in the database.
IProne2Error
           
Jterator
          An extension of the well-known interface Iterator of java to cope with the need of out iterators to "close" some objects generated internally.
 

Classes in org.opentox.interfaces used by org.opentox.ontology.namespaces
IOntClass
           
 

Classes in org.opentox.interfaces used by org.opentox.ontology.rdf
IDataset
           
IFeature
           
IModel
           
IProne2Error
           
 

Classes in org.opentox.interfaces used by org.opentox.prediction
IPredictor
          This interface is used by all predictors such as MlrPredictor.
IProne2Error
           
 

Classes in org.opentox.interfaces used by org.opentox.resource
IAcceptsRepresentation
          A Resource that accepts a representation through the POST HTTP method.
IProvidesHttpAccess
           
IRemovableResource
           
 

Classes in org.opentox.interfaces used by org.opentox.util.converters
IConverter
          An abstract converter between different representations of dataset such as Instances (instance of Instances or an ARFF file) and DSD files.