trait LogoThunkFactory extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- LogoThunkFactory
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
makeCommandThunk(code: String, jobOwnerName: String, rng: MersenneTwisterFast): CommandLogoThunk
- Annotations
- @throws( classOf[CompilerException] )
-
abstract
def
makeCommandThunk(code: String, jobOwnerName: String): CommandLogoThunk
- Annotations
- @throws( classOf[CompilerException] )
-
abstract
def
makeReporterThunk(code: String, jobOwnerName: String): ReporterLogoThunk
- Annotations
- @throws( classOf[CompilerException] )