Uses of Class
psidev.psi.mi.jami.utils.comparator.participant.ModelledParticipantComparator
-
Packages that use ModelledParticipantComparator Package Description psidev.psi.mi.jami.utils.comparator.participant -
-
Uses of ModelledParticipantComparator in psidev.psi.mi.jami.utils.comparator.participant
Subclasses of ModelledParticipantComparator in psidev.psi.mi.jami.utils.comparator.participant Modifier and Type Class Description class
UnambiguousExactModelledParticipantComparator
unambiguous exact biological participant comparator.class
UnambiguousModelledParticipantComparator
Unambiguous biological participant comparator.Methods in psidev.psi.mi.jami.utils.comparator.participant that return ModelledParticipantComparator Modifier and Type Method Description ModelledParticipantComparator
ParticipantComparator. getBiologicalParticipantComparator()
Getter for the fieldbiologicalParticipantComparator
.Constructors in psidev.psi.mi.jami.utils.comparator.participant with parameters of type ModelledParticipantComparator Constructor Description ParticipantComparator(ParticipantBaseComparator participantBaseComparator, ParticipantEvidenceComparator experimentalParticipantComparator, ModelledParticipantComparator modelledParticipantComparator, ParticipantPoolComparator poolComparator)
Constructor for ParticipantComparator.
-