Uses of Class
org.opentox.ontology.meta.AlgorithmMeta

Packages that use AlgorithmMeta
org.opentox.algorithm.reporting   
org.opentox.formatters   
 

Uses of AlgorithmMeta in org.opentox.algorithm.reporting
 

Methods in org.opentox.algorithm.reporting with parameters of type AlgorithmMeta
private  org.restlet.representation.Representation AlgorithmReporter.getRepresentationForMetaInf(AlgorithmMeta metainf, org.restlet.data.MediaType media)
           
 

Uses of AlgorithmMeta in org.opentox.formatters
 

Fields in org.opentox.formatters declared as AlgorithmMeta
 AlgorithmMeta AbstractAlgorithmFormatter.metainf
           
 

Constructors in org.opentox.formatters with parameters of type AlgorithmMeta
AlgorithmJsonFormatter(AlgorithmMeta metainf)
           
AlgorithmRdfFormatter(AlgorithmMeta metainf)
          Class Constructor.
AlgorithmXmlFormatter(AlgorithmMeta metainf)
           
AlgorithmYamlFormatter(AlgorithmMeta metainf)