Packages

class PackagePrefix extends NodeRef[PackagePrefixDb] with PackagePrefixBase with StoredNode

Linear Supertypes
StoredNode, PackagePrefixBase, HasValue, Node, Product, Equals, NodeRef[PackagePrefixDb], Vertex, Host, Element, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PackagePrefix
  2. StoredNode
  3. PackagePrefixBase
  4. HasValue
  5. Node
  6. Product
  7. Equals
  8. NodeRef
  9. Vertex
  10. Host
  11. Element
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PackagePrefix(graph: OdbGraph, id: Long)

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
    PackagePrefixNode
  5. def addEdge(arg0: String, arg1: Vertex, arg2: <repeated...>[AnyRef]): Edge
    Definition Classes
    NodeRef → Vertex
    Annotations
    @transient()
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def asStored: StoredNode
    Definition Classes
    PackagePrefixBase
  8. def canEqual(that: Any): Boolean
    Definition Classes
    PackagePrefix → Equals
  9. def clear(): Unit
    Attributes
    protected[io.shiftleft.overflowdb]
    Definition Classes
    NodeRef
    Annotations
    @throws(classOf[java.io.IOException])
  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
    NodeRef → Vertex
    Annotations
    @transient()
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    NodeRef → AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. def get(): PackagePrefixDb
    Definition Classes
    NodeRef
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getId: Long
    Definition Classes
    StoredNode
  18. def graph(): Graph
    Definition Classes
    NodeRef → Element
  19. def hashCode(): Int
    Definition Classes
    NodeRef → AnyRef → Any
  20. def id(): AnyRef
    Definition Classes
    NodeRef → Element
  21. def isCleared(): Boolean
    Definition Classes
    NodeRef
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isSet(): Boolean
    Definition Classes
    NodeRef
  24. def keys(): Set[String]
    Definition Classes
    Element
  25. def label(): String
    Definition Classes
    PackagePrefix → Element
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def productArity: Int
    Definition Classes
    PackagePrefix → Product
  30. def productElement(n: Int): Any
    Definition Classes
    PackagePrefix → Product
  31. def productElementName(n: Int): String
    Definition Classes
    Product
  32. def productElementNames: Iterator[String]
    Definition Classes
    Product
  33. def productIterator: Iterator[Any]
    Definition Classes
    Product
  34. def productPrefix: String
    Definition Classes
    PackagePrefix → Product
  35. def properties[V <: AnyRef](arg0: <repeated...>[String]): Iterator[VertexProperty[V]]
    Definition Classes
    NodeRef → Vertex → Element
    Annotations
    @transient()
  36. def property[V <: AnyRef](arg0: Cardinality, arg1: String, arg2: V, arg3: <repeated...>[AnyRef]): VertexProperty[V]
    Definition Classes
    NodeRef → Vertex
    Annotations
    @transient()
  37. def property[V <: AnyRef](key: String, value: V, keyValues: <repeated...>[AnyRef]): VertexProperty[V]
    Definition Classes
    Vertex
    Annotations
    @transient()
  38. def property[V <: AnyRef](key: String, value: V): VertexProperty[V]
    Definition Classes
    Vertex → Element
  39. def property[V <: AnyRef](key: String): VertexProperty[V]
    Definition Classes
    Vertex → Element
  40. def readFromDisk(arg0: Long): PackagePrefixDb
    Attributes
    protected[io.shiftleft.overflowdb]
    Definition Classes
    NodeRef
    Annotations
    @throws(classOf[java.io.IOException])
  41. def remove(): Unit
    Definition Classes
    NodeRef → Element
  42. def setNode(arg0: PackagePrefixDb): Unit
    Definition Classes
    NodeRef
  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. def toMap: Map[String, Any]
    Definition Classes
    StoredNode
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. def underlying: Vertex
    Definition Classes
    StoredNode
  47. def value: String
    Definition Classes
    PackagePrefixHasValue
  48. def value[V <: AnyRef](key: String): V
    Definition Classes
    Element
    Annotations
    @throws(classOf[java.util.NoSuchElementException])
  49. def valueMap: Map[String, AnyRef]
    Definition Classes
    PackagePrefixStoredNode
  50. def values[V <: AnyRef](propertyKeys: <repeated...>[String]): Iterator[V]
    Definition Classes
    Element
    Annotations
    @transient()
  51. def vertices(arg0: Direction, arg1: <repeated...>[String]): Iterator[Vertex]
    Definition Classes
    NodeRef → Vertex
    Annotations
    @transient()
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from StoredNode

Inherited from PackagePrefixBase

Inherited from HasValue

Inherited from Node

Inherited from Product

Inherited from Equals

Inherited from NodeRef[PackagePrefixDb]

Inherited from Vertex

Inherited from Host

Inherited from Element

Inherited from AnyRef

Inherited from Any

Ungrouped