org.apache.lucene.analysis.ja.tokenAttributes
Interface CostAttribute

All Superinterfaces:
org.apache.lucene.util.Attribute
All Known Implementing Classes:
CostAttributeImpl

public interface CostAttribute
extends org.apache.lucene.util.Attribute

Attribute for Token.getCost().


Method Summary
 int getCost()
           
 void setCost(int cost)
           
 

Method Detail

getCost

int getCost()

setCost

void setCost(int cost)


Copyright © 2012. All Rights Reserved.