|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tibco.rta.model.rule.ActionFunctionsRepository
public class ActionFunctionsRepository
A repository of action function descriptors that can be used by design time for use in rule definitions.
Field Summary | |
---|---|
static ActionFunctionsRepository |
INSTANCE
The only instance |
Method Summary | |
---|---|
void |
addAction(java.lang.String name,
ActionFunctionDescriptor actionFunctionDescriptor)
|
java.util.Collection<ActionFunctionDescriptor> |
getActionFunctionDescriptors()
Returns a list of action descriptors. |
ActionFunctionDescriptor |
getFunctionDescriptor(java.lang.String name)
Returns the function descriptor given a action name |
java.util.Collection<java.lang.String> |
getMetricFunctionDescriptorNames()
Returns a list of names of function descriptors. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ActionFunctionsRepository INSTANCE
Method Detail |
---|
public void addAction(java.lang.String name, ActionFunctionDescriptor actionFunctionDescriptor)
public ActionFunctionDescriptor getFunctionDescriptor(java.lang.String name)
name
- Name for which the descriptor is desired.
public java.util.Collection<ActionFunctionDescriptor> getActionFunctionDescriptors()
public java.util.Collection<java.lang.String> getMetricFunctionDescriptorNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |