Uses of Interface
psidev.psi.mi.jami.model.ModelledEntity
-
-
Uses of ModelledEntity in psidev.psi.mi.jami.enricher.impl
Methods in psidev.psi.mi.jami.enricher.impl that return types with arguments of type ModelledEntity Modifier and Type Method Description EntityEnricher<ModelledEntity,ModelledFeature>CompositeEntityEnricher. getModelledEntityEnricher()Getter for the fieldmodelledEntityEnricher.Method parameters in psidev.psi.mi.jami.enricher.impl with type arguments of type ModelledEntity Modifier and Type Method Description voidCompositeEntityEnricher. setModelledEntityEnricher(EntityEnricher<ModelledEntity,ModelledFeature> modelledEntityEnricher)Setter for the fieldmodelledEntityEnricher. -
Uses of ModelledEntity in psidev.psi.mi.jami.model
Subinterfaces of ModelledEntity in psidev.psi.mi.jami.model Modifier and Type Interface Description interfaceModelledParticipantParticipant of a modelled interaction.interfaceModelledParticipantCandidateInterface for modelled participant candidatesinterfaceModelledParticipantPoolA pool of modelled participant candidatesMethods in psidev.psi.mi.jami.model that return ModelledEntity Modifier and Type Method Description ModelledEntityAllostery. getAllostericMolecule()A molecule whose binding or catalytic properties at one site are altered by allosteric post-translational modification or binding of an allosteric effector at a distinct site.ModelledEntityMoleculeEffector. getMolecule()Refers to the participant (any participating entity such as simple participant, participant pool or participant candidate) that elicits an allosteric response in an allosteric molecule upon binding to that molecule.Methods in psidev.psi.mi.jami.model with parameters of type ModelledEntity Modifier and Type Method Description voidAllostery. setAllostericMolecule(ModelledEntity participant)Sets the allosteric molecule. -
Uses of ModelledEntity in psidev.psi.mi.jami.model.impl
Classes in psidev.psi.mi.jami.model.impl that implement ModelledEntity Modifier and Type Class Description classDefaultModelledParticipantDefault implementation for ModelledParticipant Notes: The equals and hashcode methods have NOT been overridden because the ModelledParticipant object is a complex object.classDefaultModelledParticipantCandidateDefault implementation of modelled participant candidateclassDefaultModelledParticipantPoolDefault implementation of ParticipantPoolclassDefaultNamedModelledParticipantDefault implementation of Named modelled participantMethods in psidev.psi.mi.jami.model.impl that return ModelledEntity Modifier and Type Method Description ModelledEntityDefaultAllostery. getAllostericMolecule()Getter for the fieldallostericMolecule.ModelledEntityDefaultMoleculeEffector. getMolecule()getMoleculeMethods in psidev.psi.mi.jami.model.impl with parameters of type ModelledEntity Modifier and Type Method Description voidDefaultAllostery. setAllostericMolecule(ModelledEntity participant)Sets the allosteric molecule. -
Uses of ModelledEntity in psidev.psi.mi.jami.tab.extension
Classes in psidev.psi.mi.jami.tab.extension that implement ModelledEntity Modifier and Type Class Description classMitabModelledParticipantMitab extension for ModelledParticipant It contains a FileSourceLocator -
Uses of ModelledEntity in psidev.psi.mi.jami.utils.comparator.participant
Classes in psidev.psi.mi.jami.utils.comparator.participant with type parameters of type ModelledEntity Modifier and Type Interface Description interfaceCustomizableModelledParticipantComparator<E extends ModelledEntity>A ModelledParticipantComparator that can be customized so we can ignore interactors when comparing modelled participantsMethods in psidev.psi.mi.jami.utils.comparator.participant that return types with arguments of type ModelledEntity Modifier and Type Method Description Comparator<ModelledEntity>ModelledParticipantPoolComparator. getModelledEntityComparator()Getter for the fieldmodelledEntityComparator.Methods in psidev.psi.mi.jami.utils.comparator.participant with parameters of type ModelledEntity Modifier and Type Method Description static booleanDefaultExactModelledEntityComparator. areEquals(ModelledEntity bioParticipant1, ModelledEntity bioParticipant2, boolean checkComplexesAsInteractors)Use DefaultExactModelledEntityComparator to know if two biological entities are equals.static booleanDefaultExactModelledParticipantInteractorComparator. areEquals(ModelledEntity participant1, ModelledEntity participant2)Use DefaultExactModelledParticipantInteractorComparator to know if two biological participants are equals.static booleanDefaultModelledEntityComparator. areEquals(ModelledEntity bioParticipant1, ModelledEntity bioParticipant2, boolean checkComplexesAsInteractors)Use DefaultModelledEntityComparator to know if two biological entities are equals.static booleanDefaultModelledParticipantInteractorComparator. areEquals(ModelledEntity participant1, ModelledEntity participant2)Use DefaultModelledParticipantInteractorComparator to know if two biological participants are equals.static booleanUnambiguousExactModelledEntityComparator. areEquals(ModelledEntity component1, ModelledEntity component2)Use UnambiguousExactModelledParticipantComparator to know if two biological participant are equals.static booleanUnambiguousExactModelledParticipantInteractorComparator. areEquals(ModelledEntity component1, ModelledEntity component2)Use UnambiguousExactModelledParticipantInteractorComparator to know if two biological participants are equals.static booleanUnambiguousModelledEntityComparator. areEquals(ModelledEntity component1, ModelledEntity component2)Use UnambiguousModelledParticipantComparator to know if two biological participant are equals.static booleanUnambiguousModelledParticipantInteractorComparator. areEquals(ModelledEntity component1, ModelledEntity component2)Use UnambiguousModelledParticipantInteractorComparator to know if two biological participants are equals.intModelledEntityComparator. compare(ModelledEntity bioParticipant1, ModelledEntity bioParticipant2)It will compare the basic properties of a biological participant using ParticipantInteractorComparator.intUnambiguousExactModelledEntityComparator. compare(ModelledEntity component1, ModelledEntity component2)It will compare the basic properties of a component using UnambiguousExactParticipantBaseComparator.intUnambiguousExactModelledParticipantInteractorComparator. compare(ModelledEntity component1, ModelledEntity component2)It will compare the basic properties of an interactor using UnambiguousInteractorComparator.intUnambiguousModelledEntityComparator. compare(ModelledEntity component1, ModelledEntity component2)It will compare the basic properties of a biological participant using ParticipantInteractorComparator.intUnambiguousModelledParticipantInteractorComparator. compare(ModelledEntity component1, ModelledEntity component2)It will compare the basic properties of an interactor using UnambiguousInteractorComparator. -
Uses of ModelledEntity in psidev.psi.mi.jami.xml
Methods in psidev.psi.mi.jami.xml with parameters of type ModelledEntity Modifier and Type Method Description voidXmlEntryContext. registerComplexParticipant(int id, ModelledEntity o)registerComplexParticipant. -
Uses of ModelledEntity in psidev.psi.mi.jami.xml.cache
Methods in psidev.psi.mi.jami.xml.cache that return ModelledEntity Modifier and Type Method Description ModelledEntityInMemoryPsiXmlCache. getComplexParticipant(int id)getComplexParticipant.ModelledEntityPsiXmlFileIndexCache. getComplexParticipant(int id)getComplexParticipant.ModelledEntityPsiXmlIdCache. getComplexParticipant(int id)getComplexParticipant.ModelledEntityInMemoryPsiXmlCache. registerModelledParticipantLoadedFrom(Entity f)registerModelledParticipantLoadedFrom.ModelledEntityPsiXmlFileIndexCache. registerModelledParticipantLoadedFrom(Entity f)registerModelledParticipantLoadedFrom.ModelledEntityPsiXmlIdCache. registerModelledParticipantLoadedFrom(Entity f)registerModelledParticipantLoadedFrom.Methods in psidev.psi.mi.jami.xml.cache with parameters of type ModelledEntity Modifier and Type Method Description voidInMemoryPsiXmlCache. registerComplexParticipant(int id, ModelledEntity object)Register a participant involved in a complex with an idvoidPsiXmlFileIndexCache. registerComplexParticipant(int id, ModelledEntity object)Register a participant involved in a complex with an idvoidPsiXmlIdCache. registerComplexParticipant(int id, ModelledEntity object)Register a participant involved in a complex with an id -
Uses of ModelledEntity in psidev.psi.mi.jami.xml.model.extension.xml253
Classes in psidev.psi.mi.jami.xml.model.extension.xml253 that implement ModelledEntity Modifier and Type Class Description classXmlExperimentalParticipantCandidateWrapperWrapper for Xml participants candidates Addeding new modelled feature to this participant will not add new feature evidences to the wrapped participant evidence as they are incompatibles.classXmlExperimentalParticipantPoolWrapperWrapper for Xml participants pools Addeding new modelled feature to this participant will not add new feature evidences to the wrapped participant evidence as they are incompatibles.classXmlModelledParticipantXML implementation of ModelledParticipantclassXmlModelledParticipantCandidateXML implementation of ModelledParticipantCandidateclassXmlModelledParticipantPoolXml implementation of participant poolclassXmlParticipantCandidateWrapperWrapper for XmlParticipantCandidate so it implements ModelledParticipantCanidateclassXmlParticipantEvidenceWrapperWrapper for Xml participants Addeding new modelled feature to this participant will not add new feature evidences to the wrapped participant evidence as they are incompatibles.classXmlParticipantPoolWrapperWrapper for XmlParticipantclassXmlParticipantWrapperWrapper for XmlParticipantMethods in psidev.psi.mi.jami.xml.model.extension.xml253 that return ModelledEntity Modifier and Type Method Description ModelledEntityXmlAllostery. getAllostericMolecule()Getter for the fieldallostericMolecule.ModelledEntityXmlMoleculeEffector. getMolecule()getMolecule.ModelledEntityXmlFeatureEvidenceWrapper. getParticipant()The participant to which the feature is attached.ModelledEntityXmlFeatureWrapper. getParticipant()The participant to which the feature is attached.Methods in psidev.psi.mi.jami.xml.model.extension.xml253 with parameters of type ModelledEntity Modifier and Type Method Description voidXmlAllostery. setAllostericMolecule(ModelledEntity participant)Sets the allosteric molecule.voidXmlFeatureEvidenceWrapper. setParticipant(ModelledEntity participant)Sets the participant.voidXmlFeatureWrapper. setParticipant(ModelledEntity participant)Sets the participant.voidXmlFeatureEvidenceWrapper. setParticipantAndAddFeature(ModelledEntity participant)Sets the participant and add this feature to its list of features.voidXmlFeatureWrapper. setParticipantAndAddFeature(ModelledEntity participant)Sets the participant and add this feature to its list of features.Constructors in psidev.psi.mi.jami.xml.model.extension.xml253 with parameters of type ModelledEntity Constructor Description XmlFeatureEvidenceWrapper(ExtendedPsiXmlFeatureEvidence part, ModelledEntity wrapper)Constructor for XmlFeatureEvidenceWrapper.XmlFeatureWrapper(ExtendedPsiXmlFeature part, ModelledEntity parent)Constructor for XmlFeatureWrapper. -
Uses of ModelledEntity in psidev.psi.mi.jami.xml.model.extension.xml254
Classes in psidev.psi.mi.jami.xml.model.extension.xml254 that implement ModelledEntity Modifier and Type Class Description classXmlExperimentalParticipantCandidateWrapperWrapper for Xml participants candidates Addeding new modelled feature to this participant will not add new feature evidences to the wrapped participant evidence as they are incompatibles.classXmlExperimentalParticipantPoolWrapperWrapper for Xml participants pools Addeding new modelled feature to this participant will not add new feature evidences to the wrapped participant evidence as they are incompatibles.classXmlModelledParticipantXML implementation of ModelledParticipantclassXmlModelledParticipantCandidateXML implementation of ModelledParticipantCandidateclassXmlModelledParticipantPoolXml implementation of participant poolclassXmlParticipantCandidateWrapperWrapper for XmlParticipantCandidate so it implements ModelledParticipantCanidateclassXmlParticipantEvidenceWrapperWrapper for Xml participants Addeding new modelled feature to this participant will not add new feature evidences to the wrapped participant evidence as they are incompatibles.classXmlParticipantPoolWrapperWrapper for XmlParticipantclassXmlParticipantWrapperWrapper for XmlParticipantMethods in psidev.psi.mi.jami.xml.model.extension.xml254 that return ModelledEntity Modifier and Type Method Description ModelledEntityXmlAllostery. getAllostericMolecule()Getter for the fieldallostericMolecule.ModelledEntityXmlMoleculeEffector. getMolecule()getMolecule.ModelledEntityXmlFeatureEvidenceWrapper. getParticipant()The participant to which the feature is attached.ModelledEntityXmlFeatureWrapper. getParticipant()The participant to which the feature is attached.Methods in psidev.psi.mi.jami.xml.model.extension.xml254 with parameters of type ModelledEntity Modifier and Type Method Description voidXmlAllostery. setAllostericMolecule(ModelledEntity participant)Sets the allosteric molecule.voidXmlFeatureEvidenceWrapper. setParticipant(ModelledEntity participant)Sets the participant.voidXmlFeatureWrapper. setParticipant(ModelledEntity participant)Sets the participant.voidXmlFeatureEvidenceWrapper. setParticipantAndAddFeature(ModelledEntity participant)Sets the participant and add this feature to its list of features.voidXmlFeatureWrapper. setParticipantAndAddFeature(ModelledEntity participant)Sets the participant and add this feature to its list of features.Constructors in psidev.psi.mi.jami.xml.model.extension.xml254 with parameters of type ModelledEntity Constructor Description XmlFeatureEvidenceWrapper(ExtendedPsiXmlFeatureEvidence part, ModelledEntity wrapper)Constructor for XmlFeatureEvidenceWrapper.XmlFeatureWrapper(ExtendedPsiXmlFeature part, ModelledEntity parent)Constructor for XmlFeatureWrapper. -
Uses of ModelledEntity in psidev.psi.mi.jami.xml.model.extension.xml300
Classes in psidev.psi.mi.jami.xml.model.extension.xml300 that implement ModelledEntity Modifier and Type Class Description classXmlExperimentalParticipantCandidateWrapperWrapper for Xml participants candidates Addeding new modelled feature to this participant will not add new feature evidences to the wrapped participant evidence as they are incompatibles.classXmlExperimentalParticipantPoolWrapperWrapper for Xml participants pools Addeding new modelled feature to this participant will not add new feature evidences to the wrapped participant evidence as they are incompatibles.classXmlModelledParticipantXML implementation of ModelledParticipantclassXmlModelledParticipantCandidateXML implementation of ModelledParticipantCandidateclassXmlModelledParticipantPoolXml implementation of participant poolclassXmlParticipantCandidateWrapperWrapper for XmlParticipantCandidate so it implements ModelledParticipantCanidateclassXmlParticipantEvidenceWrapperWrapper for Xml participants Addeding new modelled feature to this participant will not add new feature evidences to the wrapped participant evidence as they are incompatibles.classXmlParticipantPoolWrapperWrapper for XmlParticipantclassXmlParticipantWrapperWrapper for XmlParticipantMethods in psidev.psi.mi.jami.xml.model.extension.xml300 that return ModelledEntity Modifier and Type Method Description ModelledEntityXmlAllostery. getAllostericMolecule()Getter for the fieldallostericMolecule.ModelledEntityXmlMoleculeEffector. getMolecule()getMolecule.ModelledEntityXmlFeatureEvidenceWrapper. getParticipant()The participant to which the feature is attached.ModelledEntityXmlFeatureWrapper. getParticipant()The participant to which the feature is attached.Methods in psidev.psi.mi.jami.xml.model.extension.xml300 with parameters of type ModelledEntity Modifier and Type Method Description voidXmlAllostery. setAllostericMolecule(ModelledEntity participant)Sets the allosteric molecule.voidXmlFeatureEvidenceWrapper. setParticipant(ModelledEntity participant)Sets the participant.voidXmlFeatureWrapper. setParticipant(ModelledEntity participant)Sets the participant.voidXmlFeatureEvidenceWrapper. setParticipantAndAddFeature(ModelledEntity participant)Sets the participant and add this feature to its list of features.voidXmlFeatureWrapper. setParticipantAndAddFeature(ModelledEntity participant)Sets the participant and add this feature to its list of features.Constructors in psidev.psi.mi.jami.xml.model.extension.xml300 with parameters of type ModelledEntity Constructor Description XmlFeatureEvidenceWrapper(ExtendedPsiXmlFeatureEvidence part, ModelledEntity wrapper)Constructor for XmlFeatureEvidenceWrapper.XmlFeatureWrapper(ExtendedPsiXmlFeature part, ModelledEntity parent)Constructor for XmlFeatureWrapper.
-