Uses of Class
psidev.psi.mi.jami.utils.comparator.participant.EntityBaseComparator
-
Packages that use EntityBaseComparator Package Description psidev.psi.mi.jami.utils.comparator.participant -
-
Uses of EntityBaseComparator in psidev.psi.mi.jami.utils.comparator.participant
Subclasses of EntityBaseComparator in psidev.psi.mi.jami.utils.comparator.participant Modifier and Type Class Description class
UnambiguousEntityBaseComparator
Unambiguous entity comparator It will first compare the interactors using UnambiguousInteractorComparator.class
UnambiguousExactEntityBaseComparator
Unambiguous exact entity comparator It will first compare the interactors using UnambiguousExactInteractorComparator.Methods in psidev.psi.mi.jami.utils.comparator.participant that return EntityBaseComparator Modifier and Type Method Description EntityBaseComparator
EntityComparator. getEntityBaseComparator()
Getter for the fieldentityBaseComparator
.EntityBaseComparator
ModelledEntityComparator. getEntityBaseComparator()
getEntityBaseComparatorEntityBaseComparator
ParticipantBaseComparator. getEntityBaseComparator()
getEntityBaseComparatorEntityBaseComparator
ExperimentalEntityComparator. getParticipantBaseComparator()
Getter for the fieldparticipantBaseComparator
.Constructors in psidev.psi.mi.jami.utils.comparator.participant with parameters of type EntityBaseComparator Constructor Description EntityComparator(EntityBaseComparator participantBaseComparator, ExperimentalEntityComparator experimentalParticipantComparator, ModelledEntityComparator modelledParticipantComparator, ParticipantComparator poolComparator)
Constructor for EntityComparator.ExperimentalEntityComparator(EntityBaseComparator participantBaseComparator, CollectionComparator<FeatureEvidence> featuresComparator)
Creates a new ParticipantEvidenceComparatorExperimentalEntityComparator(EntityBaseComparator participantBaseComparator, FeatureEvidenceComparator featureComparator)
Creates a new ParticipantEvidenceComparatorModelledEntityComparator(EntityBaseComparator participantBaseComparator, CollectionComparator<ModelledFeature> featureComparator)
Creates a new ComponentComparatorModelledEntityComparator(EntityBaseComparator participantBaseComparator, ModelledFeatureComparator featureComparator)
Creates a new ComponentComparatorParticipantBaseComparator(EntityBaseComparator interactorComparator, Comparator<CvTerm> cvTermComparator)
Creates a new ParticipantBaseComparator
-