Interface EntityChangeListener<F extends Entity>

    • Method Detail

      • onStoichiometryUpdate

        void onStoichiometryUpdate​(F participant,
                                   Stoichiometry oldStoichiometry)

        onStoichiometryUpdate

        Parameters:
        participant - : the updated participant
        oldStoichiometry - : old stoichiometry
      • onAddedCausalRelationship

        void onAddedCausalRelationship​(F participant,
                                       CausalRelationship added)

        onAddedCausalRelationship

        Parameters:
        participant - : the updated participant
        added - : old causal relationship
      • onRemovedCausalRelationship

        void onRemovedCausalRelationship​(F participant,
                                         CausalRelationship removed)

        onRemovedCausalRelationship

        Parameters:
        participant - : the updated participant
        removed - : removed causal relationship
      • onAddedFeature

        void onAddedFeature​(F participant,
                            Feature added)

        onAddedFeature

        Parameters:
        participant - : the updated participant
        added - : added feature
      • onRemovedFeature

        void onRemovedFeature​(F participant,
                              Feature removed)

        onRemovedFeature

        Parameters:
        participant - : the updated participant
        removed - : removed feature