Documentation

COQuery class documentation

COObjectMatching

Protocol to search objects directly in memory with COQuery.

AuthorsGenerated by qmathe
Declared inCOQuery.h

Default

- (NSArray *) objectsMatchingQuery: (COQuery *)aQuery

Returns the objects matching the query conditions.

Must be implemented by recursively traversing the object graph each time the receiver has a relationship which makes sense to search.