Class NetPoint

java.lang.Object
  extended byjava.lang.Thread
      extended bycz.zcu.fav.kiv.jsim.JSimProcess
          extended byNetPoint
All Implemented Interfaces:
java.lang.Comparable, cz.zcu.fav.kiv.jsim.gui.JSimDisplayable, java.lang.Runnable

public class NetPoint
extends cz.zcu.fav.kiv.jsim.JSimProcess


Field Summary
 int inCominCount
           
 int net_pom
           
 DistributedSimulation simulation
           
 
Fields inherited from class cz.zcu.fav.kiv.jsim.JSimProcess
INT_REQUESTS_TO_IGNORE, myParent, STATE_ACTIVE, STATE_NEW, STATE_PASSIVE, STATE_SCHEDULED, STATE_TERMINATED
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
NetPoint(java.lang.String name, DistributedSimulation sim, QueueWithServer[] q, ClientData ParData)
           
NetPoint(java.lang.String name, DistributedSimulation sim, QueueWithServer q, ClientData ParData)
           
 
Method Summary
protected  void life()
           
 void setSimulationEndTime(double ParTime)
          This Mmethod set simulation end time
 
Methods inherited from class cz.zcu.fav.kiv.jsim.JSimProcess
activate, cancel, compareTo, createDetailedInfoWindow, equals, error, getDetailedInformationArray, getNumber, getObjectListItemDescription, getPrivateLock, getScheduleTime, getState, getStateAsString, getStateAsString, hasBeenStarted, hashCode, hold, isIdle, message, messageNoNL, passivate, reactivate, run, start, toString
 
Methods inherited from class java.lang.Thread
activeCount, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, checkAccess, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, stop, stop, suspend, yield
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

inCominCount

public int inCominCount

net_pom

public int net_pom

simulation

public DistributedSimulation simulation
Constructor Detail

NetPoint

public NetPoint(java.lang.String name,
                DistributedSimulation sim,
                QueueWithServer[] q,
                ClientData ParData)
         throws cz.zcu.fav.kiv.jsim.JSimSimulationAlreadyTerminatedException,
                cz.zcu.fav.kiv.jsim.JSimInvalidParametersException,
                cz.zcu.fav.kiv.jsim.JSimTooManyProcessesException

NetPoint

public NetPoint(java.lang.String name,
                DistributedSimulation sim,
                QueueWithServer q,
                ClientData ParData)
         throws cz.zcu.fav.kiv.jsim.JSimSimulationAlreadyTerminatedException,
                cz.zcu.fav.kiv.jsim.JSimInvalidParametersException,
                cz.zcu.fav.kiv.jsim.JSimTooManyProcessesException
Method Detail

life

protected void life()

setSimulationEndTime

public void setSimulationEndTime(double ParTime)
This Mmethod set simulation end time