|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.biomage.Common.Extendable
|
+--org.biomage.Common.Describable
|
+--org.biomage.Common.Identifiable
|
+--org.biomage.DesignElement.DesignElement
|
+--org.biomage.DesignElement.Reporter
A Design Element that represents some biological material (clone, oligo, etc.) on an array which will report on some biosequence or biosequences. The derived data from the measured data of its Features represents the presence or absence of the biosequence or biosequences it is reporting on in the BioAssay. Reporters are Identifiable and several Features on the same array can be mapped to the same reporter as can Features from a different ArrayDesign. The granularity of the Reporters independence is dependent on the technology and the intent of the ArrayDesign. Oligos using mature technologies can in general be assumed to be safely replicated on many features where as with PCR Products there might be the desire for quality assurence to make reporters one to one with features and use the mappings to CompositeSequences for replication purposes.
| Nested Class Summary |
| Nested classes inherited from class org.biomage.Interface.HasFailTypes |
HasFailTypes.FailTypes_list |
| Nested classes inherited from class org.biomage.Interface.HasImmobilizedCharacteristics |
HasImmobilizedCharacteristics.ImmobilizedCharacteristics_list |
| Nested classes inherited from class org.biomage.Interface.HasFeatureReporterMaps |
HasFeatureReporterMaps.FeatureReporterMaps_list |
| Nested classes inherited from class org.biomage.Interface.HasAuditTrail |
HasAuditTrail.AuditTrail_list |
| Nested classes inherited from class org.biomage.Interface.HasDescriptions |
HasDescriptions.Descriptions_list |
| Nested classes inherited from class org.biomage.Interface.HasPropertySets |
HasPropertySets.PropertySets_list |
| Field Summary | |
protected HasFailTypes.FailTypes_list |
failTypes
If at some time the reporter is determined to be failed this indicts the failure (doesn't report on what it was intended to report on, etc.) |
protected HasFeatureReporterMaps.FeatureReporterMaps_list |
featureReporterMaps
Associates features with their reporter. |
protected HasImmobilizedCharacteristics.ImmobilizedCharacteristics_list |
immobilizedCharacteristics
The sequence annotation on the BioMaterial this reporter represents. |
protected OntologyEntry |
warningType
Similar to failType but indicates a warning rather than a failure. |
| Fields inherited from class org.biomage.DesignElement.DesignElement |
controlType |
| Fields inherited from class org.biomage.Common.Describable |
auditTrail, descriptions, security |
| Fields inherited from class org.biomage.Common.Extendable |
propertySets |
| Constructor Summary | |
Reporter()
Default constructor. |
|
Reporter(org.xml.sax.Attributes atts)
Attribute constructor. |
|
| Method Summary | |
void |
addToFailTypes(int position,
OntologyEntry ontologyEntry)
Method to add OntologyEntry at position to FailTypes_list |
void |
addToFailTypes(OntologyEntry ontologyEntry)
Method to add OntologyEntry to FailTypes_list |
void |
addToFeatureReporterMaps(FeatureReporterMap featureReporterMap)
Method to add FeatureReporterMap to FeatureReporterMaps_list |
void |
addToFeatureReporterMaps(int position,
FeatureReporterMap featureReporterMap)
Method to add FeatureReporterMap at position to FeatureReporterMaps_list |
void |
addToImmobilizedCharacteristics(BioSequence bioSequence)
Method to add BioSequence to ImmobilizedCharacteristics_list |
void |
addToImmobilizedCharacteristics(int position,
BioSequence bioSequence)
Method to add BioSequence at position to ImmobilizedCharacteristics_list |
HasFailTypes.FailTypes_list |
getFailTypes()
Get method for failTypes |
HasFeatureReporterMaps.FeatureReporterMaps_list |
getFeatureReporterMaps()
Get method for featureReporterMaps |
OntologyEntry |
getFromFailTypes(int position)
Method to get OntologyEntry from FailTypes_list |
FeatureReporterMap |
getFromFeatureReporterMaps(int position)
Method to get FeatureReporterMap from FeatureReporterMaps_list |
BioSequence |
getFromImmobilizedCharacteristics(int position)
Method to get BioSequence from ImmobilizedCharacteristics_list |
HasImmobilizedCharacteristics.ImmobilizedCharacteristics_list |
getImmobilizedCharacteristics()
Get method for immobilizedCharacteristics |
OntologyEntry |
getWarningType()
Get method for warningType |
void |
removeElementAtFromFailTypes(int position)
Method to remove by position from FailTypes_list |
void |
removeElementAtFromFeatureReporterMaps(int position)
Method to remove by position from FeatureReporterMaps_list |
void |
removeElementAtFromImmobilizedCharacteristics(int position)
Method to remove by position from ImmobilizedCharacteristics_list |
void |
removeFromFailTypes(OntologyEntry ontologyEntry)
Method to remove first OntologyEntry from FailTypes_list |
void |
removeFromFeatureReporterMaps(FeatureReporterMap featureReporterMap)
Method to remove first FeatureReporterMap from FeatureReporterMaps_list |
void |
removeFromImmobilizedCharacteristics(BioSequence bioSequence)
Method to remove first BioSequence from ImmobilizedCharacteristics_list |
void |
setFailTypes(HasFailTypes.FailTypes_list failTypes)
Set method for failTypes |
void |
setFeatureReporterMaps(HasFeatureReporterMaps.FeatureReporterMaps_list featureReporterMaps)
Set method for featureReporterMaps |
void |
setImmobilizedCharacteristics(HasImmobilizedCharacteristics.ImmobilizedCharacteristics_list immobilizedCharacteristics)
Set method for immobilizedCharacteristics |
void |
setWarningType(OntologyEntry warningType)
Set method for warningType |
void |
writeAssociations(java.io.Writer out)
writeAssociations This method is responsible for assembling the association data into XML. |
void |
writeAttributes(java.io.Writer out)
writeAttributes This method is responsible for assembling the attribute data into XML. |
void |
writeMAGEML(java.io.Writer out)
writeMAGEML This method is responsible for assembling the attribute and association data into XML. |
| Methods inherited from class org.biomage.DesignElement.DesignElement |
getControlType, setControlType |
| Methods inherited from class org.biomage.Common.Identifiable |
getIdentifier, getName, setIdentifier, setName |
| Methods inherited from class org.biomage.Common.Describable |
addToAuditTrail, addToAuditTrail, addToDescriptions, addToDescriptions, getAuditTrail, getDescriptions, getFromAuditTrail, getFromDescriptions, getSecurity, removeElementAtFromAuditTrail, removeElementAtFromDescriptions, removeFromAuditTrail, removeFromDescriptions, setAuditTrail, setDescriptions, setSecurity |
| Methods inherited from class org.biomage.Common.Extendable |
addToPropertySets, addToPropertySets, getFromPropertySets, getPropertySets, removeElementAtFromPropertySets, removeFromPropertySets, setPropertySets |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected HasImmobilizedCharacteristics.ImmobilizedCharacteristics_list immobilizedCharacteristics
protected OntologyEntry warningType
protected HasFailTypes.FailTypes_list failTypes
protected HasFeatureReporterMaps.FeatureReporterMaps_list featureReporterMaps
| Constructor Detail |
public Reporter()
public Reporter(org.xml.sax.Attributes atts)
| Method Detail |
public void writeMAGEML(java.io.Writer out)
throws java.io.IOException
writeMAGEML in class DesignElementjava.io.IOException
public void writeAttributes(java.io.Writer out)
throws java.io.IOException
writeAttributes in class DesignElementjava.io.IOException
public void writeAssociations(java.io.Writer out)
throws java.io.IOException
writeAssociations in class DesignElementjava.io.IOExceptionpublic void setImmobilizedCharacteristics(HasImmobilizedCharacteristics.ImmobilizedCharacteristics_list immobilizedCharacteristics)
setImmobilizedCharacteristics in interface HasImmobilizedCharacteristicspublic HasImmobilizedCharacteristics.ImmobilizedCharacteristics_list getImmobilizedCharacteristics()
getImmobilizedCharacteristics in interface HasImmobilizedCharacteristicspublic void addToImmobilizedCharacteristics(BioSequence bioSequence)
addToImmobilizedCharacteristics in interface HasImmobilizedCharacteristics
public void addToImmobilizedCharacteristics(int position,
BioSequence bioSequence)
addToImmobilizedCharacteristics in interface HasImmobilizedCharacteristicspublic BioSequence getFromImmobilizedCharacteristics(int position)
getFromImmobilizedCharacteristics in interface HasImmobilizedCharacteristicspublic void removeElementAtFromImmobilizedCharacteristics(int position)
removeElementAtFromImmobilizedCharacteristics in interface HasImmobilizedCharacteristicspublic void removeFromImmobilizedCharacteristics(BioSequence bioSequence)
removeFromImmobilizedCharacteristics in interface HasImmobilizedCharacteristicspublic void setWarningType(OntologyEntry warningType)
setWarningType in interface HasWarningTypepublic OntologyEntry getWarningType()
getWarningType in interface HasWarningTypepublic void setFailTypes(HasFailTypes.FailTypes_list failTypes)
setFailTypes in interface HasFailTypespublic HasFailTypes.FailTypes_list getFailTypes()
getFailTypes in interface HasFailTypespublic void addToFailTypes(OntologyEntry ontologyEntry)
addToFailTypes in interface HasFailTypes
public void addToFailTypes(int position,
OntologyEntry ontologyEntry)
addToFailTypes in interface HasFailTypespublic OntologyEntry getFromFailTypes(int position)
getFromFailTypes in interface HasFailTypespublic void removeElementAtFromFailTypes(int position)
removeElementAtFromFailTypes in interface HasFailTypespublic void removeFromFailTypes(OntologyEntry ontologyEntry)
removeFromFailTypes in interface HasFailTypespublic void setFeatureReporterMaps(HasFeatureReporterMaps.FeatureReporterMaps_list featureReporterMaps)
setFeatureReporterMaps in interface HasFeatureReporterMapspublic HasFeatureReporterMaps.FeatureReporterMaps_list getFeatureReporterMaps()
getFeatureReporterMaps in interface HasFeatureReporterMapspublic void addToFeatureReporterMaps(FeatureReporterMap featureReporterMap)
addToFeatureReporterMaps in interface HasFeatureReporterMaps
public void addToFeatureReporterMaps(int position,
FeatureReporterMap featureReporterMap)
addToFeatureReporterMaps in interface HasFeatureReporterMapspublic FeatureReporterMap getFromFeatureReporterMaps(int position)
getFromFeatureReporterMaps in interface HasFeatureReporterMapspublic void removeElementAtFromFeatureReporterMaps(int position)
removeElementAtFromFeatureReporterMaps in interface HasFeatureReporterMapspublic void removeFromFeatureReporterMaps(FeatureReporterMap featureReporterMap)
removeFromFeatureReporterMaps in interface HasFeatureReporterMaps
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||