Class  NLTtime
java.lang.Object
  |
  +--NLTtime
- public class NLTtime
- extends java.lang.Object
- implements java.awt.event.ActionListener
   
 
 
 
| Methods inherited from class java.lang.Object | 
, 
clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
registerNatives, 
toString, 
wait, 
wait, 
wait | 
 
time
private javax.swing.Timer time
key
private java.lang.String key
pending
private java.util.Hashtable pending
AgendaQ
private LinkedListQ AgendaQ
Local
private Agent Local
executor_notify
private Semaphore executor_notify
agenda
private AgendaCell agenda
flag
private boolean flag
NLTtime
NLTtime(AgendaCell A,
        java.util.Hashtable p,
        LinkedListQ AQ,
        Agent local,
        Semaphore e_notify,
        int timelength)
stopTimer
public void stopTimer()
 
getAgenda
public AgendaCell getAgenda()
 
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by: 
 - actionPerformed in interface java.awt.event.ActionListener