Trait

gremlin.scala

ScalaElement

Related Doc: package scala

Permalink

trait ScalaElement[ElementType <: Element] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaElement
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def element: ElementType

    Permalink
  2. abstract def properties[A](keys: String*)(implicit arg0: DefaultsToAny[A]): Stream[Property[A]]

    Permalink
  3. abstract def properties[A](implicit arg0: DefaultsToAny[A]): Stream[Property[A]]

    Permalink
  4. abstract def removeProperties(keys: Key[_]*): ElementType

    Permalink
  5. abstract def removeProperty(key: Key[_]): ElementType

    Permalink
  6. abstract def setProperty[A](key: Key[A], value: A): ElementType

    Permalink
  7. abstract def toCC[CC <: Product](implicit arg0: Marshallable[CC]): CC

    Permalink

Concrete 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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def graph: ScalaGraph

    Permalink
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. def id[A](implicit arg0: DefaultsToAny[A]): A

    Permalink
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def keys: Set[Key[Any]]

    Permalink
  15. def label: String

    Permalink
  16. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  19. def property[A](key: Key[A]): Property[A]

    Permalink
  20. def start(configure: (TraversalSource) ⇒ TraversalSource): Aux[ElementType, HNil]

    Permalink

    start a new traversal from this element and configure it

  21. def start(): Aux[ElementType, HNil]

    Permalink

    start a new traversal from this element

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. def updateAs[CC <: Product](f: (CC) ⇒ CC)(implicit arg0: Marshallable[CC]): ElementType

    Permalink
  25. def updateWith[CC <: Product](update: CC)(implicit arg0: Marshallable[CC]): ElementType

    Permalink
  26. def value[A](key: String)(implicit arg0: DefaultsToAny[A]): A

    Permalink
  27. def value2[A](key: Key[A]): A

    Permalink
  28. def valueMap[A](keys: String*)(implicit arg0: DefaultsToAny[A]): Map[String, A]

    Permalink
  29. def valueMap[A](implicit arg0: DefaultsToAny[A]): Map[String, A]

    Permalink
  30. def valueOption[A](key: Key[A], value: Option[A]): ElementType

    Permalink
  31. def valueOption[A](key: Key[A]): Option[A]

    Permalink
  32. def valueOption[A](key: String)(implicit arg0: DefaultsToAny[A]): Option[A]

    Permalink
  33. def values[A](keys: String*)(implicit arg0: DefaultsToAny[A]): Iterator[A]

    Permalink
  34. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped