Class

com.bnd.network.domain

LayeredTopology

Related Doc: package domain

Permalink

class LayeredTopology extends Topology

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

Instance Constructors

  1. new LayeredTopology()

    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 addLayer(layer: Topology): Unit

    Permalink
  5. def addNetwork(network: Network[_]): Unit

    Permalink
    Definition Classes
    Topology
  6. def addParent(parent: Topology): Unit

    Permalink
    Attributes
    protected[com.bnd.network.domain]
    Definition Classes
    Topology
  7. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def compareTo(anotherTopology: Topology): Int

    Permalink
    Definition Classes
    Topology → Comparable
  10. def copyFrom(anotherTopology: Topology): Unit

    Permalink
    Definition Classes
    Topology
  11. def copyFrom(arg0: DomainObject[Long]): Unit

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def getAllNodes(): List[TopologicalNode]

    Permalink
    Definition Classes
    LayeredTopologyTopology
  16. def getBiasNodes(): List[TopologicalNode]

    Permalink
    Definition Classes
    Topology
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getCreatedBy(): User

    Permalink
    Definition Classes
    Topology
  19. def getId(): Long

    Permalink
    Definition Classes
    TechnicalDomainObject
  20. def getIndex(): Integer

    Permalink
    Definition Classes
    Topology
  21. def getKey(): Long

    Permalink
    Definition Classes
    TechnicalDomainObject → KeyHolder
  22. def getLayers(): List[Topology]

    Permalink
    Definition Classes
    LayeredTopologyTopology
  23. def getName(): String

    Permalink
    Definition Classes
    Topology
  24. def getNetworks(): Collection[Network[_]]

    Permalink
    Definition Classes
    Topology
  25. def getNodesWithInputs(): List[TopologicalNode]

    Permalink
    Definition Classes
    Topology
  26. def getNonBiasNodes(): List[TopologicalNode]

    Permalink
    Definition Classes
    Topology
  27. def getParents(): List[Topology]

    Permalink
    Definition Classes
    Topology
  28. def getTimeCreated(): Date

    Permalink
    Definition Classes
    Topology
  29. def getVersion(): Long

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

    Permalink
    Definition Classes
    Topology
  31. def hasNodes(): Boolean

    Permalink
    Definition Classes
    Topology
  32. def hashCode(): Int

    Permalink
    Definition Classes
    DomainObject → AnyRef → Any
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. def isSpatial(): Boolean

    Permalink
    Definition Classes
    LayeredTopologyTopology
  35. def isTemplate(): Boolean

    Permalink
    Definition Classes
    LayeredTopologyTopology
  36. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  39. def removeLayer(layer: Topology): Unit

    Permalink
  40. def removeNetwork(network: Network[_]): Unit

    Permalink
    Definition Classes
    Topology
  41. def removeParent(parent: Topology): Unit

    Permalink
    Attributes
    protected[com.bnd.network.domain]
    Definition Classes
    Topology
  42. def setCreatedBy(createdBy: User): Unit

    Permalink
    Definition Classes
    Topology
  43. def setId(arg0: Long): Unit

    Permalink
    Definition Classes
    TechnicalDomainObject
  44. def setIndex(index: Integer): Unit

    Permalink
    Definition Classes
    Topology
  45. def setKey(arg0: Long): Unit

    Permalink
    Definition Classes
    TechnicalDomainObject → KeyHolder
  46. def setLayers(layers: List[Topology]): Unit

    Permalink
  47. def setName(name: String): Unit

    Permalink
    Definition Classes
    Topology
  48. def setNetworks(networks: Collection[Network[_]]): Unit

    Permalink
    Definition Classes
    Topology
  49. def setParents(parents: List[Topology]): Unit

    Permalink
    Definition Classes
    Topology
  50. def setTimeCreated(timeCreated: Date): Unit

    Permalink
    Definition Classes
    Topology
  51. def setVersion(arg0: Long): Unit

    Permalink
    Definition Classes
    TechnicalDomainObject
  52. def supportLayers(): Boolean

    Permalink
    Definition Classes
    LayeredTopologyTopology
  53. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    Topology → DomainObject → AnyRef → Any
  55. final def wait(): Unit

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

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

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

Inherited from Topology

Inherited from Comparable[Topology]

Inherited from TechnicalDomainObject

Inherited from DomainObject[Long]

Inherited from Serializable

Inherited from KeyHolder[Long]

Inherited from AnyRef

Inherited from Any

Ungrouped