interface TraderQuery
|
TraderQuery - this is a query against the trader. More... |
|
|
Public Methods
- void supports (string property, string value)
- sequence<TraderOffer> query ()
TraderQuery - this is a query against the trader. The idea is simple: you
say what you need, and the trader offers you components that do what you
want.
void supports (string property, string value)
| supports |
This restricts the query to only objects which support a "property"
with the value "value". For instance, you could say
aquery.supports("Interface","Arts::PlayObject");
to restrict the matching objects to only those that support the
interface Arts::PlayObject
sequence<TraderOffer> query ()
| query |
This performs the query, and returns a set of results
| Generated by: stefan on stefan on Sat Jun 2 23:13:43 2001, using kdoc 2.0a53. |