ch.ethz.mxquery.datamodel.adm
Class Phrase
java.lang.Object
ch.ethz.mxquery.datamodel.adm.Phrase
- All Implemented Interfaces:
- FTToken
public class Phrase
- extends java.lang.Object
- implements FTToken
implementation of a Phrase containing several Matchs (for each Linguistic
Token that matches a word of the phrase)
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Phrase
public Phrase(LinguisticToken token)
Phrase
public Phrase()
Phrase
public Phrase(Phrase p)
addLightLinguisticToken
public void addLightLinguisticToken(LinguisticToken token)
getLastInsertedElement
public LinguisticToken getLastInsertedElement()
phraseSize
public int phraseSize()
getPhrase
public java.util.Vector getPhrase()
getFirstElement
public LinguisticToken getFirstElement()
removeElements
public void removeElements(int posInPhrase)
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich