DomainContainer

dfhdl.core.DomainContainer
abstract class DomainContainer[D <: DomainType](domainType: D)

Attributes

Graph
Supertypes
trait HasDFC
trait OnCreateEvents
class Object
trait Matchable
class Any
Known subtypes
class DFDesign
class DFDomain
class EDDesign
class EDBlackBox
class EDDomain
class RTDesign
class RTDomain
Show all

Members list

Type members

Inherited and Abstract types

type This <: Container

Attributes

Inherited from:
Container (hidden)

Value members

Inherited methods

protected def `__dfc`: DFC

Attributes

Inherited from:
Container (hidden)
final def onCreate(thisOwner: Option[Any]): OnCreateEvents.this.type

Attributes

Inherited from:
OnCreateEvents
def onCreateEnd(thisOwner: Option[This]): Unit

Attributes

Inherited from:
OnCreateEvents
def onCreateStart: Unit

Attributes

Inherited from:
OnCreateEvents
def onCreateStartLate: Unit

Attributes

Inherited from:
OnCreateEvents

Inherited fields

final lazy val dfc: DFC

Attributes

Inherited from:
Container (hidden)

Givens

Givens

protected given given_TDomain: TDomain

Inherited givens

protected given given_DFC: DFC

Attributes

Inherited from:
HasDFC