Packages

final class NodeImpl extends Node with LocVar with LocImpl

Linear Supertypes
LocImpl, LocVar, Node, Loc, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NodeImpl
  2. LocImpl
  3. LocVar
  4. Node
  5. Loc
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NodeImpl(id: Int, maxNeighbors: Int)

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 addNeighbor(n: NodeImpl): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def canAddNeighbor: Boolean
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. var cosTheta: Double
    Definition Classes
    NodeImplLocImpl
  9. var distance: Double
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. var error: Double
    Definition Classes
    NodeImplNode
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. val id: Int
    Definition Classes
    NodeImplNode
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def isNeighbor(n: NodeImpl): Boolean
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def neighbor(idx: Int): NodeImpl
    Definition Classes
    NodeImplNode
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def numNeighbors: Int
    Definition Classes
    NodeImplNode
  24. var phi: Double
    Definition Classes
    NodeImplLocVarLoc
  25. def removeNeighbor(n: NodeImpl): Unit
  26. def replaceNeighbor(before: NodeImpl, now: NodeImpl): Unit
  27. var sinTheta: Double
    Definition Classes
    NodeImplLocImpl
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. var theta: Double
    Definition Classes
    NodeImplLocVarLoc
  30. def toPolar: Polar
    Definition Classes
    NodeImplLoc
  31. def toString(): String
    Definition Classes
    NodeImpl → AnyRef → Any
  32. def updateTri(theta: Double, phi: Double): Unit
  33. var utility: Double
    Definition Classes
    NodeImplNode
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from LocImpl

Inherited from LocVar

Inherited from Node

Inherited from Loc

Inherited from AnyRef

Inherited from Any

Ungrouped