Interface TerminationFunction


public interface TerminationFunction
Interface for the termination function of SerialisedExtensionReasoner. This function takes an AF and a set E and returns true iff E is an extension of AF.
Author:
Lars Bengel
  • Field Details

  • Method Details

    • execute

      boolean execute(DungTheory theory, Extension<DungTheory> extension)
      Determines whether the current state represents an extension wrt. the semantics or not.
      Parameters:
      theory - The current framework of the transition system
      extension - The extension constructed so far
      Returns:
      true, if the state satisfies the termination condition of the semantics