Class

de.uni_luebeck.isp.rltlconv.automata

NfaSpecular

Related Doc: package automata

Permalink

case class NfaSpecular(positive: Nfa, negative: Nfa) extends AutomatonSpecular with Product with Serializable

Represents a pair of NFAs

positive

the first NFA.

negative

the second NFA.

Linear Supertypes
Serializable, Serializable, Product, Equals, AutomatonSpecular, Automata, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NfaSpecular
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AutomatonSpecular
  7. Automata
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NfaSpecular(positive: Nfa, negative: Nfa)

    Permalink

    creates a new pair of NFAs from two NFAs.

    creates a new pair of NFAs from two NFAs.

    positive

    the first NFA.

    negative

    the second NFA.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def areDeterministic: Boolean

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def callDot(filetype: String, adot: ADotOption = SingleBool): Array[Byte]

    Permalink
    Attributes
    protected[de.uni_luebeck.isp.rltlconv.automata]
    Definition Classes
    Automata
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. def map(f: (Nfa) ⇒ Nfa): NfaSpecular

    Permalink

    Applies a function to both NFAs.

    Applies a function to both NFAs.

    f

    the function to apply on both NFAs.

    returns

    a new NFA specular containing the two transformed NFAs.

  13. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. val negative: Nfa

    Permalink

    the second NFA.

  15. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. val positive: Nfa

    Permalink

    the first NFA.

  18. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  19. def toDeterministicNfas: NfaSpecular

    Permalink
  20. def toDot(aDot: ADotOption = SingleBool): String

    Permalink

    Converts the two NFAs into dot format.

    Converts the two NFAs into dot format.

    returns

    a string containing the two NFAs in dot format.

    Definition Classes
    NfaSpecularAutomata
  21. def toMinimizedNfas: NfaSpecular

    Permalink

    Minimizes the two NFAs of the specular.

    Minimizes the two NFAs of the specular.

    returns

    a specular containing the minimized NFAs

  22. def toMoore: Moore

    Permalink

    Converts the two NFAs of the specular into a Moore machine.

    Converts the two NFAs of the specular into a Moore machine.

    returns

    the Moore machine created from the two NFAs.

  23. def toPdf(aDot: ADotOption = SingleBool): Array[Byte]

    Permalink
    Definition Classes
    Automata
  24. def toReducedNfaSpecular: NfaSpecular

    Permalink

    Reduces the two NFAs of the specular.

    Reduces the two NFAs of the specular.

    returns

    a specular containing the reduced NFAs

  25. def toString(): String

    Permalink

    Converts the two NFAs into AFF format.

    Converts the two NFAs into AFF format.

    returns

    a string containing the two NFAs in AFF format.

    Definition Classes
    NfaSpecular → AnyRef → Any
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AutomatonSpecular

Inherited from Automata

Inherited from AnyRef

Inherited from Any

Ungrouped