Class/Object

com.tinkerpop.gremlin.scala

ScalaEdge

Related Docs: object ScalaEdge | package scala

Permalink

class ScalaEdge extends Edge with ScalaElement

Adds convenience methods to com.tinkerpop.blueprints.Edge.

Linear Supertypes
ScalaElement, Dynamic, Edge, Element, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScalaEdge
  2. ScalaElement
  3. Dynamic
  4. Edge
  5. Element
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaEdge(edge: Edge)

    Permalink

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 ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(key: String): Any

    Permalink
    Definition Classes
    ScalaElement
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def bothV: GremlinScalaPipeline[Edge, Vertex]

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val edge: Edge

    Permalink
  9. val element: Edge

    Permalink
    Definition Classes
    ScalaEdgeScalaElement
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(other: Any): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getId(): AnyRef

    Permalink

    need to extend Element so that we can use existing Gremlin Pipes...

    need to extend Element so that we can use existing Gremlin Pipes...

    Definition Classes
    ScalaElement → Element
  15. def getLabel(): String

    Permalink
    Definition Classes
    ScalaEdge → Edge
  16. def getProperty[T](key: String): T

    Permalink
    Definition Classes
    ScalaElement → Element
  17. def getPropertyKeys(): Set[String]

    Permalink
    Definition Classes
    ScalaElement → Element
  18. def getVertex(direction: Direction): Vertex

    Permalink
    Definition Classes
    ScalaEdge → Edge
  19. def hashCode(): Int

    Permalink
    Definition Classes
    ScalaElement → AnyRef → Any
  20. def id: Any

    Permalink
    Definition Classes
    ScalaElement
  21. def inV: GremlinScalaPipeline[Edge, Vertex]

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def label: String

    Permalink

    need to extend Edge so that we can use existing Gremlin Pipes...

  24. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  27. def outV: GremlinScalaPipeline[Edge, Vertex]

    Permalink
  28. def property[A](name: String)(implicit arg0: ClassTag[A]): Option[A]

    Permalink

    returns Some[A] if element present and of type A, otherwise None

    returns Some[A] if element present and of type A, otherwise None

    Definition Classes
    ScalaElement
    Annotations
    @implicitNotFound( "No ClassTag available for ${A}" )
  29. def remove(): Unit

    Permalink
    Definition Classes
    ScalaElement → Element
  30. def removeProperty[T](key: String): T

    Permalink
    Definition Classes
    ScalaElement → Element
  31. def selectDynamic(key: String): Any

    Permalink
    Definition Classes
    ScalaElement
  32. def setProperty(key: String, value: Any): Unit

    Permalink
    Definition Classes
    ScalaElement → Element
  33. def startPipe: GremlinScalaPipeline[Edge, Edge]

    Permalink

    start a pipeline from this edge

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

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

    Permalink
    Definition Classes
    ScalaElement → AnyRef → Any
  36. final def wait(): Unit

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

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

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

Inherited from ScalaElement

Inherited from Dynamic

Inherited from Edge

Inherited from Element

Inherited from AnyRef

Inherited from Any

Ungrouped