DateInRangeRule |
Deprecated. |
ParameterEqualToRule<T extends Parameter> |
Test for one or more parameters matching the specification.
|
ParameterExistsRule |
Test for one or more parameters matching the specification.
|
ParameterExistsRule.ParameterExists |
Ignore the parameter value and just compare on the parameter name.
|
PeriodRule<C extends Component,T extends Temporal> |
$Id$
Created on 2/02/2006
A rule that matches any component that occurs in the specified time period.
|
PropertyContainsRule<T extends PropertyContainer> |
Test for a property that "contains" the provided value.
|
PropertyEqualToRule<T extends PropertyContainer> |
$Id$
Created on 5/02/2006
A rule that matches any component containing the specified property.
|
PropertyExistsRule<T extends PropertyContainer> |
Test for a property matching the supplied specification.
|
PropertyExistsRule.PropertyExists |
Ignore the property value and just compare on the property name and parameters.
|
PropertyGreaterThanRule<T extends PropertyContainer> |
Test for a property that is by comparison greater than the provided value.
|
PropertyInRangeRule<T extends PropertyContainer> |
Test for a property that is by comparison greater than the provided value.
|
PropertyInRule<T extends PropertyContainer> |
Test for a property matching any values in the provided list.
|
PropertyLessThanRule<T extends PropertyContainer> |
Test for a property that is by comparison less than the provided value.
|
PropertyMatchesRule<T extends PropertyContainer> |
Test for a property that "matches" the provided regular expression.
|