GraphSugar

overflowdb.GraphSugar
final class GraphSugar(val graph: Graph) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def +(label: String): Node
def +(id: Long, label: String): Node
def +(label: String, properties: Property[_]*): Node
def +(label: String, id: Long, properties: Property[_]*): Node
def nodeOption(id: Long): Option[Node]

Concrete fields

val graph: Graph