Packages

class GetSki extends CompositeProcess

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GetSki
  2. CompositeProcess
  3. PiProcess
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GetSki(cM2Inch: CM2Inch, selectLength: SelectLength, selectModel: SelectModel, selectSki: SelectSki, uSD2NOK: USD2NOK)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from GetSki to any2stringadd[GetSki] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (GetSki, B)
    Implicit
    This member is added by an implicit conversion from GetSki to ArrowAssoc[GetSki] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. lazy val actualChannels: Seq[Chan]
    Attributes
    protected
    Definition Classes
    PiProcess
  7. lazy val allDependencies: Seq[PiProcess]
    Definition Classes
    PiProcess
  8. def apply(heightCM: HeightCM, priceLimit: PriceLimit, skillLevel: SkillLevel, weightKG: WeightKG)(implicit executor: ProcessExecutor[_]): Future[Either[PriceNOK, Exception]]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. val body: PiCut

    The body of the composition as a pi-calculus term constructed via proof.

    The body of the composition as a pi-calculus term constructed via proof.

    Definition Classes
    GetSkiCompositeProcess
  11. def call(args: Chan*): Term
    Definition Classes
    CompositeProcess
  12. def call(m: ChanMap): Term

    Calling function that instantiates the body with a given set of channel arguments.

    Calling function that instantiates the body with a given set of channel arguments.

    Definition Classes
    CompositeProcess
  13. val channels: Seq[String]
    Definition Classes
    GetSkiPiProcess
  14. implicit def chansFromStringSeq(s: Seq[String]): Seq[Chan]
    Definition Classes
    PiProcess
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  16. val dependencies: Seq[AtomicProcess]
    Definition Classes
    GetSkiPiProcess
  17. def ensuring(cond: (GetSki) ⇒ Boolean, msg: ⇒ Any): GetSki
    Implicit
    This member is added by an implicit conversion from GetSki to Ensuring[GetSki] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: (GetSki) ⇒ Boolean): GetSki
    Implicit
    This member is added by an implicit conversion from GetSki to Ensuring[GetSki] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean, msg: ⇒ Any): GetSki
    Implicit
    This member is added by an implicit conversion from GetSki to Ensuring[GetSki] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean): GetSki
    Implicit
    This member is added by an implicit conversion from GetSki to Ensuring[GetSki] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  23. def execState(args: Seq[PiObject]): PiState

    Initializes a PiState that executes this process with a given list of PiObject arguments.

    Initializes a PiState that executes this process with a given list of PiObject arguments. Generates an Output term from each PiObject in args so that they can be fed to the process. Also generates an Input that consumes the output of the process when it is done. Adds all dependencies to the state and then runs a PiCall directly.

    Definition Classes
    PiProcess
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from GetSki to StringFormat[GetSki] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def iname: String
    Definition Classes
    PiProcess
  29. def inputFrees(): Seq[Seq[Chan]]
    Definition Classes
    PiProcess
  30. val inputs: Seq[(Chan, String)]
    Definition Classes
    GetSkiPiProcess
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def mapArgs(args: Chan*): ChanMap

    Used when a process is called to map argument channels to the given values.

    Used when a process is called to map argument channels to the given values.

    Definition Classes
    PiProcess
  33. def mapFreshArgs(i: Int, args: Chan*): ChanMap
    Definition Classes
    PiProcess
  34. val name: String
    Definition Classes
    GetSkiPiProcess
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. val output: (PiOpt, String)
    Definition Classes
    GetSkiPiProcess
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def toEntry: (String, PiProcess)

    Shortcut to create entries in name->PiProcess maps

    Shortcut to create entries in name->PiProcess maps

    Definition Classes
    PiProcess
  41. def toIEntry: (String, PiProcess)

    * Shortcut to create entries in name->PiProcess maps using the instance name

    * Shortcut to create entries in name->PiProcess maps using the instance name

    Definition Classes
    PiProcess
  42. def toString(): String
    Definition Classes
    PiProcess → AnyRef → Any
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  46. def [B](y: B): (GetSki, B)
    Implicit
    This member is added by an implicit conversion from GetSki to ArrowAssoc[GetSki] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from CompositeProcess

Inherited from PiProcess

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from GetSki to any2stringadd[GetSki]

Inherited by implicit conversion StringFormat from GetSki to StringFormat[GetSki]

Inherited by implicit conversion Ensuring from GetSki to Ensuring[GetSki]

Inherited by implicit conversion ArrowAssoc from GetSki to ArrowAssoc[GetSki]

Ungrouped