t

com.workflowfm.pew

CompositeProcess

trait CompositeProcess extends PiProcess

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CompositeProcess
  2. PiProcess
  3. AnyRef
  4. 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

Abstract Value Members

  1. abstract def body: Term

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

  2. abstract val dependencies: Seq[PiProcess]
    Definition Classes
    PiProcess
  3. abstract def inputs: Seq[(PiObject, String)]
    Definition Classes
    PiProcess
  4. abstract def name: String
    Definition Classes
    PiProcess
  5. abstract def output: (PiObject, String)
    Definition Classes
    PiProcess

Concrete 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 CompositeProcess to any2stringadd[CompositeProcess] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (CompositeProcess, B)
    Implicit
    This member is added by an implicit conversion from CompositeProcess to ArrowAssoc[CompositeProcess] 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def call(args: Chan*): Term
  10. def call(m: ChanMap): Term

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

  11. def channels: Seq[String]
    Definition Classes
    PiProcess
  12. implicit def chansFromStringSeq(s: Seq[String]): Seq[Chan]
    Definition Classes
    PiProcess
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  14. def ensuring(cond: (CompositeProcess) ⇒ Boolean, msg: ⇒ Any): CompositeProcess
    Implicit
    This member is added by an implicit conversion from CompositeProcess to Ensuring[CompositeProcess] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (CompositeProcess) ⇒ Boolean): CompositeProcess
    Implicit
    This member is added by an implicit conversion from CompositeProcess to Ensuring[CompositeProcess] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): CompositeProcess
    Implicit
    This member is added by an implicit conversion from CompositeProcess to Ensuring[CompositeProcess] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): CompositeProcess
    Implicit
    This member is added by an implicit conversion from CompositeProcess to Ensuring[CompositeProcess] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. 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
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from CompositeProcess to StringFormat[CompositeProcess] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def iname: String
    Definition Classes
    PiProcess
  26. def inputFrees(): Seq[Seq[Chan]]
    Definition Classes
    PiProcess
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. 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
  29. def mapFreshArgs(i: Int, args: Chan*): ChanMap
    Definition Classes
    PiProcess
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toEntry: (String, PiProcess)

    Shortcut to create entries in name->PiProcess maps

    Shortcut to create entries in name->PiProcess maps

    Definition Classes
    PiProcess
  35. 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
  36. def toString(): String
    Definition Classes
    PiProcess → AnyRef → Any
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  40. def [B](y: B): (CompositeProcess, B)
    Implicit
    This member is added by an implicit conversion from CompositeProcess to ArrowAssoc[CompositeProcess] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from PiProcess

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped