Package

ap.theories

strings

Permalink

package strings

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractStringTheory extends StringTheory

    Permalink

    Abstract class defining relevant string operations as sorted functions/predicates

  2. abstract class AbstractStringTheoryWithSort extends AbstractStringTheory

    Permalink

    Abstract class defining relevant string operations as sorted functions/predicates, as well as an infinite string sort together with constructor and selector operations.

  3. class SeqStringTheory extends AbstractStringTheory

    Permalink

    String theory implemented using a list ADT.

  4. class SeqStringTheoryBuilder extends StringTheoryBuilder

    Permalink

    Interface to construct string theory objects with complex parameters.

  5. case class StringMonoid(stringTheory: StringTheory) extends Monoid with Product with Serializable

    Permalink

    Every string theory gives rise to a monoid.

  6. trait StringTheory extends Theory

    Permalink

    Generic class describing string theories.

  7. abstract class StringTheoryBuilder extends TheoryBuilder

    Permalink

    Interface to construct string theory objects with complex parameters.

Ungrouped