|
|||||||||
| Home >> All >> org >> biomage >> [ Array overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.biomage.Array
Class FeatureDefect

java.lang.Objectorg.biomage.Common.Extendable
org.biomage.Array.FeatureDefect
- All Implemented Interfaces:
- org.biomage.Interface.HasDefectType, org.biomage.Interface.HasFeature, org.biomage.Interface.HasPositionDelta, org.biomage.Interface.HasPropertySets, java.io.Serializable
- public class FeatureDefect
- extends org.biomage.Common.Extendable
- implements java.io.Serializable, org.biomage.Interface.HasPositionDelta, org.biomage.Interface.HasFeature, org.biomage.Interface.HasDefectType
- extends org.biomage.Common.Extendable
Stores the defect information for a feature.
| Nested Class Summary |
| Nested classes inherited from class org.biomage.Interface.HasPropertySets |
org.biomage.Interface.HasPropertySets.PropertySets_list |
| Field Summary | |
private org.biomage.Description.OntologyEntry |
defectType
Indicates the type of defect (e.g. |
private org.biomage.DesignElement.Feature |
feature
The feature that was manufactured defectively. |
private PositionDelta |
positionDelta
How the feature deviates in position from the ArrayDesign. |
| Fields inherited from class org.biomage.Common.Extendable |
|
| Constructor Summary | |
FeatureDefect()
Default constructor. |
|
FeatureDefect(org.xml.sax.Attributes atts)
Attribute constructor. |
|
| Method Summary | |
org.biomage.Description.OntologyEntry |
getDefectType()
Get method for defectType |
org.biomage.DesignElement.Feature |
getFeature()
Get method for feature |
PositionDelta |
getPositionDelta()
Get method for positionDelta |
void |
setDefectType(org.biomage.Description.OntologyEntry defectType)
Set method for defectType |
void |
setFeature(org.biomage.DesignElement.Feature feature)
Set method for feature |
void |
setPositionDelta(PositionDelta positionDelta)
Set method for positionDelta |
void |
writeAssociations(java.io.Writer out)
writeAssociations |
void |
writeAttributes(java.io.Writer out)
writeAttributes |
void |
writeMAGEML(java.io.Writer out)
writeMAGEML |
| 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 |
positionDelta
private PositionDelta positionDelta
- How the feature deviates in position from the ArrayDesign.
feature
private org.biomage.DesignElement.Feature feature
- The feature that was manufactured defectively.
defectType
private org.biomage.Description.OntologyEntry defectType
- Indicates the type of defect (e.g. a missing feature or a moved
feature).
| Constructor Detail |
FeatureDefect
public FeatureDefect()
- Default constructor.
FeatureDefect
public FeatureDefect(org.xml.sax.Attributes atts)
- Attribute constructor.
Looks up the attributes in the parameter and casts them from strings
appropriately
| Method Detail |
writeMAGEML
public void writeMAGEML(java.io.Writer out) throws java.io.IOException
- writeMAGEML
This method is responsible for assembling the attribute and association data into XML. It creates the object tag and then calls the writeAttributes and writeAssociation methods.
writeAttributes
public void writeAttributes(java.io.Writer out) throws java.io.IOException
- writeAttributes
This method is responsible for assembling the attribute data into XML. It calls the super method to write out all attributes of this class and it's ancestors.
writeAssociations
public void writeAssociations(java.io.Writer out) throws java.io.IOException
- writeAssociations
This method is responsible for assembling the association data into XML. It calls the super method to write out all associations of this class's ancestors.
setPositionDelta
public void setPositionDelta(PositionDelta positionDelta)
- Set method for positionDelta
- Specified by:
setPositionDeltain interfaceorg.biomage.Interface.HasPositionDelta
getPositionDelta
public PositionDelta getPositionDelta()
- Get method for positionDelta
- Specified by:
getPositionDeltain interfaceorg.biomage.Interface.HasPositionDelta
setFeature
public void setFeature(org.biomage.DesignElement.Feature feature)
- Set method for feature
- Specified by:
setFeaturein interfaceorg.biomage.Interface.HasFeature
getFeature
public org.biomage.DesignElement.Feature getFeature()
- Get method for feature
- Specified by:
getFeaturein interfaceorg.biomage.Interface.HasFeature
setDefectType
public void setDefectType(org.biomage.Description.OntologyEntry defectType)
- Set method for defectType
- Specified by:
setDefectTypein interfaceorg.biomage.Interface.HasDefectType
getDefectType
public org.biomage.Description.OntologyEntry getDefectType()
- Get method for defectType
- Specified by:
getDefectTypein interfaceorg.biomage.Interface.HasDefectType
|
|||||||||
| Home >> All >> org >> biomage >> [ Array overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC