Interface Abstraction<AI,​CI>

    • Method Detail

      • getAbstractSymbol

        AI getAbstractSymbol​(CI c)
        Returns the abstract symbol for a given concrete one.
        Parameters:
        c - the concrete symbol
        Returns:
        the abstraction of c
      • getRepresentative

        CI getRepresentative​(AI a)
        Returns the (concrete) representative for a given abstract symbol.
        Parameters:
        a - the abstract symbol
        Returns:
        the concrete representative of a