Interface ConflictSet

    • Method Detail

      • getNextActivation

        Activation<?> getNextActivation()
        Returns:
        the next activation chosen by the resolver
      • getNextActivations

        java.util.Set<Activation<?>> getNextActivations()
        Returns a snapshot of activations that are considered as equal by the resolver. Each time the method is called, a new copy of the activation set is returned.
      • getConflictingActivations

        java.util.Set<Activation<?>> getConflictingActivations()
        Returns a snapshot of all activations that are in conflict (all enabled activations). Each time the method is called, a new copy of the conflicting actions are returned.