object IntervalLattice extends LatticeWithOps
The interval lattice.
- Alphabetic
- By Inheritance
- IntervalLattice
- LatticeWithOps
- Lattice
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
type
Element = (Num, Num)
The element of the IntervalLattice.
The element of the IntervalLattice. An interval of the form (x, y) ranges from x to y (x < y), x and y included. The interval (PInf, MInf) is the canonical empty interval, i.e. the bottom element. The interval (MInf, PInf) is the top element.
- Definition Classes
- IntervalLattice → Lattice
- case class IntNum(i: Int) extends Num with Product with Serializable
-
sealed
trait
Num extends Ordered[Num]
A Num is an int, +infinity, or -infinity.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val EmptyInterval: Element
- val FullInterval: Element
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
bottom: Element
The bottom element of this lattice.
The bottom element of this lattice.
- Definition Classes
- IntervalLattice → Lattice
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
def
div(a: Element, b: Element): Element
Abstract
/
on intervals.Abstract
/
on intervals.- Definition Classes
- IntervalLattice → LatticeWithOps
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
eqq(a: Element, b: Element): Element
Abstract
==
on intervals;Abstract
==
on intervals;- Definition Classes
- IntervalLattice → LatticeWithOps
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
gt(a: Element, b: Element): Element
Abstract
>
on intervals;Abstract
>
on intervals;- Definition Classes
- IntervalLattice → LatticeWithOps
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- implicit def int2num(i: Int): IntNum
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
leq(x: Element, y: Element): Boolean
Returns true whenever
x
<=y
.Returns true whenever
x
<=y
.- Definition Classes
- Lattice
-
def
lub(x: Element, y: Element): Element
The least upper bound of
x
andy
.The least upper bound of
x
andy
.- Definition Classes
- IntervalLattice → Lattice
-
def
max(s: Set[Num]): Num
Finds the maximum of the given set of Num values.
-
def
min(s: Set[Num]): Num
Finds the minimum of the given set of Num values.
-
def
minus(a: Element, b: Element): Element
Abstract binary
-
on intervals.Abstract binary
-
on intervals.- Definition Classes
- IntervalLattice → LatticeWithOps
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
def
num(i: Int): Element
Number as interval.
Number as interval.
- Definition Classes
- IntervalLattice → LatticeWithOps
-
def
plus(a: Element, b: Element): Element
Abstract binary
+
on intervals.Abstract binary
+
on intervals.- Definition Classes
- IntervalLattice → LatticeWithOps
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
times(a: Element, b: Element): Element
Abstract
*
on intervals;Abstract
*
on intervals;- Definition Classes
- IntervalLattice → LatticeWithOps
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
top: Element
The top element of this lattice.
The top element of this lattice. Default: not implemented.
- Definition Classes
- IntervalLattice → Lattice
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object MInf extends Num with Product with Serializable
- object PInf extends Num with Product with Serializable
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated