Interface ModelledInteractionChangeListener<I extends ModelledInteraction>

    • Method Detail

      • onAddedCooperativeEffect

        void onAddedCooperativeEffect​(I interaction,
                                      CooperativeEffect added)

        onAddedCooperativeEffect

        Parameters:
        interaction - : updated interaction
        added - : added effect
      • onRemovedCooperativeEffect

        void onRemovedCooperativeEffect​(I interaction,
                                        CooperativeEffect removed)

        onRemovedCooperativeEffect

        Parameters:
        interaction - : updated interaction
        removed - : removed effect
      • onAddedInteractionEvidence

        void onAddedInteractionEvidence​(I interaction,
                                        InteractionEvidence added)

        onAddedInteractionEvidence

        Parameters:
        interaction - : updated interaction
        added - : added evidence
      • onRemovedInteractionEvidence

        void onRemovedInteractionEvidence​(I interaction,
                                          InteractionEvidence removed)

        onRemovedInteractionEvidence

        Parameters:
        interaction - : updated interaction
        removed - : removed evidence
      • onSourceUpdate

        void onSourceUpdate​(I interaction,
                            Source oldSource)

        onSourceUpdate

        Parameters:
        interaction - : updated interaction
        oldSource - : old source
      • onEvidenceTypeUpdate

        void onEvidenceTypeUpdate​(I interaction,
                                  CvTerm oldType)

        onEvidenceTypeUpdate

        Parameters:
        interaction - : updated interaction
        oldType - : old evidence type