Uses of Class
psidev.psi.mi.jami.utils.comparator.participant.ParticipantPoolComparator
-
Packages that use ParticipantPoolComparator Package Description psidev.psi.mi.jami.utils.comparator.participant -
-
Uses of ParticipantPoolComparator in psidev.psi.mi.jami.utils.comparator.participant
Subclasses of ParticipantPoolComparator in psidev.psi.mi.jami.utils.comparator.participant Modifier and Type Class Description class
UnambiguousExactParticipantPoolComparator
Unambiguous exact participant pool comparator It will first compares basic participant properties using UnambiguousExactParticipantBaseComparator, then it will compare participant pool type using cv term comparator and then it will compare each participant candidate using UnambiguousExactEntityBaseComparatorclass
UnambiguousParticipantPoolComparator
Unambiguous participant pool comparator It will first compares basic participant properties using UnambiguousParticipantBaseComparator, then it will compare participant pool type using cv term comparator and then it will compare each participant candidate using UnambiguousEntityBaseComparatorMethods in psidev.psi.mi.jami.utils.comparator.participant that return ParticipantPoolComparator Modifier and Type Method Description ParticipantPoolComparator
ParticipantComparator. getPoolComparator()
Getter for the fieldpoolComparator
.Constructors in psidev.psi.mi.jami.utils.comparator.participant with parameters of type ParticipantPoolComparator Constructor Description ParticipantComparator(ParticipantBaseComparator participantBaseComparator, ParticipantEvidenceComparator experimentalParticipantComparator, ModelledParticipantComparator modelledParticipantComparator, ParticipantPoolComparator poolComparator)
Constructor for ParticipantComparator.
-