Trait

lspace.librarian.structure.Graph

Edges

Related Doc: package Graph

Permalink

trait Edges extends RApi[Edge[_, _]]

Linear Supertypes
RApi[Edge[_, _]], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Edges
  2. RApi
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def +[S, E](edge: Edge[S, E]): Edge[S, E]

    Permalink

    adds an edge by reference (from --- key --> to)

  4. final def ++[S, E](edge: Edge[S, E]): Edge[S, E]

    Permalink

    adds an edge by reference (from --- key --> to) and meta-properties (edge.outE())

  5. final def -(edge: Edge[_, _]): Unit

    Permalink

    deletes an edge

  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  7. def apply(): Stream[Edge[_, _]]

    Permalink
    Definition Classes
    EdgesRApi
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def count(): Long

    Permalink
  11. final def create[S, E](from: Resource[S], key: Property, to: Resource[E]): Edge[S, E]

    Permalink

    creates and stores an edge

  12. final def delete(edge: Edge[_, _]): Unit

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hasId(id: Long): Option[Edge[_, _]]

    Permalink
    Definition Classes
    EdgesRApi
  18. def hasIri(iris: List[String]): List[Edge[_, _]]

    Permalink

    iris

    a set of uri's to get T for

    Definition Classes
    EdgesRApi
  19. def hasIri(iri: String, iris: String*): List[Edge[_, _]]

    Permalink
    Definition Classes
    RApi
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def post[S, E](edge: Edge[S, E]): Edge[S, E]

    Permalink

    adds an edge and upserts the 'from' and 'to' resource and adds (meta) edges on edges as long as edges have edges

  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. def upsert[S, E](edge: Edge[S, E]): Edge[S, E]

    Permalink
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from RApi[Edge[_, _]]

Inherited from AnyRef

Inherited from Any

Ungrouped