class ScalaComponent extends ComponentCoreScala
- Alphabetic
- By Inheritance
- ScalaComponent
- ComponentCoreScala
- ComponentCore
- Component
- Runnable
- ForkJoinTask
- Serializable
- Future
- AnyRef
- Any
- by component2Scala
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ScalaComponent(component: ComponentDefinition)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from ScalaComponent toany2stringadd[ScalaComponent] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ++[P <: PortType](portType: Class[P]): PositivePort[_ <: P]
Get a positive port instance
Get a positive port instance
- P
the port type of the port instance
- portType
a class instance of the port type
- returns
a positive port instance of the requested type
- Implicit
- This member is added by an implicit conversion from ScalaComponent toScalaComponentWrapper performed by method component2Scala in se.sics.kompics.sl.ScalaComponent.
- Definition Classes
- ScalaComponentWrapper
- def ++[P <: PortType](port: P): PositivePort[_ <: P]
Get a positive port instance
Get a positive port instance
- P
the port type of the port instance
- port
the instance object of the port
- returns
a positive port instance of the requested type
- Implicit
- This member is added by an implicit conversion from ScalaComponent toScalaComponentWrapper performed by method component2Scala in se.sics.kompics.sl.ScalaComponent.
- Definition Classes
- ScalaComponentWrapper
- def --[P <: PortType](portType: Class[P]): NegativePort[_ <: P]
Get a negative port instance
Get a negative port instance
- P
the port type of the port instance
- portType
a class instance of the port type
- returns
a negative port instance of the requested type
- Implicit
- This member is added by an implicit conversion from ScalaComponent toScalaComponentWrapper performed by method component2Scala in se.sics.kompics.sl.ScalaComponent.
- Definition Classes
- ScalaComponentWrapper
- def --[P <: PortType](port: P): NegativePort[_ <: P]
Get a negative port instance
Get a negative port instance
- P
the port type of the port instance
- port
the instance object of the port
- returns
a negative port instance of the requested type
- Implicit
- This member is added by an implicit conversion from ScalaComponent toScalaComponentWrapper performed by method component2Scala in se.sics.kompics.sl.ScalaComponent.
- Definition Classes
- ScalaComponentWrapper
- def ->[B](y: B): (ScalaComponent, B)
- Implicit
- This member is added by an implicit conversion from ScalaComponent toArrowAssoc[ScalaComponent] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cancel(arg0: Boolean): Boolean
- Definition Classes
- ForkJoinTask → Future
- def cleanPorts(): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ScalaComponent → ComponentCore
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def compareAndSetForkJoinTaskTag(arg0: Short, arg1: Short): Boolean
- Definition Classes
- ForkJoinTask
- def complete(arg0: Void): Unit
- Definition Classes
- ForkJoinTask
- def completeExceptionally(arg0: Throwable): Unit
- Definition Classes
- ForkJoinTask
- val component: ComponentDefinition
- def config(): config.Config
- Definition Classes
- ComponentCore
- val configHandler: Handler
- def control(): Positive[ControlPort]
- Definition Classes
- ScalaComponent → Component
- def createControlPort(): Negative[ControlPort]
- Definition Classes
- ScalaComponent → ComponentCore
- def createNegativePort[P <: PortType](portType: Class[P]): Negative[P]
- Definition Classes
- ScalaComponent → ComponentCore
- def createPositivePort[P <: PortType](portType: Class[P]): Positive[P]
- Definition Classes
- ScalaComponent → ComponentCore
- def ctrl: PositivePort[ControlPort]
- def destroyTree(arg0: ComponentCore): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ComponentCore
- def destroyTreeAtParentOf(arg0: ComponentCore): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ComponentCore
- def doConfigUpdateScala(update: ConfigUpdate): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ScalaComponent → ComponentCoreScala
- def doCreate[T <: kompics.ComponentDefinition](definition: Class[T], initEvent: Optional[kompics.Init[T]], update: Optional[ConfigUpdate]): Component
- Attributes
- protected[sl]
- Definition Classes
- ScalaComponent → ComponentCore
- def doCreate[T <: kompics.ComponentDefinition](definition: Class[T], initEvent: Optional[kompics.Init[T]]): Component
- Attributes
- protected[sl]
- Definition Classes
- ScalaComponent → ComponentCore
- def doCreateScala[C <: kompics.ComponentDefinition](definition: Class[C], initEvent: Option[kompics.Init[C]], update: Optional[ConfigUpdate]): Component
- Attributes
- protected[sl]
- def doDestroy(arg0: Component): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ComponentCore
- def ensuring(cond: (ScalaComponent) => Boolean, msg: => Any): ScalaComponent
- Implicit
- This member is added by an implicit conversion from ScalaComponent toEnsuring[ScalaComponent] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (ScalaComponent) => Boolean): ScalaComponent
- Implicit
- This member is added by an implicit conversion from ScalaComponent toEnsuring[ScalaComponent] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): ScalaComponent
- Implicit
- This member is added by an implicit conversion from ScalaComponent toEnsuring[ScalaComponent] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): ScalaComponent
- Implicit
- This member is added by an implicit conversion from ScalaComponent toEnsuring[ScalaComponent] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: Any): Boolean
- Definition Classes
- ScalaComponent → ComponentCore → AnyRef → Any
- def escalateFault(fault: Fault): Unit
- Definition Classes
- ScalaComponent → Component
- def escalateFaultToKompics(arg0: Fault): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ComponentCore
- def eventReceived(arg0: PortCore[_ <: AnyRef], arg1: kompics.KompicsEvent, arg2: Int): Unit
- Definition Classes
- ComponentCore
- def exec(): Boolean
- Attributes
- protected[kompics]
- Definition Classes
- ComponentCore → ForkJoinTask
- def execute(wid: Int): Unit
- Definition Classes
- ScalaComponent → ComponentCore
- final def fork(): ForkJoinTask[Void]
- Definition Classes
- ForkJoinTask
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ScalaComponent toStringFormat[ScalaComponent] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- final def get(arg0: Long, arg1: TimeUnit): Void
- Definition Classes
- ForkJoinTask → Future
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @throws(classOf[java.util.concurrent.ExecutionException]) @throws(classOf[java.util.concurrent.TimeoutException])
- final def get(): Void
- Definition Classes
- ForkJoinTask → Future
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @throws(classOf[java.util.concurrent.ExecutionException])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getComponent(): kompics.ComponentDefinition
- Definition Classes
- ScalaComponent → Component
- def getControl(): Positive[ControlPort]
- Definition Classes
- ScalaComponent → Component
- final def getException(): Throwable
- Definition Classes
- ForkJoinTask
- final def getForkJoinTaskTag(): Short
- Definition Classes
- ForkJoinTask
- def getNegative[P <: PortType](portType: Class[P]): Negative[P]
- Definition Classes
- ScalaComponent → Component
- def getParent(): ComponentCore
- Definition Classes
- ComponentCore
- def getPositive[P <: PortType](portType: Class[P]): Positive[P]
- Definition Classes
- ScalaComponent → Component
- def getRawResult(): Void
- Definition Classes
- ComponentCore → ForkJoinTask
- val handleFault: Handler
- val handleLifecycle: Handler
- def hashCode(): Int
- Definition Classes
- ScalaComponent → ComponentCore → AnyRef → Any
- def id(): UUID
- Definition Classes
- ComponentCore → Component
- final def invoke(): Void
- Definition Classes
- ForkJoinTask
- final def isCancelled(): Boolean
- Definition Classes
- ForkJoinTask → Future
- final def isCompletedAbnormally(): Boolean
- Definition Classes
- ForkJoinTask
- final def isCompletedNormally(): Boolean
- Definition Classes
- ForkJoinTask
- final def isDone(): Boolean
- Definition Classes
- ForkJoinTask → Future
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def join(): Void
- Definition Classes
- ForkJoinTask
- def logger(): Logger
- Attributes
- protected[kompics]
- Definition Classes
- ScalaComponent → ComponentCore
- def markSubtreeAs(arg0: State): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ComponentCore
- def markSubtreeAtAs(arg0: ComponentCore, arg1: State): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ComponentCore
- 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 provided[P <: PortType](portType: Class[P]): Positive[P]
- Definition Classes
- ScalaComponent → Component
- final def quietlyComplete(): Unit
- Definition Classes
- ForkJoinTask
- final def quietlyInvoke(): Unit
- Definition Classes
- ForkJoinTask
- final def quietlyJoin(): Unit
- Definition Classes
- ForkJoinTask
- def reinitialize(): Unit
- Definition Classes
- ForkJoinTask
- def required[P <: PortType](portType: Class[P]): Negative[P]
- Definition Classes
- ScalaComponent → Component
- def run(): Unit
- Definition Classes
- ComponentCore → Runnable
- def schedule(arg0: Int): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ComponentCore
- final def setForkJoinTaskTag(arg0: Short): Short
- Definition Classes
- ForkJoinTask
- def setInactive(child: Component): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ScalaComponent → ComponentCore
- def setRawResult(arg0: Void): Unit
- Attributes
- protected[kompics]
- Definition Classes
- ComponentCore → ForkJoinTask
- def setScheduler(arg0: Scheduler): Unit
- Definition Classes
- ComponentCore
- def state(): State
- Definition Classes
- ComponentCore → Component
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- ComponentCore → AnyRef → Any
- def tryUnfork(): Boolean
- Definition Classes
- ForkJoinTask
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def →[B](y: B): (ScalaComponent, B)
- Implicit
- This member is added by an implicit conversion from ScalaComponent toArrowAssoc[ScalaComponent] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.