Uses of Interface
psidev.psi.mi.jami.utils.comparator.participant.CustomizableModelledParticipantComparator
-
-
Uses of CustomizableModelledParticipantComparator in psidev.psi.mi.jami.utils.comparator.interaction
Constructors in psidev.psi.mi.jami.utils.comparator.interaction with parameters of type CustomizableModelledParticipantComparator Constructor Description CuratedModelledInteractionComparator(CustomizableModelledParticipantComparator participantComparator, Comparator<Interaction> interactionComparator, Comparator<CvTerm> sourceComparator)
Constructor for CuratedModelledInteractionComparator.ModelledInteractionComparator(CustomizableModelledParticipantComparator participantComparator, Comparator<Interaction> interactionComparator)
Constructor for ModelledInteractionComparator. -
Uses of CustomizableModelledParticipantComparator in psidev.psi.mi.jami.utils.comparator.interactor
Constructors in psidev.psi.mi.jami.utils.comparator.interactor with parameters of type CustomizableModelledParticipantComparator Constructor Description ComplexComparator(Comparator<Interactor> interactorBaseComparator, CustomizableModelledParticipantComparator componentComparator, Comparator<CvTerm> cvTermComparator)
Creates a bew ComplexComparator. -
Uses of CustomizableModelledParticipantComparator in psidev.psi.mi.jami.utils.comparator.participant
Classes in psidev.psi.mi.jami.utils.comparator.participant that implement CustomizableModelledParticipantComparator Modifier and Type Class Description class
ModelledEntityComparator
Basic biological entity comparator.class
ModelledParticipantComparator
Basic biological participant comparator.class
UnambiguousExactModelledEntityComparator
unambiguous exact biological entity comparator.class
UnambiguousExactModelledParticipantComparator
unambiguous exact biological participant comparator.class
UnambiguousExactModelledParticipantInteractorComparator
Unambiguous exact biological participant comparator based on the interactor only.class
UnambiguousModelledEntityComparator
unambiguous biological entity comparator.class
UnambiguousModelledParticipantComparator
Unambiguous biological participant comparator.class
UnambiguousModelledParticipantInteractorComparator
Unambiguous biological participant comparator based on the interactor only.Methods in psidev.psi.mi.jami.utils.comparator.participant that return CustomizableModelledParticipantComparator Modifier and Type Method Description CustomizableModelledParticipantComparator
ModelledParticipantCollectionComparator. getObjectComparator()
Getter for the fieldobjectComparator
.Constructors in psidev.psi.mi.jami.utils.comparator.participant with parameters of type CustomizableModelledParticipantComparator Constructor Description ModelledParticipantCollectionComparator(CustomizableModelledParticipantComparator<ModelledParticipant> biologicalParticipantComparator)
Creates a new component CollectionComparator.
-