dragon.nlp.compare
Interface SortedElement

All Superinterfaces:
FrequencySortable, IndexSortable, WeightSortable
All Known Implementing Classes:
Phrase, SimpleTermPredicate, Term, Token, Triple

public interface SortedElement
extends WeightSortable, IndexSortable, FrequencySortable

Interface for objects which are wieght-sortable, index-sortable, and frequency-sortable

Copyright: Copyright (c) 2005

Company: IST, Drexel University

Version:
1.0
Author:
Davis Zhou

Methods inherited from interface dragon.nlp.compare.WeightSortable
getWeight, setWeight
 
Methods inherited from interface dragon.nlp.compare.IndexSortable
getIndex, setIndex
 
Methods inherited from interface dragon.nlp.compare.FrequencySortable
getFrequency, setFrequency