Packages

trait CallRepr extends StoredNode with CallReprBase

Linear Supertypes
CallReprBase, HasSignature, HasName, HasCode, StoredNode, Node, Product, Equals, Vertex, Host, Element, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CallRepr
  2. CallReprBase
  3. HasSignature
  4. HasName
  5. HasCode
  6. StoredNode
  7. Node
  8. Product
  9. Equals
  10. Vertex
  11. Host
  12. Element
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def addEdge(label: String, inVertex: Vertex, keyValues: <repeated...>[AnyRef]): Edge
    Definition Classes
    Vertex
    Annotations
    @transient()
  2. abstract def canEqual(that: Any): Boolean
    Definition Classes
    Equals
  3. abstract def code: String
    Definition Classes
    HasCode
  4. abstract def edges(direction: Direction, edgeLabels: <repeated...>[String]): Iterator[Edge]
    Definition Classes
    Vertex
    Annotations
    @transient()
  5. abstract def graph(): Graph
    Definition Classes
    Element
  6. abstract def id(): AnyRef
    Definition Classes
    Element
  7. abstract def label(): String
    Definition Classes
    Element
  8. abstract def name: String
    Definition Classes
    HasName
  9. abstract def productArity: Int
    Definition Classes
    Product
  10. abstract def productElement(n: Int): Any
    Definition Classes
    Product
  11. abstract def properties[V <: AnyRef](propertyKeys: <repeated...>[String]): Iterator[VertexProperty[V]]
    Definition Classes
    Vertex → Element
    Annotations
    @transient()
  12. abstract def property[V <: AnyRef](cardinality: Cardinality, key: String, value: V, keyValues: <repeated...>[AnyRef]): VertexProperty[V]
    Definition Classes
    Vertex
    Annotations
    @transient()
  13. abstract def remove(): Unit
    Definition Classes
    Element
  14. abstract def signature: String
    Definition Classes
    HasSignature
  15. abstract def valueMap: Map[String, AnyRef]
    Definition Classes
    StoredNode
  16. abstract def vertices(direction: Direction, edgeLabels: <repeated...>[String]): Iterator[Vertex]
    Definition Classes
    Vertex
    Annotations
    @transient()

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def accept[T](visitor: NodeVisitor[T]): T
    Definition Classes
    Node
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def getId: Long
    Definition Classes
    StoredNode
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def keys(): Set[String]
    Definition Classes
    Element
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. def productElementName(n: Int): String
    Definition Classes
    Product
  19. def productElementNames: Iterator[String]
    Definition Classes
    Product
  20. def productIterator: Iterator[Any]
    Definition Classes
    Product
  21. def productPrefix: String
    Definition Classes
    Product
  22. def property[V <: AnyRef](key: String, value: V, keyValues: <repeated...>[AnyRef]): VertexProperty[V]
    Definition Classes
    Vertex
    Annotations
    @transient()
  23. def property[V <: AnyRef](key: String, value: V): VertexProperty[V]
    Definition Classes
    Vertex → Element
  24. def property[V <: AnyRef](key: String): VertexProperty[V]
    Definition Classes
    Vertex → Element
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toMap: Map[String, Any]
    Definition Classes
    StoredNode
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def underlying: Vertex
    Definition Classes
    StoredNode
  29. def value[V <: AnyRef](key: String): V
    Definition Classes
    Element
    Annotations
    @throws(classOf[java.util.NoSuchElementException])
  30. def values[V <: AnyRef](propertyKeys: <repeated...>[String]): Iterator[V]
    Definition Classes
    Element
    Annotations
    @transient()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from CallReprBase

Inherited from HasSignature

Inherited from HasName

Inherited from HasCode

Inherited from StoredNode

Inherited from Node

Inherited from Product

Inherited from Equals

Inherited from Vertex

Inherited from Host

Inherited from Element

Inherited from AnyRef

Inherited from Any

Ungrouped