Class: InterMine::PathQuery::ListConstraint

Inherits:
SingleValueConstraint show all
Includes:
ObjectConstraint
Defined in:
lib/intermine/query.rb

Direct Known Subclasses

LookupConstraint, TemplateListConstraint

Constant Summary

Constants inherited from SingleValueConstraint

SingleValueConstraint::CANONICAL_OPS

Instance Attribute Summary

Attributes inherited from SingleValueConstraint

#value

Attributes included from Coded

#code, #op

Attributes included from PathFeature

#path

Class Method Summary collapse

Methods included from ObjectConstraint

#validate

Methods inherited from SingleValueConstraint

#to_elem, #validate

Methods included from AttributeConstraint

#coerce_value, #validate, #validate_value

Methods included from Coded

#to_elem

Methods included from PathFeature

#validate

Class Method Details

.valid_opsObject



1237
1238
1239
# File 'lib/intermine/query.rb', line 1237

def self.valid_ops
    return ["IN", "NOT IN"]
end