|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sigpath.bioimport.reaction2.NamedChemicalInteraction
public class NamedChemicalInteraction
Annotates an interaction between two named-chemicals in SigPath. In situations when it is a target-source interaction, the source named-chemical should be listed first, followed by the target named-chemical.
| Constructor Summary | |
|---|---|
NamedChemicalInteraction()
|
|
| Method Summary | |
|---|---|
void |
addExternalReference(ExternalReference vExternalReference)
Method addExternalReference |
void |
addExternalReference(int index,
ExternalReference vExternalReference)
Method addExternalReference |
void |
addNamedChemicalRef(int index,
NamedChemicalRef vNamedChemicalRef)
Method addNamedChemicalRef |
void |
addNamedChemicalRef(NamedChemicalRef vNamedChemicalRef)
Method addNamedChemicalRef |
void |
clearExternalReference()
Method clearExternalReference |
void |
clearNamedChemicalRef()
Method clearNamedChemicalRef |
Enumeration |
enumerateExternalReference()
Method enumerateExternalReference |
Enumeration |
enumerateNamedChemicalRef()
Method enumerateNamedChemicalRef |
Change_log |
getChange_log()
Returns the value of field 'change_log'. |
String |
getComments()
Returns the value of field 'comments'. |
String |
getDescription()
Returns the value of field 'description'. |
ExternalReference[] |
getExternalReference()
Method getExternalReference |
ExternalReference |
getExternalReference(int index)
Method getExternalReference |
int |
getExternalReferenceCount()
Method getExternalReferenceCount |
String |
getId()
Returns the value of field 'id'. |
String |
getName()
Returns the value of field 'name'. |
NamedChemicalRef[] |
getNamedChemicalRef()
Method getNamedChemicalRef |
NamedChemicalRef |
getNamedChemicalRef(int index)
Method getNamedChemicalRef |
int |
getNamedChemicalRefCount()
Method getNamedChemicalRefCount |
Publications |
getPublications()
Returns the value of field 'publications'. |
String |
getSpid()
Returns the value of field 'spid'. |
String |
getType()
Returns the value of field 'type'. |
UserComments |
getUserComments()
Returns the value of field 'userComments'. |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
boolean |
removeExternalReference(ExternalReference vExternalReference)
Method removeExternalReference |
boolean |
removeNamedChemicalRef(NamedChemicalRef vNamedChemicalRef)
Method removeNamedChemicalRef |
void |
setChange_log(Change_log change_log)
Sets the value of field 'change_log'. |
void |
setComments(String comments)
Sets the value of field 'comments'. |
void |
setDescription(String description)
Sets the value of field 'description'. |
void |
setExternalReference(ExternalReference[] externalReferenceArray)
Method setExternalReference |
void |
setExternalReference(int index,
ExternalReference vExternalReference)
Method setExternalReference |
void |
setId(String id)
Sets the value of field 'id'. |
void |
setName(String name)
Sets the value of field 'name'. |
void |
setNamedChemicalRef(int index,
NamedChemicalRef vNamedChemicalRef)
Method setNamedChemicalRef |
void |
setNamedChemicalRef(NamedChemicalRef[] namedChemicalRefArray)
Method setNamedChemicalRef |
void |
setPublications(Publications publications)
Sets the value of field 'publications'. |
void |
setSpid(String spid)
Sets the value of field 'spid'. |
void |
setType(String type)
Sets the value of field 'type'. |
void |
setUserComments(UserComments userComments)
Sets the value of field 'userComments'. |
static NamedChemicalInteraction |
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 NamedChemicalInteraction()
| Method Detail |
|---|
public void addExternalReference(ExternalReference vExternalReference)
throws IndexOutOfBoundsException
vExternalReference -
IndexOutOfBoundsException
public void addExternalReference(int index,
ExternalReference vExternalReference)
throws IndexOutOfBoundsException
index - vExternalReference -
IndexOutOfBoundsException
public void addNamedChemicalRef(NamedChemicalRef vNamedChemicalRef)
throws IndexOutOfBoundsException
vNamedChemicalRef -
IndexOutOfBoundsException
public void addNamedChemicalRef(int index,
NamedChemicalRef vNamedChemicalRef)
throws IndexOutOfBoundsException
index - vNamedChemicalRef -
IndexOutOfBoundsExceptionpublic void clearExternalReference()
public void clearNamedChemicalRef()
public Enumeration enumerateExternalReference()
public Enumeration enumerateNamedChemicalRef()
public Change_log getChange_log()
public String getComments()
public String getDescription()
public ExternalReference getExternalReference(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsExceptionpublic ExternalReference[] getExternalReference()
public int getExternalReferenceCount()
public String getId()
public String getName()
public NamedChemicalRef getNamedChemicalRef(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsExceptionpublic NamedChemicalRef[] getNamedChemicalRef()
public int getNamedChemicalRefCount()
public Publications getPublications()
public String getSpid()
public String getType()
public UserComments getUserComments()
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 removeExternalReference(ExternalReference vExternalReference)
vExternalReference -
public boolean removeNamedChemicalRef(NamedChemicalRef vNamedChemicalRef)
vNamedChemicalRef -
public void setChange_log(Change_log change_log)
change_log - the value of field 'change_log'.public void setComments(String comments)
comments - the value of field 'comments'.public void setDescription(String description)
description - the value of field 'description'.
public void setExternalReference(int index,
ExternalReference vExternalReference)
throws IndexOutOfBoundsException
index - vExternalReference -
IndexOutOfBoundsExceptionpublic void setExternalReference(ExternalReference[] externalReferenceArray)
externalReferenceArray - public void setId(String id)
id - the value of field 'id'.public void setName(String name)
name - the value of field 'name'.
public void setNamedChemicalRef(int index,
NamedChemicalRef vNamedChemicalRef)
throws IndexOutOfBoundsException
index - vNamedChemicalRef -
IndexOutOfBoundsExceptionpublic void setNamedChemicalRef(NamedChemicalRef[] namedChemicalRefArray)
namedChemicalRefArray - public void setPublications(Publications publications)
publications - the value of field 'publications'.public void setSpid(String spid)
spid - the value of field 'spid'.public void setType(String type)
type - the value of field 'type'.public void setUserComments(UserComments userComments)
userComments - the value of field 'userComments'.
public static NamedChemicalInteraction 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 | |||||||||