|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Parameter
A Parameter is a replaceable value in a Parameterizable class. Examples of Parameters include: scanning wavelength, laser power, centrifuge speed, multiplicative errors, the number of input nodes to a SOM, and PCR temperatures.
| Method Summary | |
|---|---|
OntologyEntry |
getDataType()
Returns the value of this Parameter object's dataType attribute. |
Measurement |
getDefaultValue()
Returns the value of this Parameter object's defaultValue attribute. |
void |
setDataType(OntologyEntry p_dataType)
Sets the dataType attribute. |
void |
setDefaultValue(Measurement p_defaultValue)
Sets the defaultValue attribute. |
| Methods inherited from interface gov.nih.nci.mageom.domain.Identifiable |
|---|
getIdentifier, getName, setIdentifier, setName |
| Methods inherited from interface gov.nih.nci.mageom.domain.Describable |
|---|
getAuditTrail, getDescriptions, getSecurity, setAuditTrail, setDescriptions, setSecurity |
| Methods inherited from interface gov.nih.nci.mageom.domain.Extendable |
|---|
getPropertySets, setPropertySets |
| Method Detail |
|---|
void setDataType(OntologyEntry p_dataType)
Parameter object.
p_dataType - The new value for dataType.getDataType()OntologyEntry getDataType()
Parameter object's dataType attribute.
gov.nih.nci.mageom.bean.Description.OntologyEntry The value of dataType.OntologyEntryvoid setDefaultValue(Measurement p_defaultValue)
Parameter object.
p_defaultValue - The new value for defaultValue.getDefaultValue()Measurement getDefaultValue()
Parameter object's defaultValue attribute.
gov.nih.nci.mageom.bean.Measurement.Measurement The value of defaultValue.Measurement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||