Cluster

scalation.modeling.clustering.Cluster
See theCluster companion class
object Cluster

The Cluster object is used for creating auto-increment identifiers for cluster ids.

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Cluster.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def next(): Int

Return the next cluster id.

Return the next cluster id.

Attributes

def reset(): Unit

Reset the cluster id counter.

Reset the cluster id counter.

Attributes