|
|||||||||
Home >> All >> org >> biomage >> [ BQS overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
org.biomage.BQS
Class BQS_package

java.lang.Objectorg.biomage.BQS.BQS_package
- All Implemented Interfaces:
- java.io.Serializable
- public class BQS_package
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
Allows a reference to an article, book or other publication to be specified for searching repositories.
Constructor Summary | |
BQS_package()
Default constructor. |
|
BQS_package(org.xml.sax.Attributes atts)
Attribute constructor. |
Method Summary | |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
BQS_package
public BQS_package()
- Default constructor.
BQS_package
public BQS_package(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.
|
|||||||||
Home >> All >> org >> biomage >> [ BQS overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |