public interface RelOps
| Modifier and Type | Method and Description |
|---|---|
boolean |
equal(opendap.dap.BaseType bt) |
boolean |
greater_eql(opendap.dap.BaseType bt) |
boolean |
greater(opendap.dap.BaseType bt) |
boolean |
less_eql(opendap.dap.BaseType bt) |
boolean |
less(opendap.dap.BaseType bt) |
boolean |
not_equal(opendap.dap.BaseType bt) |
boolean |
regexp(opendap.dap.BaseType bt) |
boolean equal(opendap.dap.BaseType bt)
throws InvalidOperatorException,
RegExpException,
SBHException
boolean not_equal(opendap.dap.BaseType bt)
throws InvalidOperatorException,
RegExpException,
SBHException
boolean greater(opendap.dap.BaseType bt)
throws InvalidOperatorException,
RegExpException,
SBHException
boolean greater_eql(opendap.dap.BaseType bt)
throws InvalidOperatorException,
RegExpException,
SBHException
boolean less(opendap.dap.BaseType bt)
throws InvalidOperatorException,
RegExpException,
SBHException
boolean less_eql(opendap.dap.BaseType bt)
throws InvalidOperatorException,
RegExpException,
SBHException
boolean regexp(opendap.dap.BaseType bt)
throws InvalidOperatorException,
RegExpException,
SBHException