com.tibco.rta.runtime.model.rule
Interface Rule


public interface Rule

Runtime representation of a rule.


Method Summary
 Action getClearAction(java.lang.String actionName)
           
 java.util.Collection<Action> getClearActions()
           
 java.lang.String getName()
          Get the rule name.
 RuleDef getRuleDef()
          Return the corresponding design time artefact RuleDef
 Action getSetAction(java.lang.String actionName)
           
 java.util.Collection<Action> getSetActions()
           
 

Method Detail

getName

java.lang.String getName()
Get the rule name.

Returns:
the rule name.

getRuleDef

RuleDef getRuleDef()
Return the corresponding design time artefact RuleDef

Returns:

getSetAction

Action getSetAction(java.lang.String actionName)

getClearAction

Action getClearAction(java.lang.String actionName)

getSetActions

java.util.Collection<Action> getSetActions()

getClearActions

java.util.Collection<Action> getClearActions()


Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.