Uses of Class
edu.UCL.satin.impl.arch.attribute.MatchAttribute

Packages that use MatchAttribute
edu.UCL.satin.impl.arch.attribute   
 

Uses of MatchAttribute in edu.UCL.satin.impl.arch.attribute
 

Methods in edu.UCL.satin.impl.arch.attribute with parameters of type MatchAttribute
 boolean StringExactMatchFilter.compare(MatchAttribute filter, GenericAttribute attr)
           
 boolean MatchFilter.compare(MatchAttribute filter, GenericAttribute attr)
          Compares the value of attr with that of filter.
 boolean LesserThanFilter.compare(MatchAttribute filter, GenericAttribute attr)
           
 boolean LesserEqualThanFilter.compare(MatchAttribute filter, GenericAttribute attr)
           
 boolean GreaterThanFilter.compare(MatchAttribute filter, GenericAttribute attr)
           
 boolean GreaterEqualThanFilter.compare(MatchAttribute filter, GenericAttribute attr)
           
 boolean ContainsFilter.compare(MatchAttribute filter, GenericAttribute attr)
           
 boolean AnyFilter.compare(MatchAttribute filter, GenericAttribute attr)