org.codehaus.gpars

groovyx.gpars.csp.util
[Groovy] Class Multiplexer

java.lang.Object
  groovyx.gpars.csp.util.Multiplexer
All Implemented Interfaces:
org.jcsp.lang.CSProcess

class Multiplexer
extends java.lang.Object

Property Summary
ChannelInputList inChannels

org.jcsp.lang.ChannelOutput outChannel

 
Constructor Summary
Multiplexer()

 
Method Summary
void run()

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

inChannels

ChannelInputList inChannels


outChannel

org.jcsp.lang.ChannelOutput outChannel


 
Constructor Detail

Multiplexer

Multiplexer()


 
Method Detail

run

void run()


 

Copyright © 2008–2010 Václav Pech. All Rights Reserved.