shared
Class InstSampleElement

java.lang.Object
  |
  +--shared.InstSampleElement

public class InstSampleElement
extends java.lang.Object

Internal structure for the InsanceList class. Used for taking samples from the list.

See Also:
InstanceList

Field Summary
 boolean flag
          TRUE if used in a sample, FALSE otherwise.
 Instance pix
          The Instance object held in this InstSample.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pix

public Instance pix
The Instance object held in this InstSample.

flag

public boolean flag
TRUE if used in a sample, FALSE otherwise.