dragon.nlp.compare
Interface WeightSortable

All Known Subinterfaces:
SortedElement
All Known Implementing Classes:
IRDoc, Phrase, SimpleTermPredicate, Term, TextUnit, Token, Triple

public interface WeightSortable

Interface for weight-sortable objects

Copyright: Copyright (c) 2005

Company: IST, Drexel University

Version:
1.0
Author:
Davis Zhou

Method Summary
 double getWeight()
           
 void setWeight(double weight)
           
 

Method Detail

getWeight

public double getWeight()

setWeight

public void setWeight(double weight)