physis.core.task
Class PerformedTasksRegister

java.lang.Object
  |
  +--physis.core.task.PerformedTasksRegister

public class PerformedTasksRegister
extends java.lang.Object


Field Summary
static byte IT_DOESNT_COUNT_ANYMORE
           
(package private)  byte[] table
          The TaskLibrary can directly access this table, that's why it has package visibility.
 
Constructor Summary
PerformedTasksRegister(int number_of_tasks_to_be_registered)
           
 
Method Summary
 void clear()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

IT_DOESNT_COUNT_ANYMORE

public static final byte IT_DOESNT_COUNT_ANYMORE

table

byte[] table
The TaskLibrary can directly access this table, that's why it has package visibility. The Task IDs are the indexes and the values count how many times the tasks were performed.
Constructor Detail

PerformedTasksRegister

public PerformedTasksRegister(int number_of_tasks_to_be_registered)
Method Detail

clear

public void clear()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object