FunctionCluster
interface that
is used to define a cluster of functions that are all implemented by
some common class.See: Description
Interface | Description |
---|---|
FunctionCluster |
Interface used by classes that support more than one function.
|
Class | Description |
---|---|
AbsFunctionCluster |
Clusters all the functions supported by
AbsFunction . |
AddFunctionCluster |
Clusters all the functions supported by
AddFunction . |
ComparisonFunctionCluster |
Clusters all the functions supported by
ComparisonFunction . |
ConditionBagFunctionCluster |
Clusters all the functions supported by
ConditionBagFunction . |
ConditionSetFunctionCluster |
Clusters all the functions supported by
ConditionSetFunction . |
DateMathFunctionCluster |
Clusters all the functions supported by
DateMathFunction . |
DivideFunctionCluster |
Clusters all the functions supported by
DivideFunction . |
EqualFunctionCluster |
Clusters all the functions supported by
EqualFunction . |
FloorFunctionCluster |
Clusters all the functions supported by
FloorFunction . |
GeneralBagFunctionCluster |
Clusters all the functions supported by
GeneralBagFunction . |
GeneralSetFunctionCluster |
Clusters all the functions supported by
GeneralSetFunction . |
HigherOrderFunctionCluster |
Clusters all the functions supported by
HigherOrderFunction . |
LogicalFunctionCluster |
Clusters all the functions supported by
LogicalFunction . |
MatchFunctionCluster |
Clusters all the functions supported by
MatchFunction . |
ModFunctionCluster |
Clusters all the functions supported by
ModFunction . |
MultiplyFunctionCluster |
Clusters all the functions supported by
MultiplyFunction . |
NOfFunctionCluster |
Clusters all the functions supported by
NOfFunction . |
NotFunctionCluster |
Clusters all the functions supported by
NotFunction . |
NumericConvertFunctionCluster |
Clusters all the functions supported by
NumericConvertFunction . |
RoundFunctionCluster |
Clusters all the functions supported by
RoundFunction . |
StringFunctionCluster |
Clusters all the functions supported by
StringFunction
and URLStringCatFunction . |
StringNormalizeFunctionCluster |
Clusters all the functions supported by
StringNormalizeFunction . |
SubtractFunctionCluster |
Clusters all the functions supported by
SubtractFunction . |
FunctionCluster
interface that
is used to define a cluster of functions that are all implemented by
some common class. Also included in this package, as a convenience,
are cluster classes for all the standard functions. These are used by
the standard factory and by the run-time configuration system.Copyright © 2023 JBoss by Red Hat. All rights reserved.