org.wso2.balana.cond.cluster.xacml3
Class StringCreationFunctionCluster

java.lang.Object
  extended by org.wso2.balana.cond.cluster.xacml3.StringCreationFunctionCluster
All Implemented Interfaces:
FunctionCluster

public class StringCreationFunctionCluster
extends Object
implements FunctionCluster

Clusters all the functions supported by StringCreationFunction


Constructor Summary
StringCreationFunctionCluster()
           
 
Method Summary
 Set<Function> getSupportedFunctions()
          Returns a single instance of each of the functions supported by some class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringCreationFunctionCluster

public StringCreationFunctionCluster()
Method Detail

getSupportedFunctions

public Set<Function> getSupportedFunctions()
Description copied from interface: FunctionCluster
Returns a single instance of each of the functions supported by some class. The Set must contain instances of Function, and it must be both non-null and non-empty. It may contain only a single Function.

Note that this is only used to return concrete Functions. It may not be used to report abstract functions.

Specified by:
getSupportedFunctions in interface FunctionCluster
Returns:
the functions supported by this class


Copyright © 2015 WSO2. All rights reserved.