Packages

object SetLattice

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SetLattice
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val allVars: SetLattice[Variable]

    The set of all variables including differential symbols.

  5. def apply[A](s: Seq[A]): SetLattice[A]

    The finite SetLattice containing only the given finite sequence of concrete elements.

  6. def apply[A](s: Set[A]): SetLattice[A]

    The finite SetLattice containing only the given finite set of concrete elements.

  7. def apply[A](e: A): SetLattice[A]

    The finite SetLattice containing only a single element: e.

  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def bottom[A]: SetLattice[A]

    The empty lattice containing nothing

  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def extendToDifferentialSymbols(set: Set[Variable]): Set[Variable]

    Symbols and differential symbols of set.

    Symbols and differential symbols of set.

    set

    A Set of NamedSymbols.

    returns

    set ++ set' where set' is the set containing the primes of the variables in set.

  14. def extendToDifferentialSymbols(sl: SetLattice[Variable]): SetLattice[Variable]

    Symbols and differential symbols of set lattice sl.

    Symbols and differential symbols of set lattice sl. Will leave all Function and ProgramConst and DifferentialProgramConst in sl untouched but add DifferentialSymbol for all Variables in sl.

    sl

    A SetLattice of NamedSymbols.

    returns

    sl ++ sl' where sl' is the lattice containing the primes of the variables in sl.

  15. def finalize(): scala.Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped