EDDomain

dfhdl.core.EDDomain
abstract class EDDomain

Attributes

Graph
Supertypes
trait Selectable
trait Selectable
trait HasDFC
trait OnCreateEvents
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

type This <: Container

Attributes

Inherited from:
Container (hidden)

Value members

Inherited methods

protected def `__dfc`: DFC

Attributes

Inherited from:
Container (hidden)
final def applyDynamic(name: String, paramTypes: Class[_]*)(args: Any*): Any

Select method and apply to arguments.

Select method and apply to arguments.

Value parameters

args

The arguments to pass to the selected method

name

The name of the selected method

paramTypes

The class tags of the selected method's formal parameter types

Attributes

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

Attributes

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

Attributes

Definition Classes
Domain -> OnCreateEvents
Inherited from:
Domain (hidden)
def onCreateStart: Unit

Attributes

Inherited from:
OnCreateEvents
def onCreateStartLate: Unit

Attributes

Inherited from:
OnCreateEvents
final def selectDynamic(name: String): Any

Select member with given name

Select member with given name

Attributes

Inherited from:
Selectable

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