|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of QuantitationType in gov.nih.nci.mageom.domain.BioAssayData |
|---|
| Methods in gov.nih.nci.mageom.domain.BioAssayData that return QuantitationType | |
|---|---|
QuantitationType |
BioAssayDatum.getQuantitationType()
Returns the value of this BioAssayDatum object's quantitationType attribute. |
QuantitationType[] |
QuantitationTypeDimension.getQuantitationTypes()
Returns the value of this QuantitationTypeDimension object's quantitationTypes attribute. |
QuantitationType[] |
QuantitationTypeMap.getSourcesQuantitationType()
Returns the value of this QuantitationTypeMap object's sourcesQuantitationType attribute. |
QuantitationType |
QuantitationTypeMap.getTargetQuantitationType()
Returns the value of this QuantitationTypeMap object's targetQuantitationType attribute. |
| Methods in gov.nih.nci.mageom.domain.BioAssayData with parameters of type QuantitationType | |
|---|---|
void |
BioAssayDatum.setQuantitationType(QuantitationType p_quantitationType)
Sets the quantitationType attribute. |
void |
QuantitationTypeDimension.setQuantitationTypes(QuantitationType[] p_quantitationTypes)
Sets the quantitationTypes attribute. |
void |
QuantitationTypeMap.setSourcesQuantitationType(QuantitationType[] p_sourcesQuantitationType)
Sets the sourcesQuantitationType attribute. |
void |
QuantitationTypeMap.setTargetQuantitationType(QuantitationType p_targetQuantitationType)
Sets the targetQuantitationType attribute. |
| Uses of QuantitationType in gov.nih.nci.mageom.domain.BioAssayData.impl |
|---|
| Fields in gov.nih.nci.mageom.domain.BioAssayData.impl declared as QuantitationType | |
|---|---|
protected QuantitationType |
BioAssayDatumImpl.quantitationType
DOCUMENT ME |
protected QuantitationType[] |
QuantitationTypeDimensionImpl.quantitationTypes
DOCUMENT ME |
protected QuantitationType[] |
QuantitationTypeMapImpl.sourcesQuantitationType
DOCUMENT ME |
protected QuantitationType |
QuantitationTypeMapImpl.targetQuantitationType
DOCUMENT ME |
| Methods in gov.nih.nci.mageom.domain.BioAssayData.impl that return QuantitationType | |
|---|---|
QuantitationType |
BioAssayDatumImpl.getQuantitationType()
|
QuantitationType[] |
QuantitationTypeDimensionImpl.getQuantitationTypes()
|
QuantitationType[] |
QuantitationTypeMapImpl.getSourcesQuantitationType()
|
QuantitationType |
QuantitationTypeMapImpl.getTargetQuantitationType()
|
| Methods in gov.nih.nci.mageom.domain.BioAssayData.impl with parameters of type QuantitationType | |
|---|---|
void |
BioAssayDatumImpl.setQuantitationType(QuantitationType p_quantitationType)
Sets the quantitationType attribute. |
void |
QuantitationTypeDimensionImpl.setQuantitationTypes(QuantitationType[] p_quantitationTypes)
Sets the quantitationTypes attribute. |
void |
QuantitationTypeMapImpl.setSourcesQuantitationType(QuantitationType[] p_sourcesQuantitationType)
Sets the sourcesQuantitationType attribute. |
void |
QuantitationTypeMapImpl.setTargetQuantitationType(QuantitationType p_targetQuantitationType)
Sets the targetQuantitationType attribute. |
| Uses of QuantitationType in gov.nih.nci.mageom.domain.QuantitationType |
|---|
| Subinterfaces of QuantitationType in gov.nih.nci.mageom.domain.QuantitationType | |
|---|---|
interface |
ConfidenceIndicator
Indication of some measure of confidence for a standard quantitation type. |
interface |
DerivedSignal
A calculated measurement of the intensity of a signal, for example, after a transformation involving normalization and/or replicate DesignElements. |
interface |
Error
Error measurement of a quantitation. |
interface |
ExpectedValue
Indication of what value is expected of the associated standard quantitation type. |
interface |
Failed
Values associated with this QuantitationType indicate a failure of some kind for a particular DesignElement for a BioAssay. |
interface |
MeasuredSignal
Best measure from feature extraction as to the presence and intensity of the signal. |
interface |
PresentAbsent
Indicates relative presence or absence. |
interface |
PValue
Measurement of the accuracy of a quantitation. |
interface |
Ratio
The ratio of two or more signals, typically between two channels. |
interface |
SpecializedQuantitationType
User defined quantitation type. |
interface |
StandardQuantitationType
Superclass for the named quantitation type. |
| Methods in gov.nih.nci.mageom.domain.QuantitationType that return QuantitationType | |
|---|---|
QuantitationType |
ConfidenceIndicator.getTargetQuantitationType()
Returns the value of this ConfidenceIndicator object's targetQuantitationType attribute. |
| Methods in gov.nih.nci.mageom.domain.QuantitationType with parameters of type QuantitationType | |
|---|---|
void |
ConfidenceIndicator.setTargetQuantitationType(QuantitationType p_targetQuantitationType)
Sets the targetQuantitationType attribute. |
| Uses of QuantitationType in gov.nih.nci.mageom.domain.QuantitationType.impl |
|---|
| Classes in gov.nih.nci.mageom.domain.QuantitationType.impl that implement QuantitationType | |
|---|---|
class |
ConfidenceIndicatorImpl
Indication of some measure of confidence for a standard quantitation type. |
class |
DerivedSignalImpl
A calculated measurement of the intensity of a signal, for example, after a transformation involving normalization and/or replicate DesignElements. |
class |
ErrorImpl
Error measurement of a quantitation. |
class |
ExpectedValueImpl
Indication of what value is expected of the associated standard quantitation type. |
class |
FailedImpl
Values associated with this QuantitationType indicate a failure of some kind for a particular DesignElement for a BioAssay. |
class |
MeasuredSignalImpl
Best measure from feature extraction as to the presence and intensity of the signal. |
class |
PresentAbsentImpl
Indicates relative presence or absence. |
class |
PValueImpl
Measurement of the accuracy of a quantitation. |
class |
QuantitationTypeImpl
A method for calculating a single datum of the matrix (e.g. |
class |
RatioImpl
The ratio of two or more signals, typically between two channels. |
class |
SpecializedQuantitationTypeImpl
User defined quantitation type. |
class |
StandardQuantitationTypeImpl
Superclass for the named quantitation type. |
| Fields in gov.nih.nci.mageom.domain.QuantitationType.impl declared as QuantitationType | |
|---|---|
protected QuantitationType |
ConfidenceIndicatorImpl.targetQuantitationType
DOCUMENT ME |
| Methods in gov.nih.nci.mageom.domain.QuantitationType.impl that return QuantitationType | |
|---|---|
QuantitationType |
ConfidenceIndicatorImpl.getTargetQuantitationType()
|
QuantitationType[] |
QuantitationTypeImpl.searchQuantitationTypes(QuantitationTypeSearchCriteria criteria)
Returns an array of QuantitationType objects that
satisfy the given QuantitationTypeSearchCriteria. |
| Methods in gov.nih.nci.mageom.domain.QuantitationType.impl with parameters of type QuantitationType | |
|---|---|
void |
ConfidenceIndicatorImpl.setTargetQuantitationType(QuantitationType p_targetQuantitationType)
Sets the targetQuantitationType attribute. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||