public interface Entity extends Level3Element, Observable, Named
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT| Modifier and Type | Method and Description |
|---|---|
void |
addAvailability(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.
|
Set<String> |
getAvailability()
The contents of this set can be modified but semantic consistency is not
guaranteed.
|
Set<Provenance> |
getDataSource()
This method returns a set of free text descriptions of the source of this
data, e.g.
|
Set<Interaction> |
getParticipantOf()
This method returns the interaction that this entity/pep takes part in.
|
void |
removeAvailability(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.
|
addEvidence, getEvidence, removeEvidenceaddName, getDisplayName, getName, getStandardName, removeName, setDisplayName, setName, setStandardNameaddXref, getXref, removeXrefaddComment, getComment, removeCommentequivalenceCode, getAnnotations, getModelInterface, getUri, isEquivalentSet<String> getAvailability()
addAvailability(String) and removeAvailability(String) is recommended.void addAvailability(String availability)
availability - a string describing the availability of this data
(e.g. a copyright statement).void removeAvailability(String availability)
availability - a string describing the availability of this data
(e.g. a copyright statement).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.Set<Interaction> getParticipantOf()
Interaction.getParticipant()Copyright © 2018 BioPAX. All rights reserved.