Uses of Class
ucs.RuleCondition

Packages that use RuleCondition
ucs   
 

Uses of RuleCondition in ucs
 

Fields in ucs declared as RuleCondition
 RuleCondition Indiv.condition
          The RuleCondition object defining the matching input space for this rule.
 

Methods in ucs with parameters of type RuleCondition
 boolean RuleCondition.matches(RuleCondition other)
          Checks whether two conditions match or not.