public class ConditionBagFunctionCluster extends Object implements FunctionCluster
ConditionBagFunction.| Constructor and Description |
|---|
ConditionBagFunctionCluster() |
| Modifier and Type | Method and Description |
|---|---|
Set |
getSupportedFunctions()
Returns a single instance of each of the functions supported by
some class.
|
public Set getSupportedFunctions()
FunctionClusterSet 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.
getSupportedFunctions in interface FunctionClusterCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.