com.bea.p13n.rules.model
Interface BoundVariableProvider

All Known Implementing Classes:
InstanceMethodModel, RuleModel, RuleModel.ConditionsModel, VariableBindingModel

public interface BoundVariableProvider

A ClauseModel which represents a bound variable when in a rule's conditions.


Method Summary
 Collection<MethodCallModel.VariableArgument> getBoundVariables()
          Get the bound variable information this model provides.
 

Method Detail

getBoundVariables

Collection<MethodCallModel.VariableArgument> getBoundVariables()
Get the bound variable information this model provides. The returned list is not neccessarily mutable. The entries in the list might not be complete or unique.

Returns
the bound variable information, null or empty for none.


Copyright © 2011, Oracle. All rights reserved.