Class: InterMine::PathQuery::TemplateLoopConstraint
- Inherits:
-
LoopConstraint
- Object
- LoopConstraint
- InterMine::PathQuery::TemplateLoopConstraint
- Includes:
- TemplateConstraint
- Defined in:
- lib/intermine/query.rb
Instance Attribute Summary
Attributes included from TemplateConstraint
Attributes inherited from LoopConstraint
Attributes included from Coded
Attributes included from PathFeature
Instance Method Summary collapse
Methods included from TemplateConstraint
Methods inherited from LoopConstraint
#to_elem, valid_ops, #validate, xml_ops
Methods included from Coded
Methods included from PathFeature
Instance Method Details
#template_param_op ⇒ Object
1289 1290 1291 1292 1293 1294 1295 1296 |
# File 'lib/intermine/query.rb', line 1289 def template_param_op case @op when 'IS' return 'eq' when 'IS NOT' return 'ne' end end |