|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opentox.algorithm.AlgorithmParameter<E>
public class AlgorithmParameter<E>
Algorithm Parameter. An algorithm parameter consists of its name, datatype (according to XSD datatypes classification), its value and its scope.
Field Summary | |
---|---|
com.hp.hpl.jena.datatypes.xsd.XSDDatatype |
dataType
Parameter datatype according to the XSD specifications. |
java.lang.String |
paramName
The parameter's name. |
java.lang.String |
paramScope
The scope of the parameter which is either "optional" or "mandatory". |
E |
paramValue
The default value of the parameter. |
Constructor Summary | |
---|---|
AlgorithmParameter(java.lang.String paramName,
com.hp.hpl.jena.datatypes.xsd.XSDDatatype dataType,
E paramValue,
java.lang.String paramScope)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String paramName
public com.hp.hpl.jena.datatypes.xsd.XSDDatatype dataType
public E paramValue
public java.lang.String paramScope
Constructor Detail |
---|
public AlgorithmParameter(java.lang.String paramName, com.hp.hpl.jena.datatypes.xsd.XSDDatatype dataType, E paramValue, java.lang.String paramScope)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |