Manifest
flatgraph.storage.Manifest
object Manifest
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass 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 Objecttrait Matchableclass Any
object EdgeItem
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 Objecttrait Matchableclass Any
object GraphItem
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object NodeItem
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object OutlineStorage
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
OutlineStorage.type
class PropertyItem(val nodeLabel: String, val propertyLabel: String, var qty: OutlineStorage, var property: OutlineStorage)
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object PropertyItem
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PropertyItem.type
In this article