|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opentox.ontology.meta.DCMeta
org.opentox.ontology.meta.AlgorithmMeta
public class AlgorithmMeta
Meta-Information about an algorithm.
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 |
---|
public AbsOntClass.Class algorithmType
public java.util.ArrayList<AlgorithmParameter> Parameters
Constructor Detail |
---|
public AlgorithmMeta()
public AlgorithmMeta(java.lang.String about)
Method Detail |
---|
public void setAbout(java.lang.String about)
public void setParameters(java.util.ArrayList<AlgorithmParameter> Parameters)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |