Uses of Interface
psidev.psi.mi.jami.model.Entity
-
-
Uses of Entity in psidev.psi.mi.jami.crosslink.extension
Classes in psidev.psi.mi.jami.crosslink.extension that implement Entity Modifier and Type Class Description classCsvExperimentalParticipantCandidateCrosslink CSV extension of ExperimentalParticipantCandidate.classCsvExperimentalParticipantPoolCrosslink CSV extension of ParticipantEvidencePool.classCsvParticipantEvidenceCrosslink CSV extension of ParticipantEvidence. -
Uses of Entity in psidev.psi.mi.jami.enricher
Classes in psidev.psi.mi.jami.enricher with type parameters of type Entity Modifier and Type Interface Description interfaceEntityEnricher<P extends Entity,F extends Feature>Sub enrichers: Protein, CvTerm, Feature, Bioactive3Entity -
Uses of Entity in psidev.psi.mi.jami.enricher.impl
Methods in psidev.psi.mi.jami.enricher.impl that return types with arguments of type Entity Modifier and Type Method Description EntityEnricher<Entity,Feature>CompositeEntityEnricher. getEntityBaseEnricher()Getter for the fieldentityBaseEnricher.Methods in psidev.psi.mi.jami.enricher.impl with parameters of type Entity Modifier and Type Method Description voidCompositeEntityEnricher. enrich(Entity object)enrich.voidCompositeEntityEnricher. enrich(Entity object, Entity objectSource)enrich.Method parameters in psidev.psi.mi.jami.enricher.impl with type arguments of type Entity Modifier and Type Method Description voidCompositeEntityEnricher. enrich(Collection<Entity> objects)enrich.Constructor parameters in psidev.psi.mi.jami.enricher.impl with type arguments of type Entity Constructor Description CompositeEntityEnricher(EntityEnricher<Entity,Feature> entityBaseEnricher)Constructor for CompositeEntityEnricher. -
Uses of Entity in psidev.psi.mi.jami.enricher.impl.full
Classes in psidev.psi.mi.jami.enricher.impl.full with type parameters of type Entity Modifier and Type Class Description classFullEntityEnricher<P extends Entity,F extends Feature>The participant enricher is an enricher which can enrich either single participant or a collection.classFullEntityUpdater<P extends Entity,F extends Feature>The participant enricher is an enricher which can enrich either single participant or a collection. -
Uses of Entity in psidev.psi.mi.jami.enricher.impl.minimal
Classes in psidev.psi.mi.jami.enricher.impl.minimal with type parameters of type Entity Modifier and Type Class Description classMinimalEntityEnricher<P extends Entity,F extends Feature>The entity enricher is an enricher which can enrich either single participant or a collection.classMinimalEntityUpdater<P extends Entity,F extends Feature>The participant enricher is an enricher which can enrich either single participant or a collection. -
Uses of Entity in psidev.psi.mi.jami.enricher.listener
Classes in psidev.psi.mi.jami.enricher.listener with type parameters of type Entity Modifier and Type Interface Description interfaceEntityEnricherListener<P extends Entity>Entity enricher listener -
Uses of Entity in psidev.psi.mi.jami.enricher.listener.impl
Classes in psidev.psi.mi.jami.enricher.listener.impl with type parameters of type Entity Modifier and Type Class Description classEntityEnricherListenerManager<P extends Entity>A manager for listeners which holds a list of listeners.Methods in psidev.psi.mi.jami.enricher.listener.impl with parameters of type Entity Modifier and Type Method Description voidEntityEnricherListenerManager. onInteractorUpdate(Entity entity, Interactor oldInteractor)onInteractorUpdate -
Uses of Entity in psidev.psi.mi.jami.enricher.listener.impl.log
Classes in psidev.psi.mi.jami.enricher.listener.impl.log with type parameters of type Entity Modifier and Type Class Description classEntityEnricherLogger<P extends Entity>A logging listener. -
Uses of Entity in psidev.psi.mi.jami.enricher.listener.impl.writer
Classes in psidev.psi.mi.jami.enricher.listener.impl.writer with type parameters of type Entity Modifier and Type Class Description classEntityEnricherStatisticsWriter<P extends Entity>A statistics logger which records changes made by the enricher.Methods in psidev.psi.mi.jami.enricher.listener.impl.writer with parameters of type Entity Modifier and Type Method Description voidEntityEnricherStatisticsWriter. onInteractorUpdate(Entity entity, Interactor oldInteractor)onInteractorUpdate -
Uses of Entity in psidev.psi.mi.jami.enricher.util
Methods in psidev.psi.mi.jami.enricher.util with parameters of type Entity Modifier and Type Method Description static voidEnricherUtils. mergeCausalRelationships(Entity termToEnrich, Collection<CausalRelationship> toEnrichRelationships, Collection<CausalRelationship> fetchedRelationships, boolean remove, EntityChangeListener entityListener)mergeCausalRelationships.static <F extends Feature>
voidEnricherUtils. mergeFeatures(Entity termToEnrich, Collection<F> toEnrichFeatures, Collection<F> fetchedFeatures, boolean remove, EntityChangeListener entityListener, FeatureEnricher<F> featureEnricher)mergeFeatures. -
Uses of Entity in psidev.psi.mi.jami.json.elements
Methods in psidev.psi.mi.jami.json.elements that return types with arguments of type Entity Modifier and Type Method Description protected Map<Entity,Integer>SimpleJsonInteractionWriter. getProcessedParticipants()Getter for the fieldprocessedParticipants.protected Map<Entity,Integer>SimpleJsonParticipantWriter. getProcessedParticipants()Getter for the fieldprocessedParticipants. -
Uses of Entity in psidev.psi.mi.jami.json.nary
Methods in psidev.psi.mi.jami.json.nary that return types with arguments of type Entity Modifier and Type Method Description protected Map<Entity,Integer>AbstractMIJsonWriter. getProcessedParticipants()Getter for the fieldprocessedParticipants. -
Uses of Entity in psidev.psi.mi.jami.listener
Classes in psidev.psi.mi.jami.listener with type parameters of type Entity Modifier and Type Interface Description interfaceEntityChangeListener<F extends Entity>Listener for changes in an entityMethods in psidev.psi.mi.jami.listener with parameters of type Entity Modifier and Type Method Description voidEntityInteractorChangeListener. onInteractorUpdate(Entity entity, Interactor oldInteractor)onInteractorUpdate -
Uses of Entity in psidev.psi.mi.jami.listener.impl
Classes in psidev.psi.mi.jami.listener.impl with type parameters of type Entity Modifier and Type Class Description classEntityChangeLogger<T extends Entity>This listener will just interactor change eventsMethods in psidev.psi.mi.jami.listener.impl with parameters of type Entity Modifier and Type Method Description voidEntityChangeLogger. onInteractorUpdate(Entity entity, Interactor oldInteractor)onInteractorUpdatevoidParticipantChangeLogger. onInteractorUpdate(Entity entity, Interactor oldInteractor)onInteractorUpdate -
Uses of Entity in psidev.psi.mi.jami.model
Classes in psidev.psi.mi.jami.model with type parameters of type Entity Modifier and Type Interface Description interfaceFeature<P extends Entity,F extends Feature>Property of a participant that may interfere with the binding of a molecule.Subinterfaces of Entity in psidev.psi.mi.jami.model Modifier and Type Interface Description interfaceExperimentalEntityAn experimental entity with experimental featuresinterfaceExperimentalParticipantCandidateInterface for experimental participant candidatesinterfaceExperimentalParticipantPoolA pool of experimental participantsinterfaceModelledEntityAn modelled entity with modelled featuresinterfaceModelledParticipantParticipant of a modelled interaction.interfaceModelledParticipantCandidateInterface for modelled participant candidatesinterfaceModelledParticipantPoolA pool of modelled participant candidatesinterfaceNamedParticipant<I extends Interaction,F extends Feature>A named entity is an entity having a short name and a fullname in addition to aliases.interfaceParticipant<I extends Interaction,F extends Feature>Participant identified in an interactioninterfaceParticipantCandidate<P extends ParticipantPool,F extends Feature>A participant candidate is part of a participant pool and contains the molecule which can interact plus some participant details such as features and causal relationshipsinterfaceParticipantEvidenceParticipant of an interaction which is supported by experimental evidencesinterfaceParticipantPool<I extends Interaction,F extends Feature,P extends ParticipantCandidate>A pool of participants that can be grouped together as a single participant as they are interchangeableMethods in psidev.psi.mi.jami.model that return Entity Modifier and Type Method Description EntityRange. getParticipant()The participating molecule that this range refers to.EntityCausalRelationship. getTarget()The participant/entity target of this causalRelationship.Methods in psidev.psi.mi.jami.model with parameters of type Entity Modifier and Type Method Description voidRange. setParticipant(Entity participant)Sets the participating molecule that the range refers to -
Uses of Entity in psidev.psi.mi.jami.model.impl
Classes in psidev.psi.mi.jami.model.impl with type parameters of type Entity Modifier and Type Class Description classAbstractFeature<P extends Entity,F extends Feature>Abstract class for FeatureClasses in psidev.psi.mi.jami.model.impl that implement Entity Modifier and Type Class Description classAbstractEntity<F extends Feature>Abstract class for EntityclassAbstractParticipant<I extends Interaction,F extends Feature>Abstract class for ParticipantclassAbstractParticipantCandidate<P extends ParticipantPool,F extends Feature>Abstract class for participant candidateclassAbstractParticipantPool<I extends Interaction,F extends Feature,P extends ParticipantCandidate>Abstract class for Participant poolclassDefaultExperimentalParticipantCandidateDefault implementation of experimental participant candidateclassDefaultExperimentalParticipantPoolDefault implementation of ExperimentalParticipantPoolclassDefaultModelledParticipantDefault 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 participantclassDefaultNamedParticipantDefault implementation of named participant.classDefaultNamedParticipantEvidenceDefault implementation of named participant evidenceclassDefaultParticipantDefault implementation for participant Notes: The equals and hashcode methods have NOT been overridden because the participant object is a complex object.classDefaultParticipantCandidateDefault implementation of participant candidateclassDefaultParticipantEvidenceDefault implementation for ParticipantEvidence Notes: The equals and hashcode methods have NOT been overridden because the ParticipantEvidence object is a complex object.classDefaultParticipantPoolDefault implementation of ParticipantPoolMethods in psidev.psi.mi.jami.model.impl that return Entity Modifier and Type Method Description EntityDefaultRange. getParticipant()Getter for the fieldparticipant.EntityDefaultCausalRelationship. getTarget()Getter for the fieldtarget.Methods in psidev.psi.mi.jami.model.impl with parameters of type Entity Modifier and Type Method Description voidAbstractParticipantPool. onInteractorUpdate(Entity entity, Interactor oldInteractor)onInteractorUpdatevoidDefaultRange. setParticipant(Entity participant)Sets the participating molecule that the range refers to -
Uses of Entity in psidev.psi.mi.jami.tab.extension
Classes in psidev.psi.mi.jami.tab.extension with type parameters of type Entity Modifier and Type Interface Description interfaceMitabFeature<P extends Entity,F extends Feature>Basic interface for Mitab featuresClasses in psidev.psi.mi.jami.tab.extension that implement Entity Modifier and Type Class Description classMitabModelledParticipantMitab extension for ModelledParticipant It contains a FileSourceLocatorclassMitabParticipantMitab extension for Participant.classMitabParticipantEvidenceMitab extension of ParticipantEvidence. -
Uses of Entity in psidev.psi.mi.jami.utils.clone
Methods in psidev.psi.mi.jami.utils.clone with parameters of type Entity Modifier and Type Method Description static voidParticipantCloner. copyAndOverrideBasicEntityProperties(Entity source, Entity target, boolean createNewFeature)copyAndOverrideBasicEntityProperties -
Uses of Entity in psidev.psi.mi.jami.utils.comparator.participant
Classes in psidev.psi.mi.jami.utils.comparator.participant with type parameters of type Entity Modifier and Type Class Description classParticipantCollectionComparator<T extends Entity>Comparator for collection of participantsclassParticipantInteractorComparator<T extends Entity>Participant comparator only based on the interactor.Methods in psidev.psi.mi.jami.utils.comparator.participant that return types with arguments of type Entity Modifier and Type Method Description CollectionComparator<Entity>ParticipantPoolComparator. getParticipantCollectionComparator()getParticipantCollectionComparatorMethods in psidev.psi.mi.jami.utils.comparator.participant with parameters of type Entity Modifier and Type Method Description static booleanDefaultEntityBaseComparator. areEquals(Entity participant1, Entity participant2, boolean ignoreInteractors)Use DefaultParticipantBaseComparator to know if two participants are equals.static booleanDefaultEntityComparator. areEquals(Entity participant1, Entity participant2)Use DefaultExactEntityComparator to know if two participants are equals.static booleanDefaultExactEntityBaseComparator. areEquals(Entity participant1, Entity participant2, boolean ignoreInteractors)Use DefaultExactParticipantBaseComparator to know if two participants are equals.static booleanDefaultExactEntityComparator. areEquals(Entity participant1, Entity participant2)Use DefaultExactEntityComparator to know if two participants are equals.static booleanDefaultExactParticipantInteractorComparator. areEquals(Entity participant1, Entity participant2)Use DefaultExactParticipantInteractorComparator to know if two participants are equals.static booleanDefaultParticipantInteractorComparator. areEquals(Entity participant1, Entity participant2)Use DefaultParticipantInteractorComparator to know if two participants are equals.static booleanUnambiguousEntityBaseComparator. areEquals(Entity participant1, Entity participant2)Use UnambiguousParticipantBaseComparator to know if two participants are equals.static booleanUnambiguousEntityComparator. areEquals(Entity participant1, Entity participant2)Use UnambiguousExactEntityComparator to know if two participants are equals.static booleanUnambiguousExactEntityBaseComparator. areEquals(Entity participant1, Entity participant2)Use UnambiguousExactParticipantBaseComparator to know if two participants are equals.static booleanUnambiguousExactEntityComparator. areEquals(Entity participant1, Entity participant2)Use UnambiguousExactEntityComparator to know if two participants are equals.static booleanUnambiguousExactParticipantInteractorComparator. areEquals(Entity participant1, Entity participant2)Use UnambiguousExactParticipantInteractorComparator to know if two participants are equals.static booleanUnambiguousParticipantInteractorComparator. areEquals(Entity participant1, Entity participant2)Use UnambiguousParticipantInteractorComparator to know if two participants are equals.intEntityBaseComparator. compare(Entity participant1, Entity participant2)It will first compare the interactors using InteractorComparator.intEntityComparator. compare(Entity participant1, Entity participant2)Modelled participants come first and then experimental participants.intUnambiguousEntityBaseComparator. compare(Entity participant1, Entity participant2)It will first compare the interactors using UnambiguousInteractorComparator.intUnambiguousEntityComparator. compare(Entity participant1, Entity participant2)Modelled participants come first and then experimental participants.intUnambiguousExactEntityBaseComparator. compare(Entity participant1, Entity participant2)It will first compare the interactors using UnambiguousExactInteractorComparator.intUnambiguousExactEntityComparator. compare(Entity participant1, Entity participant2)intUnambiguousExactParticipantInteractorComparator. compare(Entity participant1, Entity participant2)It will compare the interactors using InteractorComparator.intUnambiguousParticipantInteractorComparator. compare(Entity participant1, Entity participant2)It will compare the interactors using UnambiguousInteractorComparator.static intUnambiguousEntityBaseComparator. hashCode(Entity participant)static intUnambiguousExactEntityBaseComparator. hashCode(Entity participant)Constructor parameters in psidev.psi.mi.jami.utils.comparator.participant with type arguments of type Entity Constructor Description ParticipantPoolComparator(ParticipantBaseComparator participantBaseComparator, CollectionComparator<Entity> entityCollectionComparator)Constructor for ParticipantPoolComparator. -
Uses of Entity in psidev.psi.mi.jami.xml
Methods in psidev.psi.mi.jami.xml with parameters of type Entity Modifier and Type Method Description voidXmlEntryContext. registerParticipant(int id, Entity o)registerParticipant. -
Uses of Entity in psidev.psi.mi.jami.xml.cache
Methods in psidev.psi.mi.jami.xml.cache that return Entity Modifier and Type Method Description EntityInMemoryPsiXmlCache. getParticipant(int id)getParticipant.EntityPsiXmlFileIndexCache. getParticipant(int id)getParticipant.EntityPsiXmlIdCache. getParticipant(int id)getParticipant.Methods in psidev.psi.mi.jami.xml.cache with parameters of type Entity Modifier and Type Method Description intInMemoryIdentityObjectCache. extractIdForParticipant(Entity o)This method will extract the id for this object if it is already registered, assign an id and register the object if not already registeredintInMemoryLightIdentityObjectCache. extractIdForParticipant(Entity o)This method will extract the id for this object if it is already registered, assign an id and register the object if not already registeredintPsiXmlObjectCache. extractIdForParticipant(Entity o)This method will extract the id for this object if it is already registered, assign an id and register the object if not already registeredModelledEntityInMemoryPsiXmlCache. registerModelledParticipantLoadedFrom(Entity f)registerModelledParticipantLoadedFrom.ModelledEntityPsiXmlFileIndexCache. registerModelledParticipantLoadedFrom(Entity f)registerModelledParticipantLoadedFrom.ModelledEntityPsiXmlIdCache. registerModelledParticipantLoadedFrom(Entity f)registerModelledParticipantLoadedFrom.voidInMemoryPsiXmlCache. registerParticipant(int id, Entity object)Register a participant with an idvoidPsiXmlFileIndexCache. registerParticipant(int id, Entity object)Register a participant with an idvoidPsiXmlIdCache. registerParticipant(int id, Entity object)Register a participant with an id -
Uses of Entity in psidev.psi.mi.jami.xml.io.writer.compact
Methods in psidev.psi.mi.jami.xml.io.writer.compact with parameters of type Entity Modifier and Type Method Description protected voidAbstractCompactXmlWriter. registerParticipantInteractor(Entity participant)registerParticipantInteractor. -
Uses of Entity in psidev.psi.mi.jami.xml.model.extension
Classes in psidev.psi.mi.jami.xml.model.extension with type parameters of type Entity Modifier and Type Interface Description interfaceExtendedPsiXmlFeature<P extends Entity,F extends Feature>Interface for psi25 xml featuresSubinterfaces of Entity in psidev.psi.mi.jami.xml.model.extension Modifier and Type Interface Description interfaceExtendedPsiXmlEntity<F extends Feature>Extended participant for PSI-XML 2,5 standardsinterfaceExtendedPsiXmlParticipant<I extends Interaction,F extends Feature>Extended participant for PSI-XML 2,5 standardsinterfaceExtendedPsiXmlParticipantEvidenceExtended participant evidence for PSI-XML 2,5 standardsMethods in psidev.psi.mi.jami.xml.model.extension that return Entity Modifier and Type Method Description EntityAbstractInferredInteractionParticipant. getParticipant()Getter for the fieldparticipant.Methods in psidev.psi.mi.jami.xml.model.extension with parameters of type Entity Modifier and Type Method Description voidAbstractInferredInteractionParticipant. setJAXBParticipantRef(Entity participant)Sets the value of the participantRef property.voidAbstractInferredInteractionParticipant. setParticipant(Entity participant)Setter for the fieldparticipant. -
Uses of Entity in psidev.psi.mi.jami.xml.model.extension.xml253
Classes in psidev.psi.mi.jami.xml.model.extension.xml253 with type parameters of type Entity Modifier and Type Class Description classAbstractXmlFeature<P extends Entity,F extends Feature>Abstract class for Xml featuresClasses in psidev.psi.mi.jami.xml.model.extension.xml253 that implement Entity Modifier and Type Class Description classAbstractXmlEntity<F extends Feature>Abstract class for XmlEntityclassAbstractXmlParticipant<I extends Interaction,F extends Feature>Abstract class for XmlParticipantclassAbstractXmlParticipantPool<I extends Interaction,F extends Feature,P extends ParticipantCandidate>Abstract class for XML Participant poolclassXmlExperimentalParticipantCandidateXml implementation of ParticipantEvidenceclassXmlExperimentalParticipantCandidateWrapperWrapper 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.classXmlExperimentalParticipantPoolXml implementation of participant poolclassXmlExperimentalParticipantPoolWrapperWrapper 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 poolclassXmlParticipantXml implementation of a simple participantclassXmlParticipantCandidateWrapperWrapper for XmlParticipantCandidate so it implements ModelledParticipantCanidateclassXmlParticipantEvidenceXml implementation of ParticipantEvidenceclassXmlParticipantEvidenceWrapperWrapper 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 Entity Modifier and Type Method Description EntityXmlRange. getParticipant()Getter for the fieldparticipant.Methods in psidev.psi.mi.jami.xml.model.extension.xml253 with parameters of type Entity Modifier and Type Method Description voidAbstractXmlParticipantPool. onInteractorUpdate(Entity entity, Interactor oldInteractor)onInteractorUpdatevoidXmlRange. setParticipant(Entity participant)Sets the participating molecule that the range refers to -
Uses of Entity in psidev.psi.mi.jami.xml.model.extension.xml254
Classes in psidev.psi.mi.jami.xml.model.extension.xml254 with type parameters of type Entity Modifier and Type Class Description classAbstractXmlFeature<P extends Entity,F extends Feature>Abstract class for Xml featuresClasses in psidev.psi.mi.jami.xml.model.extension.xml254 that implement Entity Modifier and Type Class Description classAbstractXmlEntity<F extends Feature>Abstract class for XmlEntityclassAbstractXmlParticipant<I extends Interaction,F extends Feature>Abstract class for XmlParticipantclassAbstractXmlParticipantPool<I extends Interaction,F extends Feature,P extends ParticipantCandidate>Abstract class for XML Participant poolclassXmlExperimentalParticipantCandidateXml implementation of ParticipantEvidenceclassXmlExperimentalParticipantCandidateWrapperWrapper 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.classXmlExperimentalParticipantPoolXml implementation of participant poolclassXmlExperimentalParticipantPoolWrapperWrapper 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 poolclassXmlParticipantXml implementation of a simple participantclassXmlParticipantCandidateWrapperWrapper for XmlParticipantCandidate so it implements ModelledParticipantCanidateclassXmlParticipantEvidenceXml implementation of ParticipantEvidenceclassXmlParticipantEvidenceWrapperWrapper 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 Entity Modifier and Type Method Description EntityXmlRange. getParticipant()Getter for the fieldparticipant.Methods in psidev.psi.mi.jami.xml.model.extension.xml254 with parameters of type Entity Modifier and Type Method Description voidAbstractXmlParticipantPool. onInteractorUpdate(Entity entity, Interactor oldInteractor)onInteractorUpdatevoidXmlRange. setParticipant(Entity participant)Sets the participating molecule that the range refers to -
Uses of Entity in psidev.psi.mi.jami.xml.model.extension.xml300
Classes in psidev.psi.mi.jami.xml.model.extension.xml300 with type parameters of type Entity Modifier and Type Class Description classAbstractXmlFeature<P extends Entity,F extends Feature>Abstract class for Xml featuresClasses in psidev.psi.mi.jami.xml.model.extension.xml300 that implement Entity Modifier and Type Class Description classAbstractXmlEntity<F extends Feature>Abstract class for XmlEntityclassAbstractXmlParticipant<I extends Interaction,F extends Feature>Abstract class for XmlParticipantclassAbstractXmlParticipantPool<I extends Interaction,F extends Feature,P extends ParticipantCandidate>Abstract class for XML Participant poolclassXmlExperimentalParticipantCandidateXml implementation of ParticipantEvidenceclassXmlExperimentalParticipantCandidateWrapperWrapper 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.classXmlExperimentalParticipantPoolXml implementation of participant poolclassXmlExperimentalParticipantPoolWrapperWrapper 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 poolclassXmlParticipantXml implementation of a simple participantclassXmlParticipantCandidateWrapperWrapper for XmlParticipantCandidate so it implements ModelledParticipantCanidateclassXmlParticipantEvidenceXml implementation of ParticipantEvidenceclassXmlParticipantEvidenceWrapperWrapper 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 Entity Modifier and Type Method Description EntityXmlRange. getParticipant()Getter for the fieldparticipant.EntityExtendedPsiXmlCausalRelationship. getSource()getSource.EntityXmlCausalRelationship. getSource()getSource.EntityXmlCausalRelationship. getTarget()Getter for the fieldtarget.Methods in psidev.psi.mi.jami.xml.model.extension.xml300 with parameters of type Entity Modifier and Type Method Description voidAbstractXmlParticipantPool. onInteractorUpdate(Entity entity, Interactor oldInteractor)onInteractorUpdatevoidXmlRange. setParticipant(Entity participant)Sets the participating molecule that the range refers to -
Uses of Entity in psidev.psi.mi.jami.xml.model.reference
Classes in psidev.psi.mi.jami.xml.model.reference with type parameters of type Entity Modifier and Type Class Description classAbstractFeatureRef<E extends Entity,F extends Feature>Abstract feature reference -
Uses of Entity in psidev.psi.mi.jami.xml.model.reference.xml253
Classes in psidev.psi.mi.jami.xml.model.reference.xml253 that implement Entity Modifier and Type Class Description classAbstractEntityRef<T extends Feature>Abstract entity referenceclassAbstractParticipantRef<I extends Interaction,T extends Feature>Abstract participant reference -
Uses of Entity in psidev.psi.mi.jami.xml.model.reference.xml254
Classes in psidev.psi.mi.jami.xml.model.reference.xml254 that implement Entity Modifier and Type Class Description classAbstractEntityRef<T extends Feature>Abstract entity referenceclassAbstractParticipantRef<I extends Interaction,T extends Feature>Abstract participant reference -
Uses of Entity in psidev.psi.mi.jami.xml.model.reference.xml300
Classes in psidev.psi.mi.jami.xml.model.reference.xml300 that implement Entity Modifier and Type Class Description classAbstractEntityRef<T extends Feature>Abstract entity referenceclassAbstractParticipantRef<I extends Interaction,T extends Feature>Abstract participant reference
-