Uses of Class
org.palo.api.subsets.filter.settings.AttributeConstraint

Packages that use AttributeConstraint
org.palo.api.subsets.filter.settings   
 

Uses of AttributeConstraint in org.palo.api.subsets.filter.settings
 

Methods in org.palo.api.subsets.filter.settings that return AttributeConstraint
 AttributeConstraint[] AttributeConstraintsMatrix.getColumn(java.lang.String attrId)
          Returns the column for the attribute which is specified by the given attribute identifier.
 AttributeConstraint[] AttributeConstraintsMatrix.getRow(int index)
          Returns the n.th row of the constraints matrix.
 AttributeConstraint[][] AttributeConstraintsMatrix.getRows()
          Returns all rows of the attribute constraints matrix
 

Methods in org.palo.api.subsets.filter.settings with parameters of type AttributeConstraint
 void AttributeConstraintsMatrix.addFilterConstraint(AttributeConstraint constraint)
          Adds the given attribute constraint to the matrix of all attribute constraints.
 void AttributeConstraintsMatrix.removeFilterConstraint(AttributeConstraint constraint)
          Removes the given attribute constraint from the matrix of all attribute constraints.