Interface EquivalentTheories<T>

Type Parameters:
T - Describes the type of the objects, for which the equivalence is defined
All Known Implementing Classes:
StrongEquivalence

public interface EquivalentTheories<T>
This interface defines methods to generate equivalent theories.
Version:
TweetyProject 1.23
Author:
Julian Sander
  • Method Summary

    Modifier and Type
    Method
    Description
    Computes all equivalent theories for the the specified object
  • Method Details

    • getEquivalentTheories

      Collection<T> getEquivalentTheories(T object)
      Computes all equivalent theories for the the specified object
      Parameters:
      object - An object of the type-parameter
      Returns:
      Collection of equivalent objects of the same type