Package | Description |
---|---|
org.drools.model | |
org.drools.model.index | |
org.drools.model.view |
Modifier and Type | Method and Description |
---|---|
Index.ConstraintType |
Index.getConstraintType() |
static Index.ConstraintType |
Index.ConstraintType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Index.ConstraintType[] |
Index.ConstraintType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <T,U> AlphaIndex<T,U> |
PatternDSL.alphaIndexedBy(Class<U> indexedClass,
Index.ConstraintType constraintType,
int indexId,
Function1<T,U> leftOperandExtractor,
U rightValue) |
static <T,U,V> BetaIndex<T,U,V> |
PatternDSL.betaIndexedBy(Class<V> indexedClass,
Index.ConstraintType constraintType,
int indexId,
Function1<T,V> leftOperandExtractor,
Function1<U,V> rightOperandExtractor) |
Modifier and Type | Method and Description |
---|---|
Index.ConstraintType |
AbstractIndex.getConstraintType() |
Constructor and Description |
---|
AbstractIndex(Class<V> indexedClass,
Index.ConstraintType constraintType,
int indexId,
Function1<A,V> leftOperandExtractor) |
AlphaIndexImpl(Class<V> indexedClass,
Index.ConstraintType constraintType,
int indexId,
Function1<A,V> leftOperandExtractor,
V rightValue) |
BetaIndexImpl(Class<V> indexedClass,
Index.ConstraintType constraintType,
int indexId,
Function1<A,V> leftOperandExtractor,
Function1<B,V> rightOperandExtractor) |
Modifier and Type | Method and Description |
---|---|
<U> Expr1ViewItem<T> |
Expr1ViewItem.indexedBy(Class<U> indexedClass,
Index.ConstraintType constraintType,
int indexId,
Function1<T,U> leftOperandExtractor,
U rightValue) |
<U> Expr1ViewItemImpl<T> |
Expr1ViewItemImpl.indexedBy(Class<U> indexedClass,
Index.ConstraintType constraintType,
int indexId,
Function1<T,U> leftOperandExtractor,
U rightValue) |
<V> Expr2ViewItemImpl<T,U> |
Expr2ViewItemImpl.indexedBy(Class<V> indexedClass,
Index.ConstraintType constraintType,
int indexId,
Function1<T,V> leftOperandExtractor,
Function1<U,V> rightOperandExtractor) |
<V> Expr2ViewItem<T,U> |
Expr2ViewItem.indexedBy(Class<V> indexedClass,
Index.ConstraintType constraintType,
int indexId,
Function1<T,V> leftOperandExtractor,
Function1<U,V> rightOperandExtractor) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.