|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sigpath.bioimport.reaction2.Molecule
public class Molecule
Identifies a molecule in SigPath (for example as part of a reaction or as part of a complex) by using at least one of three attributes: idref (unique identifier for new molecules; this attribute has the highest precedence), ac. (accession number; this attribute has the second highest precedence) or spid (unique SigPath identifier; this identifier has the lowest precedence)
| Constructor Summary | |
|---|---|
Molecule()
|
|
| Method Summary | |
|---|---|
void |
addLocation(int index,
Location vLocation)
Method addLocation |
void |
addLocation(Location vLocation)
Method addLocation |
void |
clearLocation()
Method clearLocation |
void |
deleteIsBuffered()
Method deleteIsBuffered |
void |
deleteIsModelWillProvide()
Method deleteIsModelWillProvide |
void |
deleteIsProduct()
Method deleteIsProduct |
void |
deleteIsSubstrate()
Method deleteIsSubstrate |
Enumeration |
enumerateLocation()
Method enumerateLocation |
String |
getAc()
Returns the value of field 'ac'. |
String |
getComments()
Returns the value of field 'comments'. |
String |
getDescription()
Returns the value of field 'description'. |
Object |
getIdref()
Returns the value of field 'idref'. |
String |
getInteraction_site()
Returns the value of field 'interaction_site'. |
boolean |
getIsBuffered()
Returns the value of field 'isBuffered'. |
boolean |
getIsModelWillProvide()
Returns the value of field 'isModelWillProvide'. |
boolean |
getIsProduct()
Returns the value of field 'isProduct'. |
boolean |
getIsSubstrate()
Returns the value of field 'isSubstrate'. |
Location[] |
getLocation()
Method getLocation |
Location |
getLocation(int index)
Method getLocation |
int |
getLocationCount()
Method getLocationCount |
String |
getName()
Returns the value of field 'name'. |
String |
getOrganism()
Returns the value of field 'organism'. |
String |
getSpid()
Returns the value of field 'spid'. |
boolean |
hasIsBuffered()
Method hasIsBuffered |
boolean |
hasIsModelWillProvide()
Method hasIsModelWillProvide |
boolean |
hasIsProduct()
Method hasIsProduct |
boolean |
hasIsSubstrate()
Method hasIsSubstrate |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
boolean |
removeLocation(Location vLocation)
Method removeLocation |
void |
setAc(String ac)
Sets the value of field 'ac'. |
void |
setComments(String comments)
Sets the value of field 'comments'. |
void |
setDescription(String description)
Sets the value of field 'description'. |
void |
setIdref(Object idref)
Sets the value of field 'idref'. |
void |
setInteraction_site(String interaction_site)
Sets the value of field 'interaction_site'. |
void |
setIsBuffered(boolean isBuffered)
Sets the value of field 'isBuffered'. |
void |
setIsModelWillProvide(boolean isModelWillProvide)
Sets the value of field 'isModelWillProvide'. |
void |
setIsProduct(boolean isProduct)
Sets the value of field 'isProduct'. |
void |
setIsSubstrate(boolean isSubstrate)
Sets the value of field 'isSubstrate'. |
void |
setLocation(int index,
Location vLocation)
Method setLocation |
void |
setLocation(Location[] locationArray)
Method setLocation |
void |
setName(String name)
Sets the value of field 'name'. |
void |
setOrganism(String organism)
Sets the value of field 'organism'. |
void |
setSpid(String spid)
Sets the value of field 'spid'. |
static Molecule |
unmarshal(Reader reader)
Method unmarshal |
void |
validate()
Method validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Molecule()
| Method Detail |
|---|
public void addLocation(Location vLocation)
throws IndexOutOfBoundsException
vLocation -
IndexOutOfBoundsException
public void addLocation(int index,
Location vLocation)
throws IndexOutOfBoundsException
index - vLocation -
IndexOutOfBoundsExceptionpublic void clearLocation()
public void deleteIsBuffered()
public void deleteIsModelWillProvide()
public void deleteIsProduct()
public void deleteIsSubstrate()
public Enumeration enumerateLocation()
public String getAc()
public String getComments()
public String getDescription()
public Object getIdref()
public String getInteraction_site()
public boolean getIsBuffered()
public boolean getIsModelWillProvide()
public boolean getIsProduct()
public boolean getIsSubstrate()
public Location getLocation(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsExceptionpublic Location[] getLocation()
public int getLocationCount()
public String getName()
public String getOrganism()
public String getSpid()
public boolean hasIsBuffered()
public boolean hasIsModelWillProvide()
public boolean hasIsProduct()
public boolean hasIsSubstrate()
public boolean isValid()
public void marshal(Writer out)
throws MarshalException,
ValidationException
out -
MarshalException
ValidationException
public void marshal(ContentHandler handler)
throws IOException,
MarshalException,
ValidationException
handler -
IOException
MarshalException
ValidationExceptionpublic boolean removeLocation(Location vLocation)
vLocation -
public void setAc(String ac)
ac - the value of field 'ac'.public void setComments(String comments)
comments - the value of field 'comments'.public void setDescription(String description)
description - the value of field 'description'.public void setIdref(Object idref)
idref - the value of field 'idref'.public void setInteraction_site(String interaction_site)
interaction_site - the value of field 'interaction_site'public void setIsBuffered(boolean isBuffered)
isBuffered - the value of field 'isBuffered'.public void setIsModelWillProvide(boolean isModelWillProvide)
isModelWillProvide - the value of field
'isModelWillProvide'.public void setIsProduct(boolean isProduct)
isProduct - the value of field 'isProduct'.public void setIsSubstrate(boolean isSubstrate)
isSubstrate - the value of field 'isSubstrate'.
public void setLocation(int index,
Location vLocation)
throws IndexOutOfBoundsException
index - vLocation -
IndexOutOfBoundsExceptionpublic void setLocation(Location[] locationArray)
locationArray - public void setName(String name)
name - the value of field 'name'.public void setOrganism(String organism)
organism - the value of field 'organism'.public void setSpid(String spid)
spid - the value of field 'spid'.
public static Molecule unmarshal(Reader reader)
throws MarshalException,
ValidationException
reader -
MarshalException
ValidationException
public void validate()
throws ValidationException
ValidationException
|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||