Uses of Interface
org.wso2.balana.cond.cluster.FunctionCluster

Packages that use FunctionCluster
org.wso2.balana.cond.cluster This package defines the FunctionCluster interface that is used to define a cluster of functions that are all implemented by some common class. 
org.wso2.balana.cond.cluster.xacml3   
 

Uses of FunctionCluster in org.wso2.balana.cond.cluster
 

Classes in org.wso2.balana.cond.cluster that implement FunctionCluster
 class AbsFunctionCluster
          Clusters all the functions supported by AbsFunction.
 class AddFunctionCluster
          Clusters all the functions supported by AddFunction.
 class ComparisonFunctionCluster
          Clusters all the functions supported by ComparisonFunction.
 class ConditionBagFunctionCluster
          Clusters all the functions supported by ConditionBagFunction.
 class ConditionSetFunctionCluster
          Clusters all the functions supported by ConditionSetFunction.
 class DateMathFunctionCluster
          Clusters all the functions supported by DateMathFunction.
 class DivideFunctionCluster
          Clusters all the functions supported by DivideFunction.
 class EqualFunctionCluster
          Clusters all the functions supported by EqualFunction.
 class FloorFunctionCluster
          Clusters all the functions supported by FloorFunction.
 class GeneralBagFunctionCluster
          Clusters all the functions supported by GeneralBagFunction.
 class GeneralSetFunctionCluster
          Clusters all the functions supported by GeneralSetFunction.
 class HigherOrderFunctionCluster
          Clusters all the functions supported by HigherOrderFunction.
 class LogicalFunctionCluster
          Clusters all the functions supported by LogicalFunction.
 class MatchFunctionCluster
          Clusters all the functions supported by MatchFunction.
 class ModFunctionCluster
          Clusters all the functions supported by ModFunction.
 class MultiplyFunctionCluster
          Clusters all the functions supported by MultiplyFunction.
 class NOfFunctionCluster
          Clusters all the functions supported by NOfFunction.
 class NotFunctionCluster
          Clusters all the functions supported by NotFunction.
 class NumericConvertFunctionCluster
          Clusters all the functions supported by NumericConvertFunction.
 class RoundFunctionCluster
          Clusters all the functions supported by RoundFunction.
 class StringFunctionCluster
          Clusters all the functions supported by StringFunction and URLStringCatFunction.
 class StringNormalizeFunctionCluster
          Clusters all the functions supported by StringNormalizeFunction.
 class SubtractFunctionCluster
          Clusters all the functions supported by SubtractFunction.
 

Uses of FunctionCluster in org.wso2.balana.cond.cluster.xacml3
 

Classes in org.wso2.balana.cond.cluster.xacml3 that implement FunctionCluster
 class StringComparingFunctionCluster
          Clusters all the functions supported by StringComparingFunction
 class StringConversionFunctionCluster
          Clusters all the functions supported by StringConversionFunction
 class StringCreationFunctionCluster
          Clusters all the functions supported by StringCreationFunction
 class SubStringFunctionCluster
          Clusters all the functions supported by SubStringFunction
 class XPathFunctionCluster
          Clusters all the functions supported by XPathFunction
 



Copyright © 2015 WSO2. All rights reserved.