Package edu.UCL.satin.impl.arch.attribute

Interface Summary
MatchFilter A MatchFilter is a class that compares the value of a GenericAttribute with that of a FilterAttribute.
 

Class Summary
AnyFilter An attribute comparison filter that always returns true
ContainsFilter An attribute comparison filter that returns true if the value of the attribute contains the value of the filter.
GreaterEqualThanFilter An attribute comparison filter that returns true if the value of the attribute is greater than or equal to that of the filter
GreaterThanFilter An attribute comparison filter that returns true if the value of the attribute is greater than that of the filter
LesserEqualThanFilter An attribute comparison filter that returns true if the value of the attribute is lesser than or equal to that of the filter
LesserThanFilter An attribute comparison filter that returns true if the value of the attribute is lesser that of the filter
MatchAttribute A filter attribute is an immutable GenericAttribute that allows for complex and expressive comparison with other attributes via the use of a filter.
StringExactMatchFilter This filter compares the String value of two attributes and returns true if they are exactly the same.