Uses of Class
tico.rules.TRule

Packages that use TRule
tico.rules.database   
 

Uses of TRule in tico.rules.database
 

Methods in tico.rules.database that return types with arguments of type TRule
 java.util.Vector<TRule> TLoadRule.loadAllRules()
           
 java.util.Vector<TRule> TLoadRule.loadRulesByType(java.lang.String option, java.util.Vector<TAttribute> attributeList)
           
 

Methods in tico.rules.database with parameters of type TRule
 int TSaveRule.saveRule(TRule rule)