public class NOTEMPTY extends EMPTY
MATCH
results.Modifier and Type | Field and Description |
---|---|
static String |
NOTEMPTY_ID |
Constructor and Description |
---|
NOTEMPTY() |
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(IExecutionContext ctxt,
IEvaluationCondition condition)
Evaluate result for this operator.
|
String |
getImplementationId()
Unique addon implementation ID.
|
IEvaluationOperator |
getNegated()
Returns a new instance instance of Evaluation operator, allowing to negate the operands.
|
String |
getRepresentation()
String representation for human read
|
getInverted, getReferenceExpectedType
clone, compile, compileOperator, equals, getReferencePreferredType, getSourceExpectedType, hashCode, toString
getInternalCacheIdentifier, isCacheUsed, isInternalCacheIdentifierNeeded, optimize, resetCachedData, setInternalCacheIdentifier, toString, wasRegistered
getDebugInfo, getDescription, getName, setDebugInfo, setDescription, setName
finalize, getClass, notify, notifyAll, wait, wait, wait
getInternalCacheIdentifier, isCacheUsed, isInternalCacheIdentifierNeeded, optimize, resetCachedData, setInternalCacheIdentifier, wasRegistered
getDebugInfo, getDescription, getName, setDebugInfo, setDescription, setName
public static final String NOTEMPTY_ID
public boolean evaluate(IExecutionContext ctxt, IEvaluationCondition condition) throws MConditionEvaluationException
IEvaluationOperator
evaluate
in interface IEvaluationOperator
evaluate
in class EMPTY
MConditionEvaluationException
public IEvaluationOperator getNegated()
IEvaluationOperator
getNegated
in interface IEvaluationOperator
getNegated
in class EMPTY
public String getRepresentation()
IEvaluationOperator
getRepresentation
in interface IEvaluationOperator
getRepresentation
in class EMPTY
public String getImplementationId()
IAddon
getImplementationId
in interface IAddon
getImplementationId
in class EMPTY