Uses of Interface
types.boxes.Box

Packages that use Box
Package
Description
 
  • Uses of Box in types.boxes

    Classes in types.boxes that implement Box
    Modifier and Type
    Class
    Description
    class 
    Class for representing a spatio-temporal box.
    class 
    Class for representing numeric temporal boxes.
    Methods in types.boxes with parameters of type Box
    Modifier and Type
    Method
    Description
    boolean
    STBox.eq(Box other)
    Returns whether "this" is equal to "other".
    boolean
    TBox.eq(Box other)
    Returns whether "this" is equal to "other".
    boolean
    STBox.greaterThan(Box other)
    Returns whether "this" is greater than "other".
    boolean
    TBox.greaterThan(Box other)
    Returns whether "this" is greater than "other".
    boolean
    STBox.greaterThanOrEqual(Box other)
    Returns whether "this" is greater than or equal to "other".
    boolean
    TBox.greaterThanOrEqual(Box other)
    Returns whether "this" is greater than or equal to "other".
    boolean
    STBox.lessThan(Box other)
    Returns whether "this" is less than "other".
    boolean
    TBox.lessThan(Box other)
    Returns whether "this" is less than "other".
    boolean
    STBox.lessThanOrEqual(Box other)
    Returns whether "this" is less than or equal to "other".
    boolean
    TBox.lessThanOrEqual(Box other)
    Returns whether "this" is less than or equal to "other".
    boolean
    STBox.notEquals(Box other)
    Returns whether "this" is not equal to "other".
    boolean
    TBox.notEquals(Box other)
    Returns whether "this" is not equal to "other".