flatgraph
package flatgraph
Members list
Packages
package flatgraph.algorithm
package flatgraph.help
package flatgraph.misc
package flatgraph.storage
package flatgraph.traversal
Type members
Classlikes
object Accessors
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Accessors.type
trait BatchedUpdateInterface
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
trait DNode extends DNodeOrNode
A DNode represents a detached node. It corresponds to the NewNode classes. This is how one adds nodes to a graph.
A DNode represents a detached node. It corresponds to the NewNode classes. This is how one adds nodes to a graph.
Attributes
- Supertypes
- Known subtypes
-
class GenericDNode
trait DNodeOrNode
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait DNodeclass GenericDNode
object DefaultValue
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DefaultValue.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object DiffGraphApplier
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DiffGraphApplier.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object DiffGraphBuilder
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DiffGraphBuilder.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object Edge
object FormalQtyType
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
FormalQtyType.type
class FreeSchema(nodeLabels: Array[String], propertyLabels: Array[String], nodePropertyPrototypes: Array[AnyRef], propertyNamesByNodeLabel: Map[String, Set[String]], edgeLabels: Array[String], edgePropertyPrototypes: Array[AnyRef], formalQuantities: Array[FormalQuantity]) extends Schema
Attributes
- Supertypes
object FreeSchemaInsertionHelper extends NewNodePropertyInsertionHelper
Attributes
- Supertypes
- Self type
final class GenericDNode(val nodeKind: Short, var storedRef: Option[GNode]) extends DNode
Attributes
- Supertypes
object Graph
Attributes
- Companion
- object
- Supertypes
-
trait AutoCloseableclass Objecttrait Matchableclass Any
trait Implicits
case class MultiPropertyKey[ValueType](kind: Int, name: String) extends PropertyKey[ValueType, IndexedSeq[ValueType]]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object FreeSchemaInsertionHelper
object NoProperty
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
NoProperty.type
case class OptionalPropertyKey[ValueType](kind: Int, name: String) extends PropertyKey[ValueType, Option[ValueType]]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class MultiPropertyKey[ValueType]class OptionalPropertyKey[ValueType]class SinglePropertyKey[ValueType]
object Schema
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class FreeSchema
case class SinglePropertyKey[ValueType](kind: Int, name: String, default: ValueType) extends PropertyKey[ValueType, ValueType]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
In this article