edu.stanford.nlp.util
Class ScoredPriorityAgenda

java.lang.Object
  |
  +--edu.stanford.nlp.util.ScoredPriorityAgenda
All Implemented Interfaces:
Agenda

public final class ScoredPriorityAgenda
extends Object
implements Agenda

ScoredPriorityAgenda


Constructor Summary
ScoredPriorityAgenda()
           
 
Method Summary
 void add(Object o)
           
 int decreaseKey(Object o)
           
 boolean hasNext()
           
 Object next()
           
 void verify()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScoredPriorityAgenda

public ScoredPriorityAgenda()
Method Detail

verify

public void verify()

add

public void add(Object o)
Specified by:
add in interface Agenda

next

public Object next()
Specified by:
next in interface Agenda

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Agenda

decreaseKey

public int decreaseKey(Object o)


Stanford NLP Group