|
||||||||||
| 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)
This method adds the given text to the avaialability set. |
void |
addDataSource(Provenance dataSource)
This method adds the given value to the DATA_SOURCE 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<Provenance> |
getDataSource()
This method returns a set of free text descriptions of the source of this data, e.g. |
java.util.Set<Interaction> |
getParticipantOf()
This method returns the interaction that this entity/pep takes part in. |
void |
removeAvailability(java.lang.String availability)
This method removes the given text from the avaialability set. |
void |
removeDataSource(Provenance dataSource)
This method removes the given value from the DATA_SOURCE set. |
| Methods inherited from interface org.biopax.paxtools.model.level3.Observable |
|---|
addEvidence, getEvidence, removeEvidence |
| Methods inherited from interface org.biopax.paxtools.model.level3.Named |
|---|
addName, getDisplayName, getName, getStandardName, removeName, setDisplayName, setStandardName |
| Methods inherited from interface org.biopax.paxtools.model.level3.XReferrable |
|---|
addXref, getXref, removeXref |
| Methods inherited from interface org.biopax.paxtools.model.level3.Level3Element |
|---|
addComment, getComment, removeComment |
| Methods inherited from interface org.biopax.paxtools.model.BioPAXElement |
|---|
equivalenceCode, getAnnotations, getModelInterface, getRDFId, isEquivalent |
| Method Detail |
|---|
java.util.Set<java.lang.String> getAvailability()
addAvailability(String) and removeAvailability(String) is recommended.
void addAvailability(java.lang.String availability)
availability - a string describing the availability of this data
(e.g. a copyright statement).void removeAvailability(java.lang.String availability)
availability - a string describing the availability of this data
(e.g. a copyright statement).java.util.Set<Provenance> getDataSource()
addDataSource(Provenance) and removeDataSource(Provenance) is
recommended.
void addDataSource(Provenance dataSource)
dataSource - a free text description of the source of this data,
e.g. a database or person name.void removeDataSource(Provenance dataSource)
dataSource - a free text description of the source of this data,
e.g. a database or person name.java.util.Set<Interaction> getParticipantOf()
Interaction.getParticipant()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||