Class

com.bnd.network.domain

TopologicalNode

Related Doc: package domain

Permalink

class TopologicalNode extends TechnicalDomainObject with Comparable[TopologicalNode]

Linear Supertypes
Comparable[TopologicalNode], TechnicalDomainObject, DomainObject[Long], Serializable, KeyHolder[Long], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TopologicalNode
  2. Comparable
  3. TechnicalDomainObject
  4. DomainObject
  5. Serializable
  6. KeyHolder
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TopologicalNode()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addInEdge(inEdge: Edge): Unit

    Permalink
  5. def addNewInEdgeFrom(node: TopologicalNode): Unit

    Permalink
  6. def addNewInEdgesFrom(nodes: Collection[TopologicalNode]): Unit

    Permalink
  7. def addNewOutEdgeTo(node: TopologicalNode): Unit

    Permalink
  8. def addNewOutEdgesTo(nodes: Collection[TopologicalNode]): Unit

    Permalink
  9. def addOutEdge(outEdge: Edge): Unit

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def compareTo(anotherTopologicalNode: TopologicalNode): Int

    Permalink
    Definition Classes
    TopologicalNode → Comparable
  13. def copyFrom(arg0: DomainObject[Long]): Unit

    Permalink
    Definition Classes
    DomainObject
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    DomainObject → AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getId(): Long

    Permalink
    Definition Classes
    TechnicalDomainObject
  19. def getInEdges(): List[Edge]

    Permalink
  20. def getInNeighbors(): List[TopologicalNode]

    Permalink
  21. def getIndex(): Integer

    Permalink
  22. def getKey(): Long

    Permalink
    Definition Classes
    TechnicalDomainObject → KeyHolder
  23. def getLocation(): List[Integer]

    Permalink
  24. def getNeighbors(): List[TopologicalNode]

    Permalink
  25. def getOutEdges(): List[Edge]

    Permalink
  26. def getOutEdgesNum(): Integer

    Permalink
  27. def getOutNeighbors(): List[TopologicalNode]

    Permalink
  28. def getTopology(): Topology

    Permalink
  29. def getVersion(): Long

    Permalink
    Definition Classes
    TechnicalDomainObject
  30. def hasLocation(): Boolean

    Permalink
  31. def hashCode(): Int

    Permalink
    Definition Classes
    DomainObject → AnyRef → Any
  32. def isBias(): Boolean

    Permalink
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. def removeInEdge(inEdge: Edge): Unit

    Permalink
  38. def removeOutEdge(outEdge: Edge): Unit

    Permalink
  39. def setBias(bias: Boolean): Unit

    Permalink
  40. def setId(arg0: Long): Unit

    Permalink
    Definition Classes
    TechnicalDomainObject
  41. def setInEdges(inEdges: List[Edge]): Unit

    Permalink
    Attributes
    protected[com.bnd.network.domain]
  42. def setIndex(index: Integer): Unit

    Permalink
  43. def setKey(arg0: Long): Unit

    Permalink
    Definition Classes
    TechnicalDomainObject → KeyHolder
  44. def setLocation(location: List[Integer]): Unit

    Permalink
  45. def setOutEdges(outEdges: List[Edge]): Unit

    Permalink
    Attributes
    protected[com.bnd.network.domain]
  46. def setTopology(topology: Topology): Unit

    Permalink
    Attributes
    protected[com.bnd.network.domain]
  47. def setVersion(arg0: Long): Unit

    Permalink
    Definition Classes
    TechnicalDomainObject
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  49. def toString(): String

    Permalink
    Definition Classes
    TopologicalNode → DomainObject → AnyRef → Any
  50. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Comparable[TopologicalNode]

Inherited from TechnicalDomainObject

Inherited from DomainObject[Long]

Inherited from Serializable

Inherited from KeyHolder[Long]

Inherited from AnyRef

Inherited from Any

Ungrouped