org.opentox.ontology.meta
Class AlgorithmMeta

java.lang.Object
  extended by org.opentox.ontology.meta.DCMeta
      extended by org.opentox.ontology.meta.AlgorithmMeta

public class AlgorithmMeta
extends DCMeta

Meta-Information about an algorithm.

Version:
1.3.3 (Last update: Dec 20, 2009)
Author:
OpenTox - http://www.opentox.org/, Sopasakis Pantelis, Sarimveis Harry

Field Summary
 AbsOntClass.Class algorithmType
           
 java.util.ArrayList<AlgorithmParameter> Parameters
           
 
Fields inherited from class org.opentox.ontology.meta.DCMeta
about, audience, contributor, creator, date, description, format, identifier, language, provenance, publisher, relation, rights, source, subject, title, type
 
Constructor Summary
AlgorithmMeta()
           
AlgorithmMeta(java.lang.String about)
           
 
Method Summary
 void setAbout(java.lang.String about)
           
 void setParameters(java.util.ArrayList<AlgorithmParameter> Parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

algorithmType

public AbsOntClass.Class algorithmType

Parameters

public java.util.ArrayList<AlgorithmParameter> Parameters
Constructor Detail

AlgorithmMeta

public AlgorithmMeta()

AlgorithmMeta

public AlgorithmMeta(java.lang.String about)
Method Detail

setAbout

public void setAbout(java.lang.String about)

setParameters

public void setParameters(java.util.ArrayList<AlgorithmParameter> Parameters)