render
Class Sincronante

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--render.Sincronante
All Implemented Interfaces:
java.lang.Runnable

class Sincronante
extends java.lang.Thread


Field Summary
private  java.util.LinkedList nodos
           
private  java.util.ListIterator os_nodos
           
private  render.InterfazVisual v
           
private  boolean yaestubo
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
(package private) Sincronante(render.InterfazVisual v, java.util.LinkedList z, java.lang.String this_ip, int num_tremitas, float fi_min, int deposit, int saturacion, float fi_slope, int which_rule, int cell_rows, int cell_cols)
          Creates a new instance of Sincronante
 
Method Summary
(package private)  float[][] activaRendering(float[][] novas)
           
(package private)  void deactivaRendering()
           
 void destroy()
           
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

nodos

private java.util.LinkedList nodos

v

private render.InterfazVisual v

yaestubo

private boolean yaestubo

os_nodos

private java.util.ListIterator os_nodos
Constructor Detail

Sincronante

Sincronante(render.InterfazVisual v,
            java.util.LinkedList z,
            java.lang.String this_ip,
            int num_tremitas,
            float fi_min,
            int deposit,
            int saturacion,
            float fi_slope,
            int which_rule,
            int cell_rows,
            int cell_cols)
Creates a new instance of Sincronante

Method Detail

destroy

public void destroy()
Overrides:
destroy in class java.lang.Thread

run

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

activaRendering

float[][] activaRendering(float[][] novas)

deactivaRendering

void deactivaRendering()