- java.lang.Object
-
- com.exalead.indexing.analysis.processors.MetaCondition
-
- All Implemented Interfaces:
- AcceptCondition, java.lang.Cloneable
public class MetaCondition
extends java.lang.Object
implements AcceptCondition, java.lang.Cloneable
A condition that matches if the value (or existence) of a context matches
-
-
Method Summary
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
Constructor Detail
-
MetaCondition
public MetaCondition(java.lang.String name,
MetaCondition.NameMode nameMode,
java.lang.String value,
MetaCondition.ValueMode valueMode)
- Parameters:
name
- not null string. Must compile with success (Patern.compile(value) does not throw ) when nameMode is MATCHES.
nameMode
- not null operation performed on the meta name.
value
- may be null if valueMode=EXISTS, not null otherwise.
valueMode
- not null operation performed on the meta value.
Copyright © 2013 Dassault Systèmes, All Rights Reserved.