Uses of Class
proper.relaggs.RelaggsAttribute

Packages that use RelaggsAttribute
proper.relaggs contains the core classes of RELAGGS, without the GUI components 
 

Uses of RelaggsAttribute in proper.relaggs
 

Methods in proper.relaggs that return RelaggsAttribute
 RelaggsAttribute RelaggsTable.getAttribute(java.lang.String name)
          returns the attribute object for the given name.
 

Methods in proper.relaggs with parameters of type RelaggsAttribute
 boolean RelaggsTable.addAttribute(RelaggsAttribute attribute)
          Adds a new attribute to the table.
 void RelaggsStructure.addAttribute(RelaggsAttribute attr)
          Adds an attribute that should be aggregated to the structure.
 void RelaggsStructure.addAttributeValue(RelaggsAttribute attr, java.sql.Date value, int key)
          Adds a date attribute value to the structure.
 void RelaggsStructure.addAttributeValue(RelaggsAttribute attr, int value, int key)
          Adds an integer attribute value to the structure.
 void RelaggsStructure.addAttributeValue(RelaggsAttribute attr, java.lang.String value, int key)
          Adds a string attribute value to the structure.
 void RelaggsStructure.addAttributeValueGroupBy(RelaggsAttribute attr, RelaggsAttribute gb_attr, java.lang.Object gb_value, java.sql.Date value, int key)
          Adds a date attribute value for a condition attribute value to the structure.
 void RelaggsStructure.addAttributeValueGroupBy(RelaggsAttribute attr, RelaggsAttribute gb_attr, java.lang.Object gb_value, java.lang.Object value, java.lang.String value_type, int key)
          Adds an integer attribute value or an aggregated integer value for a condition attribute value to the structure.
 void RelaggsStructure.addAttributeValueGroupBy(RelaggsAttribute attr, RelaggsAttribute gb_attr, java.lang.Object gb_value, java.lang.String value, int key)
          Adds a string attribute value for a condition attribute value to the structure.
 RelaggsStructure SqlEngine.getAttributes(RelaggsTable table, RelaggsAttribute attribute)
          Reads the attributes of the given table into the RelaggsStructure.
 boolean RelaggsStructure.isAggregationValid(RelaggsAttribute attr)
          Returns whether the attribute should be aggregated according to the max_aggr_values parameter.
 boolean RelaggsStructure.isAggregationValid(RelaggsAttribute attr, java.lang.String attr_param)
          Returns whether the attribute should be aggregated according to the max_aggr_values parameter.