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
1171 1172 1173 1174 1175 1176 1177 1178 |
# File 'lib/intermine/query.rb', line 1171 def template_param_op case @op when 'IS' return 'eq' when 'IS NOT' return 'ne' end end |