org.eml.MMAX2.annotation.query
Class MMAX2AtomicQueryTerm

java.lang.Object
  extended by org.eml.MMAX2.annotation.query.MMAX2AtomicQueryTerm

public class MMAX2AtomicQueryTerm
extends java.lang.Object


Constructor Summary
MMAX2AtomicQueryTerm(java.lang.String _attributeName, int _attributeType, java.lang.String[] _values, MarkableLevel _level, boolean _negated, boolean _regExpMatch, int _endsAt, java.lang.String _compactString)
          Creates new MMAX2AtomicQueryTerm
 
Method Summary
 java.util.ArrayList execute()
           
 int getEndsAt()
           
 java.lang.String toCompactString()
          used for decoration and screen feedback only .
 java.util.ArrayList toConstraints()
          This method returns the match condition represented in this query term as an ArrayList of Strings of the form attribute::value, to be used with the match method on the Markable object.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MMAX2AtomicQueryTerm

public MMAX2AtomicQueryTerm(java.lang.String _attributeName,
                            int _attributeType,
                            java.lang.String[] _values,
                            MarkableLevel _level,
                            boolean _negated,
                            boolean _regExpMatch,
                            int _endsAt,
                            java.lang.String _compactString)
Creates new MMAX2AtomicQueryTerm

Method Detail

toCompactString

public final java.lang.String toCompactString()
used for decoration and screen feedback only .


toString

public final java.lang.String toString()
Overrides:
toString in class java.lang.Object

getEndsAt

public final int getEndsAt()

toConstraints

public final java.util.ArrayList toConstraints()
This method returns the match condition represented in this query term as an ArrayList of Strings of the form attribute::value, to be used with the match method on the Markable object. Used for decoration only!


execute

public final java.util.ArrayList execute()