Packages

class MetaDataDb extends OdbNode with StoredNode with MetaDataBase

Linear Supertypes
MetaDataBase, HasVersion, HasLanguage, StoredNode, Node, Product, Equals, OdbNode, Vertex, Host, Element, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MetaDataDb
  2. MetaDataBase
  3. HasVersion
  4. HasLanguage
  5. StoredNode
  6. Node
  7. Product
  8. Equals
  9. OdbNode
  10. Vertex
  11. Host
  12. Element
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MetaDataDb(ref: NodeRef[OdbNode])

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. def addEdge(arg0: String, arg1: Vertex, arg2: <repeated...>[AnyRef]): Edge
    Definition Classes
    OdbNode → Vertex
    Annotations
    @transient()
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def asStored: StoredNode
    Definition Classes
    MetaDataBase
  8. def blockOffsetToOccurrence(arg0: Direction, arg1: String, arg2: NodeRef[_ <: OdbNode], arg3: Int): Int
    Definition Classes
    OdbNode
  9. def canEqual(that: Any): Boolean
    Definition Classes
    MetaDataDb → Equals
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def edges(arg0: Direction, arg1: <repeated...>[String]): Iterator[Edge]
    Definition Classes
    OdbNode → Vertex
    Annotations
    @transient()
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. def getAdjacentVerticesWithProperties(): Array[AnyRef]
    Definition Classes
    OdbNode
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getEdgeOffsets(): Array[Int]
    Definition Classes
    OdbNode
  18. def getEdgeProperties[V <: AnyRef](arg0: Direction, arg1: OdbEdge, arg2: Int, arg3: <repeated...>[String]): Iterator[Property[V]]
    Definition Classes
    OdbNode
    Annotations
    @transient()
  19. def getEdgeProperty[V <: AnyRef](arg0: Direction, arg1: OdbEdge, arg2: Int, arg3: String): Property[V]
    Definition Classes
    OdbNode
  20. def getId: Long
    Definition Classes
    StoredNode
  21. def graph(): Graph
    Definition Classes
    OdbNode → Element
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def id(): AnyRef
    Definition Classes
    OdbNode → Element
  24. def instantiateDummyEdge(arg0: String, arg1: NodeRef[_ <: OdbNode], arg2: NodeRef[_ <: OdbNode]): OdbEdge
    Attributes
    protected[io.shiftleft.overflowdb]
    Definition Classes
    OdbNode
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def keys(): Set[String]
    Definition Classes
    OdbNode → Element
  27. def label(): String
    Definition Classes
    MetaDataDb → Element
  28. def language(): String
    Definition Classes
    MetaDataDbHasLanguage
  29. def layoutInformation(): NodeLayoutInformation
    Definition Classes
    MetaDataDb → OdbNode
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def occurrenceToBlockOffset(arg0: Direction, arg1: String, arg2: NodeRef[_ <: OdbNode], arg3: Int): Int
    Definition Classes
    OdbNode
  34. def productArity: Int
    Definition Classes
    MetaDataDb → Product
  35. def productElement(n: Int): Any
    Definition Classes
    MetaDataDb → Product
  36. def productElementName(n: Int): String
    Definition Classes
    Product
  37. def productElementNames: Iterator[String]
    Definition Classes
    Product
  38. def productIterator: Iterator[Any]
    Definition Classes
    Product
  39. def productPrefix: String
    Definition Classes
    MetaDataDb → Product
  40. def properties[V <: AnyRef](arg0: <repeated...>[String]): Iterator[VertexProperty[V]]
    Definition Classes
    OdbNode → Vertex → Element
    Annotations
    @transient()
  41. def property[V <: AnyRef](arg0: Cardinality, arg1: String, arg2: V, arg3: <repeated...>[AnyRef]): VertexProperty[V]
    Definition Classes
    OdbNode → Vertex
    Annotations
    @transient()
  42. def property[V <: AnyRef](arg0: String): VertexProperty[V]
    Definition Classes
    OdbNode → Vertex → Element
  43. def property[V <: AnyRef](key: String, value: V, keyValues: <repeated...>[AnyRef]): VertexProperty[V]
    Definition Classes
    Vertex
    Annotations
    @transient()
  44. def property[V <: AnyRef](key: String, value: V): VertexProperty[V]
    Definition Classes
    Vertex → Element
  45. def remove(): Unit
    Definition Classes
    OdbNode → Element
  46. def removeEdge(arg0: Direction, arg1: String, arg2: Int): Unit
    Attributes
    protected[io.shiftleft.overflowdb]
    Definition Classes
    OdbNode
  47. def removeSpecificProperty(key: String): Unit
    Attributes
    protected
    Definition Classes
    MetaDataDb → OdbNode
  48. def setAdjacentVerticesWithProperties(arg0: Array[AnyRef]): Unit
    Definition Classes
    OdbNode
  49. def setEdgeOffsets(arg0: Array[Int]): Unit
    Definition Classes
    OdbNode
  50. def setEdgeProperty[V <: AnyRef](arg0: Direction, arg1: String, arg2: String, arg3: V, arg4: Int): Unit
    Definition Classes
    OdbNode
  51. def specificProperties[A](key: String): Iterator[VertexProperty[A]]
    Attributes
    protected
    Definition Classes
    MetaDataDb → OdbNode
  52. def specificProperty[A](key: String): VertexProperty[A]
    Attributes
    protected
    Definition Classes
    MetaDataDb → OdbNode
  53. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  54. def toMap: Map[String, Any]
    Definition Classes
    StoredNode
  55. def toString(): String
    Definition Classes
    AnyRef → Any
  56. def underlying: Vertex
    Definition Classes
    StoredNode
  57. def updateSpecificProperty[A](cardinality: Cardinality, key: String, value: A): VertexProperty[A]
    Attributes
    protected
    Definition Classes
    MetaDataDb → OdbNode
  58. def value[V <: AnyRef](key: String): V
    Definition Classes
    Element
    Annotations
    @throws(classOf[java.util.NoSuchElementException])
  59. def valueMap: Map[String, AnyRef]
    Definition Classes
    MetaDataDbStoredNode → OdbNode
  60. def values[V <: AnyRef](propertyKeys: <repeated...>[String]): Iterator[V]
    Definition Classes
    Element
    Annotations
    @transient()
  61. def version(): String
    Definition Classes
    MetaDataDbHasVersion
  62. def vertices(arg0: Direction, arg1: <repeated...>[String]): Iterator[Vertex]
    Definition Classes
    OdbNode → Vertex
    Annotations
    @transient()
  63. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  64. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  65. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from MetaDataBase

Inherited from HasVersion

Inherited from HasLanguage

Inherited from StoredNode

Inherited from Node

Inherited from Product

Inherited from Equals

Inherited from OdbNode

Inherited from Vertex

Inherited from Host

Inherited from Element

Inherited from AnyRef

Inherited from Any

Ungrouped