Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sun.xacml.cond.cluster
Class NOfFunctionCluster  view NOfFunctionCluster download NOfFunctionCluster.java

java.lang.Object
  extended bycom.sun.xacml.cond.cluster.NOfFunctionCluster
All Implemented Interfaces:
FunctionCluster

public class NOfFunctionCluster
extends java.lang.Object
implements FunctionCluster

Clusters all the functions supported by NOfFunction.

Since:
1.2

Constructor Summary
NOfFunctionCluster()
           
 
Method Summary
 java.util.Set 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

NOfFunctionCluster

public NOfFunctionCluster()
Method Detail

getSupportedFunctions

public java.util.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