opennlp.grok.knowledge
Class SimpleSalienceList

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractList
              |
              +--java.util.AbstractSequentialList
                    |
                    +--java.util.LinkedList
                          |
                          +--opennlp.grok.knowledge.SimpleSalienceList
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.util.List, opennlp.common.discourse.SalienceList, java.io.Serializable

public class SimpleSalienceList
extends java.util.LinkedList
implements opennlp.common.discourse.SalienceList

A list of referrables ordered by their salience.

Version:
$Revision: 1.1.1.1 $, $Date: 2001/10/23 15:17:51 $
Author:
Jason Baldridge
See Also:
Serialized Form

Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
SimpleSalienceList(opennlp.common.structure.KB kb)
           
 
Method Summary
 java.lang.Object clone()
           
 opennlp.common.synsem.Denoter mostSalient(opennlp.common.synsem.Denoter c)
           
 opennlp.common.synsem.Denoter mostSalient(java.util.Set gs)
           
 opennlp.common.synsem.Denoter mostSalient(java.util.Set gs, opennlp.common.unify.Feature f)
           
 void promote(opennlp.common.synsem.Denoter ent)
           
 java.lang.String toString()
           
 
Methods inherited from class java.util.LinkedList
add, add, addAll, addAll, addFirst, addLast, clear, contains, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, remove, remove, removeFirst, removeLast, set, size, toArray, toArray
 
Methods inherited from class java.util.AbstractSequentialList
iterator
 
Methods inherited from class java.util.AbstractList
equals, hashCode, listIterator, removeRange, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, isEmpty, removeAll, retainAll
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Constructor Detail

SimpleSalienceList

public SimpleSalienceList(opennlp.common.structure.KB kb)
Method Detail

mostSalient

public opennlp.common.synsem.Denoter mostSalient(java.util.Set gs)
Specified by:
mostSalient in interface opennlp.common.discourse.SalienceList

mostSalient

public opennlp.common.synsem.Denoter mostSalient(java.util.Set gs,
                                                 opennlp.common.unify.Feature f)
Specified by:
mostSalient in interface opennlp.common.discourse.SalienceList

mostSalient

public opennlp.common.synsem.Denoter mostSalient(opennlp.common.synsem.Denoter c)
Specified by:
mostSalient in interface opennlp.common.discourse.SalienceList

promote

public void promote(opennlp.common.synsem.Denoter ent)
Specified by:
promote in interface opennlp.common.discourse.SalienceList

toString

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

clone

public java.lang.Object clone()
Specified by:
clone in interface opennlp.common.discourse.SalienceList
Overrides:
clone in class java.util.LinkedList


Copyright © 2001 Jason Baldridge and Gann Bierner. All Rights Reserved.