Uses of Class
FAtiMA.Core.conditions.PropertyCondition
-
Packages that use PropertyCondition Package Description FAtiMA.Core.conditions -
-
Uses of PropertyCondition in FAtiMA.Core.conditions
Subclasses of PropertyCondition in FAtiMA.Core.conditions Modifier and Type Class Description classPropertyEqualTest that compares if a property is equal to a given valueclassPropertyGreaterTest that compares if a property is bigger than a given value.classPropertyGreaterEqualTest that compares if a property is bigger than a given value.classPropertyLesserTest that compares if a property is smaller than a given value.classPropertyLesserEqualTest that compares if a property is smaller than a given value.classPropertyNotEqualTest that compares if a property is different from a given valueMethods in FAtiMA.Core.conditions that return PropertyCondition Modifier and Type Method Description static PropertyConditionPropertyCondition. ParseProperty(org.xml.sax.Attributes attributes)Parses a PropertyTest given a XML attribute listConstructors in FAtiMA.Core.conditions with parameters of type PropertyCondition Constructor Description PropertyCondition(PropertyCondition pC)
-