|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface entity
This class represents a discrete biological unit used when describing pathways. This is the root class for all biological concepts in the ontology, which include pathways, interactions and physical entities. As the most abstract class in the ontology, instances of the entity class should never be created. Instead, more specific classes should be used. Synonyms: thing, object, bioentity.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.biopax.paxtools.model.BioPAXElement |
|---|
BioPAXElement.Key |
| Field Summary |
|---|
| Fields inherited from interface org.biopax.paxtools.model.BioPAXElement |
|---|
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT |
| 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. |
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. |
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 |
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. |
| Methods inherited from interface org.biopax.paxtools.model.level2.XReferrable |
|---|
addXREF, findCommonPublications, findCommonRelationships, findCommonUnifications, getXREF, removeXREF, setXREF |
| Methods inherited from interface org.biopax.paxtools.model.level2.InteractionParticipant |
|---|
isPARTICIPANTSof |
| Methods inherited from interface org.biopax.paxtools.model.level2.Level2Element |
|---|
addCOMMENT, getCOMMENT, removeCOMMENT, setCOMMENT |
| Methods inherited from interface org.biopax.paxtools.model.BioPAXElement |
|---|
equivalenceCode, getAnnotations, getModelInterface, getRDFId, isEquivalent |
| Method Detail |
|---|
void addAVAILABILITY(java.lang.String AVAILABILITY_TEXT)
AVAILABILITY_TEXT - a string describing the availability of this data
(e.g. a copyright statement).void addDATA_SOURCE(dataSource DATA_SOURCE_INST)
DATA_SOURCE_INST - a free text description of the source of this data,
e.g. a database or person name.void addSYNONYMS(java.lang.String SYNONYMS_TEXT)
SYNONYMS_TEXT - a new name to be addedjava.util.Set<java.lang.String> getAVAILABILITY()
addAVAILABILITY(String) and removeAVAILABILITY(String) is recommended.
java.util.Set<dataSource> getDATA_SOURCE()
addDATA_SOURCE(org.biopax.paxtools.model.level2.dataSource) and removeDATA_SOURCE(org.biopax.paxtools.model.level2.dataSource) is
recommended.
java.lang.String getNAME()
java.lang.String getSHORT_NAME()
java.util.Set<java.lang.String> getSYNONYMS()
addSYNONYMS(java.lang.String) and removeSYNONYMS(java.lang.String) is
recommended.
void removeAVAILABILITY(java.lang.String AVAILABILITY_TEXT)
AVAILABILITY_TEXT - a string describing the availability of this data
(e.g. a copyright statement).void removeDATA_SOURCE(dataSource DATA_SOURCE_INST)
DATA_SOURCE_INST - a free text description of the source of this data,
e.g. a database or person name.void removeSYNONYMS(java.lang.String SYNONYMS_TEXT)
SYNONYMS_TEXT - a new name to be addedvoid setAVAILABILITY(java.util.Set<java.lang.String> AVAILABILITY_TEXT)
addAVAILABILITY(java.lang.String) instead.
AVAILABILITY_TEXT - a set of strings describing the availability of
this data (e.g. a copyright statement).void setDATA_SOURCE(java.util.Set<dataSource> DATA_SOURCE)
addDATA_SOURCE(org.biopax.paxtools.model.level2.dataSource) instead.
DATA_SOURCE - a set of free text descriptions of the source of this
data, e.g. a database or person name.void setNAME(java.lang.String NAME)
NAME - The preferred full name for this entity.void setSHORT_NAME(java.lang.String SHORT_NAME)
SHORT_NAME - new short namevoid setSYNONYMS(java.util.Set<java.lang.String> SYNONYMS)
addSYNONYMS(java.lang.String) instead.
SYNONYMS - a set of names for this entity.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||