final class NodeImpl extends Node with LocVar with LocImpl
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NodeImpl
- LocImpl
- LocVar
- Node
- Loc
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new NodeImpl(id: Int, maxNeighbors: Int)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addNeighbor(n: NodeImpl): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def canAddNeighbor: Boolean
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- var cosTheta: Double
- var distance: Double
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- var error: Double
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val id: Int
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNeighbor(n: NodeImpl): Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def neighbor(idx: Int): NodeImpl
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def numNeighbors: Int
- var phi: Double
- def removeNeighbor(n: NodeImpl): Unit
- def replaceNeighbor(before: NodeImpl, now: NodeImpl): Unit
- var sinTheta: Double
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- var theta: Double
- def toPolar: Polar
- def toString(): String
- Definition Classes
- NodeImpl → AnyRef → Any
- def updateTri(theta: Double, phi: Double): Unit
- var utility: Double
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()