eg_walker_reference.causalGraph
package eg_walker_reference.causalGraph
Members list
Type members
Classlikes
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class CausalGraph(var heads: ArrayBuffer[LV], entries: ArrayBuffer[CGEntry], agentToVersion: HashMap[String, ArrayBuffer[ClientEntry]])
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object CausalGraph
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
CausalGraph.type
enum DiffFlag
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Local version range. Range is [start, end)
Local version range. Range is [start, end)
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object LVRange
case class PartialSerializedCGEntry(agent: String, seq: Number, len: Number, parents: ArrayBuffer[RawVersion])
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object RawVersion
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
RawVersion.type
Types
version is -1 when the seq does not overlap. Each yield is guaranteed to be a version run.
version is -1 when the seq does not overlap. Each yield is guaranteed to be a version run.
Attributes
In this article