Package | Description |
---|---|
psdi.app.recontask.engine |
Modifier and Type | Class and Description |
---|---|
class |
ReconOperatorCompCompareAttribute
Operator representing an attribute match operation
|
class |
ReconOperatorCompCompareCardinality
Operator representing an attribute match operation
|
class |
ReconOperatorCompFilter
Operator representing a filter operation carried out by the SQL database at
the back-end.
|
class |
ReconOperatorLinkCompareAttribute |
class |
ReconOperatorLogical |
Modifier and Type | Field and Description |
---|---|
ReconOperator |
ReconExpressionToken.operator |
Modifier and Type | Field and Description |
---|---|
java.util.List<ReconOperator> |
ReconExpression.validOperators
the allowed operators
|
Modifier and Type | Method and Description |
---|---|
ReconOperator |
ReconOperatorLogical.getInstance() |
ReconOperator |
ReconOperatorLinkCompareAttribute.getInstance() |
ReconOperator |
ReconOperatorCompFilter.getInstance() |
ReconOperator |
ReconOperatorCompCompareCardinality.getInstance() |
ReconOperator |
ReconOperatorCompCompareAttribute.getInstance() |
abstract ReconOperator |
ReconOperator.getInstance()
Factory-like method to allow operator objects that cache
initializations to return a new instance instead of this
|
Constructor and Description |
---|
ReconExpressionToken(int tokenType,
java.lang.String tokenValue,
java.lang.String tokenUnit,
ReconOperator operator) |