Class Condition<T extends Comparable>
java.lang.Object
org.drools.verifier.core.index.model.Condition<T>
- Direct Known Subclasses:
BRLCondition,FieldCondition
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCondition(Column column, ConditionSuperType superType, Values<T> values, AnalyzerConfiguration configuration) -
Method Summary
Modifier and TypeMethodDescriptionstatic Matchersstatic KeyDefinition[]Key[]keys()voidstatic Matchersstatic Matchersuuid()static ComparableMatchersvalue()
-
Field Details
-
uuidKey
-
column
-
-
Constructor Details
-
Condition
public Condition(Column column, ConditionSuperType superType, Values<T> values, AnalyzerConfiguration configuration)
-
-
Method Details
-
value
-
columnUUID
-
superType
-
uuid
-
keyDefinitions
-
getColumn
-
getUuidKey
- Specified by:
getUuidKeyin interfaceHasUUID
-
getFirstValue
-
getValues
-
setValue
-
keys
-