renesca

graph

package graph

Visibility
  1. Public
  2. All

Type Members

  1. case class AddItem(item: Item) extends GraphStructureChange with GraphItemChange with Product with Serializable

  2. case class AddPath(path: Path) extends GraphStructureChange with GraphPathChange with Product with Serializable

  3. class Create extends LocalOrigin

  4. case class DeleteItem(item: Item) extends GraphItemChange with Product with Serializable

  5. class Graph extends AnyRef

  6. sealed trait GraphChange extends AnyRef

  7. sealed trait GraphContentChange extends GraphItemChange

  8. sealed trait GraphItemChange extends GraphChange

  9. sealed trait GraphPathChange extends GraphChange

  10. sealed trait GraphStructureChange extends GraphChange

  11. case class Id(id: Long) extends Origin with Product with Serializable

  12. trait Item extends SubGraph

  13. case class Label(name: String) extends NonBacktickName with Product with Serializable

  14. sealed trait LocalOrigin extends Origin

  15. class Match extends LocalOrigin

  16. class Merge extends LocalOrigin

  17. class Node extends Item

  18. class NodeLabels extends Set[Label] with SetLike[Label, NodeLabels]

  19. class Nodes extends AbstractDistinctBufferWithFixedType[Node, Nodes]

  20. sealed trait Origin extends AnyRef

  21. class Path extends SubGraph

  22. class Properties extends MutablePropertyMap with MapLike[PropertyKey, PropertyValue, Properties]

  23. class Relation extends Item

  24. case class RelationType(name: String) extends NonBacktickName with Product with Serializable

  25. class Relations extends AbstractDistinctBufferWithFixedType[Relation, Relations]

  26. case class RemoveLabel(item: Node, label: Label) extends GraphContentChange with Product with Serializable

  27. case class RemoveProperty(item: Item, key: PropertyKey) extends GraphContentChange with Product with Serializable

  28. case class SetLabel(item: Node, label: Label) extends GraphContentChange with Product with Serializable

  29. case class SetProperty(item: Item, key: PropertyKey, value: PropertyValue) extends GraphContentChange with Product with Serializable

  30. trait SubGraph extends AnyRef

Value Members

  1. object Create

  2. object Graph

  3. object Id extends Serializable

  4. object Label extends Serializable

  5. object Match

  6. object Merge

  7. object Node

  8. object Nodes extends AbstractDistinctBufferWithFixedTypeFactory[Node, Nodes]

  9. object OriginKind extends Enumeration

  10. object Path

  11. object Relation

  12. object RelationType extends Serializable

  13. object Relations extends AbstractDistinctBufferWithFixedTypeFactory[Relation, Relations]

Ungrouped