Class/Object

de.uni_luebeck.isp.rltlconv.automata

NbaSpecular

Related Docs: object NbaSpecular | package automata

Permalink

case class NbaSpecular(positive: Nba, negative: Nba) extends AutomatonSpecular with Product with Serializable

Represents a pair of NBAs

positive

the first NBA.

negative

the second NBA.

Linear Supertypes
Serializable, Serializable, Product, Equals, AutomatonSpecular, Automata, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NbaSpecular
  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 NbaSpecular(positive: Nba, negative: Nba)

    Permalink

    creates a new pair of NBAs from two NBAs.

    creates a new pair of NBAs from two NBAs.

    positive

    the first NBA.

    negative

    the second NBA.

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. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  11. def map(f: (Nba) ⇒ Nba): NbaSpecular

    Permalink

    Applies a function to both NBAs.

    Applies a function to both NBAs.

    f

    the function to apply on both NBAs.

    returns

    a new NBA specular containing the two transformed NBAs.

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

    Permalink
    Definition Classes
    AnyRef
  13. val negative: Nba

    Permalink

    the second NBA.

  14. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  16. val positive: Nba

    Permalink

    the first NBA.

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

    Permalink
    Definition Classes
    AnyRef
  18. def toDeterministicNfas: NfaSpecular

    Permalink

    Converts the NBA specular into a DFA specular by transforming both NBAs.

    Converts the NBA specular into a DFA specular by transforming both NBAs.

    returns

    the DFA specular.

  19. def toDot(aDot: ADotOption = SingleBool): String

    Permalink

    Converts the two NBAs into dot format.

    Converts the two NBAs into dot format.

    returns

    a string containing the two NBAs in dot format.

    Definition Classes
    NbaSpecularAutomata
  20. def toMinimizedNbas: NbaSpecular

    Permalink

    Minimizes the two NBAs of the specular.

    Minimizes the two NBAs of the specular.

    returns

    a specular containing the minimized NBAs

  21. def toMoore: Moore

    Permalink

    Converts the two NBA of the specular to a single FSM by transforming them into NFAs and merging these two NFAs.

    Converts the two NBA of the specular to a single FSM by transforming them into NFAs and merging these two NFAs.

    returns

    the FSM.

  22. def toNfas: NfaSpecular

    Permalink

    Converts the NBA specular into an NFA specular by transforming both NBAs.

    Converts the NBA specular into an NFA specular by transforming both NBAs.

    returns

    the NFA specular.

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

    Permalink
    Definition Classes
    Automata
  24. def toString(): String

    Permalink

    Converts the two NBAs into AFF format.

    Converts the two NBAs into AFF format.

    returns

    a string containing the two NBAs in AFF format.

    Definition Classes
    NbaSpecular → AnyRef → Any
  25. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. 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