|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.biopax.paxtools.proxy.level2.BioPAXElementProxy
org.biopax.paxtools.proxy.level2.InteractionParticipantProxy
org.biopax.paxtools.proxy.level2.entityProxy
@Indexed(index="paxtools") public abstract class entityProxy
Proxy for entity
| Field Summary |
|---|
| Fields inherited from class org.biopax.paxtools.proxy.level2.BioPAXElementProxy |
|---|
SEARCH_FIELD_AVAILABILITY, SEARCH_FIELD_COMMENT, SEARCH_FIELD_EC_NUMBER, SEARCH_FIELD_KEYWORD, SEARCH_FIELD_NAME, SEARCH_FIELD_SEQUENCE, SEARCH_FIELD_SYNONYMS, SEARCH_FIELD_TERM, SEARCH_FIELD_XREF_DB, SEARCH_FIELD_XREF_ID, SEARCH_INDEX_NAME |
| Fields inherited from interface org.biopax.paxtools.model.level2.BioPAXElement |
|---|
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT |
| Fields inherited from interface org.biopax.paxtools.model.level2.BioPAXElement |
|---|
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT |
| Fields inherited from interface org.biopax.paxtools.model.level2.BioPAXElement |
|---|
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT |
| Constructor Summary | |
|---|---|
protected |
entityProxy()
|
| Method Summary | |
|---|---|
void |
addAVAILABILITY(java.lang.String AVAILABILITY_TEXT)
This method adds the given text to the avaialability set. |
void |
addDATA_SOURCE(dataSource DATA_SOURCE_INST)
This method adds the given value to the DATA_SOURCE set. |
void |
addSYNONYMS(java.lang.String SYNONYMS_TEXT)
This method adds the given value to the SYNONYMS set. |
void |
addXREF(xref XREF)
|
java.util.Set<java.lang.String> |
getAVAILABILITY()
The contents of this set can be modified but semantic consistency is not guaranteed. |
java.util.Set<dataSource> |
getDATA_SOURCE()
This method returns a set of free text descriptions of the source of this data, e.g. |
java.lang.String |
getNAME()
This method returns the preferred full name for this entity. |
java.lang.String |
getSHORT_NAME()
This method sets an abbreviated name for this entity, preferably a name that is short enough to be used in a visualization application to label a graphical element that represents this entity. |
java.util.Set<java.lang.String> |
getSYNONYMS()
The contents of this set can be modified but semantic consistency is not guaranteed. |
java.util.Set<xref> |
getXREF()
|
java.util.Set<interaction> |
isPARTICIPANTSof()
This method returns the interaction that this entity/pep takes part in. |
void |
removeAVAILABILITY(java.lang.String AVAILABILITY_TEXT)
This method removes the given text from the avaialability set. |
void |
removeDATA_SOURCE(dataSource DATA_SOURCE_INST)
This method removes the given value from the DATA_SOURCE set. |
void |
removeSYNONYMS(java.lang.String SYNONYMS_TEXT)
This method removes the given value from the SYNONYMS set. |
void |
removeXREF(xref XREF)
|
void |
setAVAILABILITY(java.util.Set<java.lang.String> AVAILABILITY_TEXT)
This method overrides existing set with the new set. |
void |
setDATA_SOURCE(java.util.Set<dataSource> DATA_SOURCE)
This method overrides existing set with the new set. |
void |
setNAME(java.lang.String NAME)
This method sets the preferred full name for this entity to the given value. |
void |
setSHORT_NAME(java.lang.String SHORT_NAME)
An abbreviated name for this entity, preferably a name that is short enough to be used in a visualization application to label a graphical element that represents this entity. |
void |
setSYNONYMS(java.util.Set<java.lang.String> SYNONYMS)
This method overrides existing set with the new set. |
void |
setXREF(java.util.Set<xref> XREF)
|
| Methods inherited from class org.biopax.paxtools.proxy.level2.BioPAXElementProxy |
|---|
addCOMMENT, doubleSetToStringSet, doubleToString, equals, equivalenceCode, floatToString, getCOMMENT, getModelInterface, getProxyId, getRDFId, hashCode, isEquivalent, removeCOMMENT, setCOMMENT, setProxyId, setRDFId, stringSetToDoubleSet, stringToDouble, stringToFloat |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.biopax.paxtools.model.level2.BioPAXElement |
|---|
addCOMMENT, equivalenceCode, getCOMMENT, getModelInterface, getRDFId, isEquivalent, removeCOMMENT, setCOMMENT, setRDFId |
| Methods inherited from interface org.biopax.paxtools.model.level2.BioPAXElement |
|---|
addCOMMENT, equivalenceCode, getCOMMENT, getModelInterface, getRDFId, isEquivalent, removeCOMMENT, setCOMMENT, setRDFId |
| Methods inherited from interface org.biopax.paxtools.model.level2.BioPAXElement |
|---|
addCOMMENT, equivalenceCode, getCOMMENT, getModelInterface, getRDFId, isEquivalent, removeCOMMENT, setCOMMENT, setRDFId |
| Constructor Detail |
|---|
protected entityProxy()
| Method Detail |
|---|
public void addAVAILABILITY(java.lang.String AVAILABILITY_TEXT)
entity
addAVAILABILITY in interface entityAVAILABILITY_TEXT - a string describing the availability of this data
(e.g. a copyright statement).public void addDATA_SOURCE(dataSource DATA_SOURCE_INST)
entity
addDATA_SOURCE in interface entityDATA_SOURCE_INST - a free text description of the source of this data,
e.g. a database or person name.public void addSYNONYMS(java.lang.String SYNONYMS_TEXT)
entity
addSYNONYMS in interface entitySYNONYMS_TEXT - a new name to be added
@FieldBridge(impl=StringSetBridge.class)
@Field(name="availability",
index=TOKENIZED)
public java.util.Set<java.lang.String> getAVAILABILITY()
entityentity.addAVAILABILITY(String) and entity.removeAVAILABILITY(String) is recommended.
getAVAILABILITY in interface entitypublic java.util.Set<dataSource> getDATA_SOURCE()
entityentity.addDATA_SOURCE(org.biopax.paxtools.model.level2.dataSource) and entity.removeDATA_SOURCE(org.biopax.paxtools.model.level2.dataSource) is
recommended.
getDATA_SOURCE in interface entity
@Field(name="name",
index=TOKENIZED)
public java.lang.String getNAME()
entity
getNAME in interface entitypublic void setNAME(java.lang.String NAME)
entity
setNAME in interface entityNAME - The preferred full name for this entity.
@Field(name="name",
index=TOKENIZED)
public java.lang.String getSHORT_NAME()
entity
getSHORT_NAME in interface entity
@FieldBridge(impl=StringSetBridge.class)
@Field(name="synonyms",
index=TOKENIZED)
public java.util.Set<java.lang.String> getSYNONYMS()
entityentity.addSYNONYMS(java.lang.String) and entity.removeSYNONYMS(java.lang.String) is
recommended.
getSYNONYMS in interface entitypublic void removeAVAILABILITY(java.lang.String AVAILABILITY_TEXT)
entity
removeAVAILABILITY in interface entityAVAILABILITY_TEXT - a string describing the availability of this data
(e.g. a copyright statement).public void removeDATA_SOURCE(dataSource DATA_SOURCE_INST)
entity
removeDATA_SOURCE in interface entityDATA_SOURCE_INST - a free text description of the source of this data,
e.g. a database or person name.public void removeSYNONYMS(java.lang.String SYNONYMS_TEXT)
entity
removeSYNONYMS in interface entitySYNONYMS_TEXT - a new name to be addedpublic void setAVAILABILITY(java.util.Set<java.lang.String> AVAILABILITY_TEXT)
entityentity.addAVAILABILITY(java.lang.String) instead.
setAVAILABILITY in interface entityAVAILABILITY_TEXT - a set of strings describing the availability of
this data (e.g. a copyright statement).public void setDATA_SOURCE(java.util.Set<dataSource> DATA_SOURCE)
entityentity.addDATA_SOURCE(org.biopax.paxtools.model.level2.dataSource) instead.
setDATA_SOURCE in interface entityDATA_SOURCE - a set of free text descriptions of the source of this
data, e.g. a database or person name.public void setSHORT_NAME(java.lang.String SHORT_NAME)
entity
setSHORT_NAME in interface entitypublic void setSYNONYMS(java.util.Set<java.lang.String> SYNONYMS)
entityentity.addSYNONYMS(java.lang.String) instead.
setSYNONYMS in interface entitySYNONYMS - a set of names for this entity.public void addXREF(xref XREF)
addXREF in interface XReferrablepublic java.util.Set<xref> getXREF()
getXREF in interface XReferrablepublic void removeXREF(xref XREF)
removeXREF in interface XReferrablepublic void setXREF(java.util.Set<xref> XREF)
setXREF in interface XReferrablepublic java.util.Set<interaction> isPARTICIPANTSof()
InteractionParticipant
isPARTICIPANTSof in interface InteractionParticipantisPARTICIPANTSof in class InteractionParticipantProxy
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||