com.sun.xacml.cond.cluster
Class ConditionBagFunctionCluster
java.lang.Object
  
com.sun.xacml.cond.cluster.ConditionBagFunctionCluster
- All Implemented Interfaces: 
 - FunctionCluster
 
- public class ConditionBagFunctionCluster
- extends Object
- implements FunctionCluster
   
Clusters all the functions supported by ConditionBagFunction.
- Since:
 
  - 1.2
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ConditionBagFunctionCluster
public ConditionBagFunctionCluster()
getSupportedFunctions
public Set 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 2003-2004 Sun Microsystems,
        Inc. All rights reserved. Use is subject to license
        terms.Sun, Sun Microsystems, the Sun Logo, and Java are
        trademarks or registered trademarks of Sun Microsystems, Inc. in
        the US and other countries.