Uses of Interface
repast.simphony.query.PropertyEqualsPredicate
Packages that use PropertyEqualsPredicate
-
Uses of PropertyEqualsPredicate in repast.simphony.query
Constructors in repast.simphony.query with parameters of type PropertyEqualsPredicateModifierConstructorDescriptionPropertyEquals
(Context<T> context, String propertyName, Object propertyValue, PropertyEqualsPredicate predicate) Deprecated.Creates a PropertyEquals query to query the specified context for objects with the specified property where that property is equal to the specified value.