object Setup
- Alphabetic
- By Inheritance
- Setup
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- class SetupBuilder extends AnyRef
A builder-style DSL for constructing setup events
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 apply(systemContext: => Unit, globalView: (GlobalView) => Unit, idExtractor: => IdentifierExtractor): SetupEvent
Quick builder for setup events
Quick builder for setup events
Bypasses the SetupBuilder.
- systemContext
a closure that updates the system context
- globalView
a function that handles the GlobalView
- idExtractor
the new id extractor
- returns
a simulator event for simulation setup
- def apply(globalView: (GlobalView) => Unit): SetupBuilder
Quick builder for global view handlers
Quick builder for global view handlers
Has the same behaviour as SetupBuilder.withGlobalView.
- globalView
a function that handles the GlobalView
- returns
a new builder with the global view handler preset
- def apply(systemContext: => Unit): SetupBuilder
Quick builder for system context
Quick builder for system context
Has the same behaviour as SetupBuilder.withContext.
- systemContext
a closure that updates the system context
- returns
a new builder with the system context preset
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])