Packages

p

gopher

transputers

package transputers

transputers implementations

See also

gopher.transputers.TransputerSupervisor

gopher.transputers.ReplicatedTransputer

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. Protected

Type Members

  1. class AggregatePortAdapter[A] extends PortAdapter[Output, A]
  2. class DistributePortAdapter[A] extends PortAdapter[Input, A]
  3. class DuplicatePortAdapter[A] extends PortAdapter[Input, A]
  4. trait PortAdapter[P[_], A] extends AnyRef
  5. abstract class ReplicatedTransputer[T <: Transputer, Self] extends ParTransputer

    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]
  7. class TransputerSupervisor extends Actor with ActorLogging

    one actor, which perform operations for starting/stopping

Value Members

  1. object PortAdapters
  2. object Replicate
  3. object TransputerSupervisor

Inherited from AnyRef

Inherited from Any

Ungrouped