PartialSerializedCGEntry
eg_walker_reference.causalGraph.PartialSerializedCGEntry
case class PartialSerializedCGEntry(agent: String, seq: Number, len: Number, parents: ArrayBuffer[RawVersion])
Attributes
- Example
-
{ "agent": "test", "seq": 500, "len": 4, "parents": [ {"agent": "test2", "seq": 499} ] }
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article