Packages

class RegionPartition extends AnyRef

The RegionPartition type.

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

Instance Constructors

  1. new RegionPartition()

Type Members

  1. class Partition extends AnyRef

    A class to represent a partition.

Value Members

  1. def add(x: Int, y: Int): Unit

    Make sure that both 'x' and 'y' are mapped and that they belong to the same partition.

  2. def add(x: Int): Any

    Make sure that 'x' is mapped.

  3. def getClass(x: Int): Int

    Retrieve the partition containing 'x'.

  4. val regionMap: Map[Int, Partition]
  5. object Partition

    The companion object for the Partition type.

    The companion object for the Partition type. Contains constructors.