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