Interface SymbolicSetType

All Superinterfaces:
SymbolicObject, SymbolicType

public interface SymbolicSetType extends SymbolicType
The type representing a set. This is a set in the mathematical sense. The set type specified the type of the elements.
  • Method Details

    • elementType

      SymbolicType elementType()
      The type of the elements of the set.
      Returns:
      the element type