hi remy,
Can you suggest an interface for the search helper class and also the
search store
which i can implement for the n3 repository.
thanks,
rajkumar
-----Original Message-----
From: Remy Maucherat [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 11, 2001 4:15 PM
To: [EMAIL PROTECTED]
Subject: RE: Package name
Quoting Raj Kumar <[EMAIL PROTECTED]>:
> hi,
> For the class BasicSearchQuery should i encapsulate the
> scope(href and depth),where(propertyname and condition) and the
> orderby(property name and order) parts of the query as seperate classes
> or
> would it be better to enscapsulate it in one single class
> BasicSearchQuery.
I think we should choose whatever solution makes the implementation simpler
(so
if having one class would make it more complex, then it should be split,
obviously).
Remy