Interface | osid.search.QueryTerm | ||
---|---|---|---|
Description |
A term for a query. | ||
Method | isPositive | ||
Description |
Tests if this is a positive or negative term. | ||
Return | boolean | true if a positive term, false for a negative
term | |
Compliance | mandatory | This method must be implemented. | |
Method | isWildcard | ||
Description |
Tests if this term is a wildcard. Positive wildcard terms match everything and negative wildcard terms match nothing. | ||
Return | boolean | true if a wildcard term, false otherwise | |
Compliance | mandatory | This method must be implemented. |