edu.stanford.nlp.util
Class LikelihoodBeam

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractSet
              |
              +--java.util.TreeSet
                    |
                    +--edu.stanford.nlp.util.Beam
                          |
                          +--edu.stanford.nlp.util.LikelihoodBeam
All Implemented Interfaces:
Cloneable, Collection, Serializable, Set, SortedSet

public class LikelihoodBeam
extends Beam

LikelihoodBeam

See Also:
Serialized Form

Constructor Summary
LikelihoodBeam(int maxBeamSize)
           
 
Method Summary
 boolean add(Object o)
           
 void clear()
           
 Iterator iterator()
           
 boolean remove(Object o)
           
 
Methods inherited from class edu.stanford.nlp.util.Beam
addAll, capacity, removeAll, retainAll
 
Methods inherited from class java.util.TreeSet
clone, comparator, contains, first, headSet, isEmpty, last, size, subSet, tailSet
 
Methods inherited from class java.util.AbstractSet
equals, hashCode
 
Methods inherited from class java.util.AbstractCollection
containsAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
containsAll, equals, hashCode, toArray, toArray
 

Constructor Detail

LikelihoodBeam

public LikelihoodBeam(int maxBeamSize)
Method Detail

add

public boolean add(Object o)
Specified by:
add in interface Set
Overrides:
add in class Beam

remove

public boolean remove(Object o)
Specified by:
remove in interface Set
Overrides:
remove in class Beam

clear

public void clear()
Specified by:
clear in interface Set
Overrides:
clear in class TreeSet

iterator

public Iterator iterator()
Specified by:
iterator in interface Set
Overrides:
iterator in class TreeSet


Stanford NLP Group