Package

gopher

transputers

Permalink

package transputers

Visibility
  1. Public
  2. All

Type Members

  1. class AggregatePortAdapter[A] extends PortAdapter[Output, A]

    Permalink
  2. class DistributePortAdapter[A] extends PortAdapter[Input, A]

    Permalink
  3. class DuplicatePortAdapter[A] extends PortAdapter[Input, A]

    Permalink
  4. trait PortAdapter[P[_], A] extends AnyRef

    Permalink
  5. abstract class ReplicatedTransputer[T <: Transputer, Self] extends ParTransputer

    Permalink

    Replicated[X] is transputer which keep n instances of X where ports of replicated consumer are connected to appropriative ports of instances in parallel.

    Replicated[X] is transputer which keep n instances of X where ports of replicated consumer are connected to appropriative ports of instances in parallel.

    See also

    gopher.GopherAPI#replicate

  6. class SharePortAdapter[P[_], A] extends PortAdapter[P, A]

    Permalink
  7. class TransputerSupervisor extends Actor with ActorLogging

    Permalink

    one actor, which perform operations for starting/stopping

Value Members

  1. object PortAdapters

    Permalink
  2. object Replicate

    Permalink
  3. object TransputerSupervisor

    Permalink

Ungrouped