websphinx.util
Class PQItem

java.lang.Object
  |
  +--websphinx.util.PQItem
All Implemented Interfaces:
Prioritized

class PQItem
extends java.lang.Object
implements Prioritized


Field Summary
(package private)  float priority
           
 
Constructor Summary
PQItem(float priority)
           
 
Method Summary
 float getPriority()
          Get the priority of the object.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

priority

float priority
Constructor Detail

PQItem

public PQItem(float priority)
Method Detail

getPriority

public float getPriority()
Description copied from interface: Prioritized
Get the priority of the object.
Specified by:
getPriority in interface Prioritized

toString

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