Class: InterMine::PathQuery::UnaryConstraint

Inherits:
Object
  • Object
show all
Includes:
Coded, PathFeature
Defined in:
lib/intermine/query.rb

Direct Known Subclasses

TemplateUnaryConstraint

Instance Attribute Summary

Attributes included from Coded

#code, #op

Attributes included from PathFeature

#path

Class Method Summary collapse

Methods included from Coded

#to_elem

Methods included from PathFeature

#validate

Class Method Details

.valid_opsObject



1299
1300
1301
# File 'lib/intermine/query.rb', line 1299

def self.valid_ops
    return ["IS NULL", "IS NOT NULL"]
end