Interface InteractionEnricher<I extends Interaction>

    • Method Detail

      • getParticipantEnricher

        ParticipantEnricher getParticipantEnricher()
        The current sub enricher for participants.
        Returns:
        The enricher for participants. Can be null.
      • getCvTermEnricher

        CvTermEnricher<CvTerm> getCvTermEnricher()
        Sets the sub enricher for CvTerms.
        Returns:
        The enricher for CvTerms. Can be null.
      • getInteractionEnricherListener

        InteractionEnricherListener<I> getInteractionEnricherListener()
        The listener for changes made to interactions.
        Returns:
        The listener for interaction changes. Can be null.