Package

gopher

transputers

Permalink

package transputers

transputers implementations

See also

gopher.transputers.ReplicatedTransputer

gopher.transputers.TransputerSupervisor

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. transputers
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
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

Inherited from AnyRef

Inherited from Any

Ungrouped