class StochasticProcessBuilder extends AnyRef
A builder class for StochasticProcess instances
- Alphabetic
- By Inheritance
- StochasticProcessBuilder
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new StochasticProcessBuilder()
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 StochasticProcessBuilder toany2stringadd[StochasticProcessBuilder] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (StochasticProcessBuilder, B)
- Implicit
- This member is added by an implicit conversion from StochasticProcessBuilder toArrowAssoc[StochasticProcessBuilder] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def and[E <: kompics.KompicsEvent, N <: Number, N2 <: Number, N3 <: Number, N4 <: Number, N5 <: Number](count: Int, op: Operation5[E, N, N2, N3, N4, N5], d: Distribution[N], d2: Distribution[N2], d3: Distribution[N3], d4: Distribution[N4], d5: Distribution[N5]): StochasticProcessBuilder
Append an operation to the process
Append an operation to the process
- E
the event type produced by the operation
- N
the type of the first argument of the operation
- N2
the type of the second argument of the operation
- N3
the type of the third argument of the operation
- N4
the type of the fourth argument of the operation
- N5
the type of the fifth argument of the operation
- count
the number time the operation should occur
- op
the operation to append
- d
the distribution of the first argument of the operation
- d2
the distribution of the second argument of the operation
- d3
the distribution of the third argument of the operation
- d4
the distribution of the fourth argument of the operation
- d5
the distribution of the fifths argument of the operation
- returns
this instance
- def and[E <: kompics.KompicsEvent, N <: Number, N2 <: Number, N3 <: Number, N4 <: Number](count: Int, op: Operation4[E, N, N2, N3, N4], d: Distribution[N], d2: Distribution[N2], d3: Distribution[N3], d4: Distribution[N4]): StochasticProcessBuilder
Append an operation to the process
Append an operation to the process
- E
the event type produced by the operation
- N
the type of the first argument of the operation
- N2
the type of the second argument of the operation
- N3
the type of the third argument of the operation
- N4
the type of the fourth argument of the operation
- count
the number time the operation should occur
- op
the operation to append
- d
the distribution of the first argument of the operation
- d2
the distribution of the second argument of the operation
- d3
the distribution of the third argument of the operation
- d4
the distribution of the fourth argument of the operation
- returns
this instance
- def and[E <: kompics.KompicsEvent, N <: Number, N2 <: Number, N3 <: Number](count: Int, op: Operation3[E, N, N2, N3], d: Distribution[N], d2: Distribution[N2], d3: Distribution[N3]): StochasticProcessBuilder
Append an operation to the process
Append an operation to the process
- E
the event type produced by the operation
- N
the type of the first argument of the operation
- N2
the type of the second argument of the operation
- N3
the type of the third argument of the operation
- count
the number time the operation should occur
- op
the operation to append
- d
the distribution of the first argument of the operation
- d2
the distribution of the second argument of the operation
- d3
the distribution of the third argument of the operation
- returns
this instance
- def and[E <: kompics.KompicsEvent, N <: Number, N2 <: Number](count: Int, op: Operation2[E, N, N2], d: Distribution[N], d2: Distribution[N2]): StochasticProcessBuilder
Append an operation to the process
Append an operation to the process
- E
the event type produced by the operation
- N
the type of the first argument of the operation
- N2
the type of the second argument of the operation
- count
the number time the operation should occur
- op
the operation to append
- d
the distribution of the first argument of the operation
- d2
the distribution of the second argument of the operation
- returns
this instance
- def and[E <: kompics.KompicsEvent, N <: Number](count: Int, op: Operation1[E, N], d: Distribution[N]): StochasticProcessBuilder
Append an operation to the process
Append an operation to the process
- E
the event type produced by the operation
- N
the type of the first argument of the operation
- count
the number time the operation should occur
- op
the operation to append
- d
the distribution of the first argument of the operation
- returns
this instance
- def and[E <: kompics.KompicsEvent](count: Int, op: Operation[E]): StochasticProcessBuilder
Append an operation to the process
Append an operation to the process
- E
the event type produced by the operation
- count
the number time the operation should occur
- op
the operation to append
- returns
this instance
- def arrival(interarrivalTime: Distribution[Long]): StochasticProcess
Complete the stochastic process by giving it an event interarrival time
Complete the stochastic process by giving it an event interarrival time
- interarrivalTime
the distribution of time between events
- returns
the final stochastic process
- 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()
- def ensuring(cond: (StochasticProcessBuilder) => Boolean, msg: => Any): StochasticProcessBuilder
- Implicit
- This member is added by an implicit conversion from StochasticProcessBuilder toEnsuring[StochasticProcessBuilder] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (StochasticProcessBuilder) => Boolean): StochasticProcessBuilder
- Implicit
- This member is added by an implicit conversion from StochasticProcessBuilder toEnsuring[StochasticProcessBuilder] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): StochasticProcessBuilder
- Implicit
- This member is added by an implicit conversion from StochasticProcessBuilder toEnsuring[StochasticProcessBuilder] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): StochasticProcessBuilder
- Implicit
- This member is added by an implicit conversion from StochasticProcessBuilder toEnsuring[StochasticProcessBuilder] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from StochasticProcessBuilder toStringFormat[StochasticProcessBuilder] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- 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])
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): (StochasticProcessBuilder, B)
- Implicit
- This member is added by an implicit conversion from StochasticProcessBuilder toArrowAssoc[StochasticProcessBuilder] 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.