|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExperimentalForm
Definition: The form of a physical entity in a particular experiment, as it may be modified for purposes of experimental design.
Examples: A His-tagged protein in a binding assay. A protein can be tagged by multiple tags, so can have more than 1 experimental form type terms
| 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 |
addExperimentalFeature(EntityFeature experimentalFeature)
This method adds an experimental feature |
void |
addExperimentalFormDescription(ExperimentalFormVocabulary experimentalFormType)
Adds an experimental form description. |
java.util.Set<EntityFeature> |
getExperimentalFeature()
Contents of this set should not be modified. |
java.util.Set<ExperimentalFormVocabulary> |
getExperimentalFormDescription()
Descriptor of this experimental form from a controlled vocabulary. |
Entity |
getExperimentalFormEntity()
|
void |
removeExperimentalFeature(EntityFeature experimentalFeature)
This method removes an experimental feature |
void |
removeExperimentalFormDescription(ExperimentalFormVocabulary experimentalFormType)
Removes an experimental form description. |
void |
setExperimentalFormEntity(Entity newPARTICIPANT)
|
| 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<ExperimentalFormVocabulary> getExperimentalFormDescription()
void addExperimentalFormDescription(ExperimentalFormVocabulary experimentalFormType)
experimentalFormType - descriptor of this experimental form from a controlled vocabulary.void removeExperimentalFormDescription(ExperimentalFormVocabulary experimentalFormType)
experimentalFormType - descriptor of this experimental form from a controlled vocabulary.Entity getExperimentalFormEntity()
void setExperimentalFormEntity(Entity newPARTICIPANT)
java.util.Set<EntityFeature> getExperimentalFeature()
void addExperimentalFeature(EntityFeature experimentalFeature)
experimentalFeature - of the experimental form of the participant of the interaction,
such as a protein tag. It is not expected to occur in vivo or be necessary for the interaction.void removeExperimentalFeature(EntityFeature experimentalFeature)
experimentalFeature - of the experimental form of the participant of the interaction,
such as a protein tag. It is not expected to occur in vivo or be necessary for the interaction.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||