Method: InterMine::PathQuery::LoopConstraint.xml_ops

Defined in:
lib/intermine/query.rb

.xml_opsObject



1255
1256
1257
# File 'lib/intermine/query.rb', line 1255

def self.xml_ops
    return { "IS" => "=", "IS NOT" => "!=" }
end