Dot

kofre.time.Dot
See theDot companion object
case class Dot(place: Uid, time: Time)

A Dot is a globally unique point in time. Dots are partially ordered by their time per replicaId.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def advance: Dot

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product