|
|||||||||
Home >> All >> com >> sun >> xacml >> cond >> [ cluster overview ] | PREV PACKAGE NEXT PACKAGE |
Package com.sun.xacml.cond.cluster
Support for Conditions is in this package.
See:
Description
Interface Summary | |
FunctionCluster | Interface used by classes that support more than one function. |
Class Summary | |
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 . |
StringNormalizeFunctionCluster | Clusters all the functions supported by
StringNormalizeFunction . |
SubtractFunctionCluster | Clusters all the functions supported by SubtractFunction . |
Package com.sun.xacml.cond.cluster Description
Support for Conditions is in this package. This contains all of the function code, including base types, implementations of all of the standard functions, and a factory for getting functions and adding new ones to the system. There is also support for the Condition and Apply XML types.
Note that prior to the 1.2 release, most of the function implementations in this package were package private, mostly because there is no reason to interact with these classes directly. With the 1.2 release all classes were exposed, in part to make all the standard identifier strings easily available. If you need a function instance, however, you should still use the factory interface. You should not ever need to instantiate one of the standard function classes directly. Note also that in the next major release some of the function impementations may change their interfaces, which is another reason to interact with the standard functions only through the factory interface.
|
|||||||||
Home >> All >> com >> sun >> xacml >> cond >> [ cluster overview ] | PREV PACKAGE NEXT PACKAGE |