edu.unima.ky.parallel.javaparty
Class ExCTSemaTask1

java.lang.Object
  |
  +--edu.unima.ky.parallel.javaparty.CommunicationTask
        |
        +--edu.unima.ky.parallel.javaparty.ExCTSemaTask1
All Implemented Interfaces:
java.lang.Runnable

class ExCTSemaTask1
extends CommunicationTask
implements java.lang.Runnable

ExCTSemaTask1


Field Summary
 
Fields inherited from class edu.unima.ky.parallel.javaparty.CommunicationTask
myid, ptask
 
Constructor Summary
ExCTSemaTask1(edu.unima.ky.parallel.javaparty.RemoteBroadcast world, java.lang.Integer id, int p)
           
 
Method Summary
 void run()
           
 
Methods inherited from class edu.unima.ky.parallel.javaparty.CommunicationTask
broadcast, broadcast, getPartners, numPartners, receive, receive, send, send, terminate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExCTSemaTask1

public ExCTSemaTask1(edu.unima.ky.parallel.javaparty.RemoteBroadcast world,
                     java.lang.Integer id,
                     int p)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable