Interface Transformer<R>

    • Method Summary

      Modifier and Type Method Description
      R transform​(AcceptanceCondition acc)
      Transforms the given acceptance condition into another structure.
    • Method Detail

      • transform

        R transform​(AcceptanceCondition acc)
        Transforms the given acceptance condition into another structure.
        Parameters:
        acc - the acceptance condition
        Returns:
        the transformed result