Package org.opentox.interfaces

Interface Summary
IAcceptsRepresentation A Resource that accepts a representation through the POST HTTP method.
IAlgorithmReporter Interface for the production of representations for an algorithm resource with respect to a desired MIME type.
IAuthorizationHierarchy Defines an Hierarchy of authorization levels such as guest < user < priviledged user < administrator as these are defined in Priviledges.
IClient Interface for a general use client which manages the access to other web resources.
IConverter An abstract converter between different representations of dataset such as Instances (instance of Instances or an ARFF file) and DSD files.
IDataBaseAccess Database Interface.
IDataset  
IFeature  
IFeatureSelection  
IFormatter  
IModel  
IOntClass  
IPredictor This interface is used by all predictors such as MlrPredictor.
IPreprocessing  
IProne2Error  
IProvidesHttpAccess  
IRemovableResource  
IServer  
ITable A Table in the databse of the server.
ITask  
ITrainer  
Jterator<E> An extension of the well-known interface Iterator of java to cope with the need of out iterators to "close" some objects generated internally.
 

Annotation Types Summary
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