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 NonLocalOrigin 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 Set[Node] with SetLike[Node, Nodes]

  20. sealed trait NonLocalOrigin extends Origin

  21. sealed trait Origin extends AnyRef

  22. class Path extends SubGraph

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

  24. class Relation extends Item

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

  26. class Relations extends Set[Relation] with SetLike[Relation, Relations]

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

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

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

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

  31. 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 OriginKind extends Enumeration

  9. object Path

  10. object Relation

  11. object RelationType extends Serializable

Ungrouped