es.udc.gii.common.eaf.algorithm.parallel.operator
Class MasterSlaveEvaluationOperator.CommunicationThread

java.lang.Object
  extended by es.udc.gii.common.eaf.algorithm.parallel.operator.MasterSlaveEvaluationOperator.CommunicationThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
MasterSlaveEvaluationOperator

private class MasterSlaveEvaluationOperator.CommunicationThread
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
private MasterSlaveEvaluationOperator.CommunicationThread()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MasterSlaveEvaluationOperator.CommunicationThread

private MasterSlaveEvaluationOperator.CommunicationThread()
Method Detail

run

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