class IsSensitiveDataDescrOfRef extends OdbEdge

Linear Supertypes
OdbEdge, OdbElement, Edge, Element, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IsSensitiveDataDescrOfRef
  2. OdbEdge
  3. OdbElement
  4. Edge
  5. Element
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IsSensitiveDataDescrOfRef(_graph: OdbGraph, _outNode: NodeRef[OdbNode], _inNode: 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bothNodes(): Iterator[NodeRef[_ <: OdbNode]]
    Definition Classes
    OdbEdge
  6. def bothVertices(): Iterator[Vertex]
    Definition Classes
    Edge
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    OdbEdge → AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getInBlockOffset(): Int
    Definition Classes
    OdbEdge
  13. def getOutBlockOffset(): Int
    Definition Classes
    OdbEdge
  14. def graph(): Graph
    Definition Classes
    OdbEdge → Element
  15. def graph2(): OdbGraph
    Definition Classes
    OdbEdge → OdbElement
  16. def hashCode(): Int
    Definition Classes
    OdbEdge → AnyRef → Any
  17. def id(): AnyRef
    Definition Classes
    OdbEdge → Element
  18. def inNode(): NodeRef[_ <: OdbNode]
    Definition Classes
    OdbEdge
  19. def inVertex(): Vertex
    Definition Classes
    Edge
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isRemoved(): Boolean
    Definition Classes
    OdbEdge
  22. def keys(): Set[String]
    Definition Classes
    OdbEdge → Element
  23. def label(): String
    Definition Classes
    OdbEdge → OdbElement → Element
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def outNode(): NodeRef[_ <: OdbNode]
    Definition Classes
    OdbEdge
  28. def outVertex(): Vertex
    Definition Classes
    Edge
  29. def properties[V <: AnyRef](arg0: <repeated...>[String]): Iterator[Property[V]]
    Definition Classes
    OdbEdge → Edge → Element
    Annotations
    @transient()
  30. def property[V <: AnyRef](arg0: String): Property[V]
    Definition Classes
    OdbEdge → Element
  31. def property[V <: AnyRef](arg0: String, arg1: V): Property[V]
    Definition Classes
    OdbEdge → Element
  32. def property2[P <: AnyRef](arg0: String): P
    Definition Classes
    OdbEdge → OdbElement
  33. def propertyMap(): Map[String, AnyRef]
    Definition Classes
    OdbEdge → OdbElement
  34. def remove(): Unit
    Definition Classes
    OdbEdge → OdbElement → Element
  35. def setInBlockOffset(arg0: Int): Unit
    Definition Classes
    OdbEdge
  36. def setOutBlockOffset(arg0: Int): Unit
    Definition Classes
    OdbEdge
  37. def setProperty[P <: AnyRef](arg0: String, arg1: P): Unit
    Definition Classes
    OdbEdge → OdbElement
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. def value[V <: AnyRef](key: String): V
    Definition Classes
    Element
    Annotations
    @throws(classOf[java.util.NoSuchElementException])
  41. def values[V <: AnyRef](propertyKeys: <repeated...>[String]): Iterator[V]
    Definition Classes
    Element
    Annotations
    @transient()
  42. def vertices(arg0: Direction): Iterator[Vertex]
    Definition Classes
    OdbEdge → Edge
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from OdbEdge

Inherited from OdbElement

Inherited from Edge

Inherited from Element

Inherited from AnyRef

Inherited from Any

Ungrouped