Manifest

flatgraph.storage.Manifest
object Manifest

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Manifest.type

Members list

Type members

Classlikes

class EdgeItem(val nodeLabel: String, val edgeLabel: String, val inout: Byte, var qty: OutlineStorage, var neighbors: OutlineStorage, var property: OutlineStorage)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object EdgeItem

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
EdgeItem.type
class GraphItem(var nodes: Array[NodeItem], var edges: Array[EdgeItem], var properties: Array[PropertyItem], val stringPoolLength: OutlineStorage, val stringPoolBytes: OutlineStorage)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object GraphItem

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
GraphItem.type
class NodeItem(val nodeLabel: String, val nnodes: Int, var deletions: Array[Int])

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object NodeItem

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
NodeItem.type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class PropertyItem(val nodeLabel: String, val propertyLabel: String, var qty: OutlineStorage, var property: OutlineStorage)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object PropertyItem

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type