Interface FiniteStructure<T>

  • Type Parameters:
    T - the type of the elements
    All Superinterfaces:
    Structure<T>

    public interface FiniteStructure<T>
    extends Structure<T>
    An algebraic structure, which has a finite number of elements.
    • Method Detail

      • elements

        java.util.Set<T> elements()
        Retrieves all the elements of the structure.
        Returns:
        all the elements of the algebraic structure.