object Kompics
Convenient object to forward static members of se.sics.kompics.Kompics.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Kompics
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- val SHUTDOWN_TIMEOUT: Long
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asyncShutdown(): Unit
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def config: config.Config
- def config_=(conf: config.Config): Unit
- def createAndStart[C <: ComponentDefinition](main: Class[C], init: kompics.Init[C], workers: Int, maxEventExecuteNumber: Int): Unit
- def createAndStart[C <: ComponentDefinition](main: Class[C], workers: Int, maxEventExecuteNumber: Int): Unit
- def createAndStart[C <: ComponentDefinition](main: Class[C], init: kompics.Init[C], workers: Int): Unit
- def createAndStart[C <: ComponentDefinition](main: Class[C], workers: Int): Unit
- def createAndStart[C <: ComponentDefinition](main: Class[C], init: kompics.Init[C]): Unit
- def createAndStart[C <: ComponentDefinition](main: Class[C]): Unit
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def faultHandler: FaultHandler
- def faultHandler_=(fh: FaultHandler): Unit
- def forceShutdown(): Unit
- 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
- def isOn: Boolean
- See also
- val logger: Logger
- val maxNumOfExecutedEvents: AtomicInteger
- 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()
- def resetConfig(): Unit
- def resetFaultHandler(): Unit
- def scheduler: Scheduler
- def scheduler_=(sched: Scheduler): Unit
- def shutdown(): Unit
- 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])
- def waitForTermination(): Unit
- Annotations
- @throws(classOf[InterruptedException])
- See also