MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.model.ft
Class FTOrder

java.lang.Object
  extended by ch.ethz.mxquery.model.ft.FTPositional
      extended by ch.ethz.mxquery.model.ft.FTOrder

public class FTOrder
extends FTPositional

FTOrder: whether Linguistic Tokens are in ascending order


Field Summary
 
Fields inherited from class ch.ethz.mxquery.model.ft.FTPositional
POS_CONTENT_ALL, POS_CONTENT_END, POS_CONTENT_START, POS_SCOPE_DIFFERENT, POS_SCOPE_SAME
 
Constructor Summary
FTOrder(java.lang.String ordered)
           
 
Method Summary
 AllMatch checkPosConstraint(AllMatch next)
           
 FTPositional copy(Context ctx, java.util.Vector nestedPredCtxStack)
           
 java.lang.String getOrdered()
           
 void reset()
           
 void setContext(Context ctx)
           
 void setResettable(boolean r)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FTOrder

public FTOrder(java.lang.String ordered)
Method Detail

checkPosConstraint

public AllMatch checkPosConstraint(AllMatch next)
Specified by:
checkPosConstraint in class FTPositional

getOrdered

public java.lang.String getOrdered()

reset

public void reset()
           throws MXQueryException
Specified by:
reset in class FTPositional
Throws:
MXQueryException

setContext

public void setContext(Context ctx)
                throws MXQueryException
Specified by:
setContext in class FTPositional
Throws:
MXQueryException

setResettable

public void setResettable(boolean r)
                   throws MXQueryException
Specified by:
setResettable in class FTPositional
Throws:
MXQueryException

copy

public FTPositional copy(Context ctx,
                         java.util.Vector nestedPredCtxStack)
                  throws MXQueryException
Specified by:
copy in class FTPositional
Throws:
MXQueryException

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich