public class ExperimentalFormImpl extends L3ElementImpl implements ExperimentalForm
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT| Constructor and Description |
|---|
ExperimentalFormImpl()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addExperimentalFeature(EntityFeature experimentalFeature)
This method adds an experimental feature
|
void |
addExperimentalFormDescription(ExperimentalFormVocabulary experimentalFormType)
Adds an experimental form description.
|
Set<EntityFeature> |
getExperimentalFeature()
Contents of this set should not be modified.
|
Set<ExperimentalFormVocabulary> |
getExperimentalFormDescription()
Descriptor of this experimental form from a controlled vocabulary.
|
Entity |
getExperimentalFormEntity() |
Class<? extends ExperimentalForm> |
getModelInterface()
This method returns the actual model interface that a class implements.
|
void |
removeExperimentalFeature(EntityFeature experimentalFeature)
This method removes an experimental feature
|
void |
removeExperimentalFormDescription(ExperimentalFormVocabulary experimentalFormType)
Removes an experimental form description.
|
void |
setExperimentalFormEntity(Entity experimentalFormEntity) |
addComment, getComment, removeComment, setCommentequals, equivalenceCode, getAnnotations, getUri, hashCode, isEquivalent, semanticallyEquivalent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddComment, getComment, removeCommentequivalenceCode, getAnnotations, getUri, isEquivalentpublic Class<? extends ExperimentalForm> getModelInterface()
BioPAXElementgetModelInterface in interface BioPAXElementorg.biopax.paxtools.model package
corresponding to a BioPAX class.public Set<ExperimentalFormVocabulary> getExperimentalFormDescription()
ExperimentalFormgetExperimentalFormDescription in interface ExperimentalFormpublic void addExperimentalFormDescription(ExperimentalFormVocabulary experimentalFormType)
ExperimentalFormaddExperimentalFormDescription in interface ExperimentalFormexperimentalFormType - descriptor of this experimental form from a controlled vocabulary.public void removeExperimentalFormDescription(ExperimentalFormVocabulary experimentalFormType)
ExperimentalFormremoveExperimentalFormDescription in interface ExperimentalFormexperimentalFormType - descriptor of this experimental form from a controlled vocabulary.public Entity getExperimentalFormEntity()
getExperimentalFormEntity in interface ExperimentalFormpublic void setExperimentalFormEntity(Entity experimentalFormEntity)
setExperimentalFormEntity in interface ExperimentalFormpublic Set<EntityFeature> getExperimentalFeature()
ExperimentalFormgetExperimentalFeature in interface ExperimentalFormpublic void addExperimentalFeature(EntityFeature experimentalFeature)
ExperimentalFormaddExperimentalFeature in interface ExperimentalFormexperimentalFeature - 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.public void removeExperimentalFeature(EntityFeature experimentalFeature)
ExperimentalFormremoveExperimentalFeature in interface ExperimentalFormexperimentalFeature - 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.Copyright © 2017 BioPAX. All rights reserved.