Package

renesca

graph

Permalink

package graph

Visibility
  1. Public
  2. All

Type Members

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

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

    Permalink
  3. class Create extends LocalOrigin

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

    Permalink
  5. class Graph extends AnyRef

    Permalink
  6. sealed trait GraphChange extends AnyRef

    Permalink
  7. sealed trait GraphContentChange extends GraphItemChange

    Permalink
  8. sealed trait GraphItemChange extends GraphChange

    Permalink
  9. sealed trait GraphPathChange extends GraphChange

    Permalink
  10. sealed trait GraphStructureChange extends GraphChange

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

    Permalink
  12. trait Item extends SubGraph

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

    Permalink
  14. sealed trait LocalOrigin extends Origin

    Permalink
  15. class Match extends LocalOrigin

    Permalink
  16. class Merge extends LocalOrigin

    Permalink
  17. class Node extends Item

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

    Permalink
  19. class Nodes extends AbstractDistinctBufferWithFixedType[Node, Nodes]

    Permalink
  20. sealed trait Origin extends AnyRef

    Permalink
  21. class Path extends SubGraph

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

    Permalink
  23. class Relation extends Item

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

    Permalink
  25. class Relations extends AbstractDistinctBufferWithFixedType[Relation, Relations]

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

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

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

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

    Permalink
  30. trait SubGraph extends AnyRef

    Permalink

Value Members

  1. object Create

    Permalink
  2. object Graph

    Permalink
  3. object Id extends Serializable

    Permalink
  4. object Label extends Serializable

    Permalink
  5. object Match

    Permalink
  6. object Merge

    Permalink
  7. object Node

    Permalink
  8. object Nodes extends AbstractDistinctBufferWithFixedTypeFactory[Node, Nodes]

    Permalink
  9. object OriginKind extends Enumeration

    Permalink
  10. object Path

    Permalink
  11. object Relation

    Permalink
  12. object RelationType extends Serializable

    Permalink
  13. object Relations extends AbstractDistinctBufferWithFixedTypeFactory[Relation, Relations]

    Permalink

Ungrouped