class InterMine::PathQuery::ListConstraint

Public Class Methods

valid_ops() click to toggle source
     # File lib/intermine/query.rb
1237 def self.valid_ops
1238     return ["IN", "NOT IN"]
1239 end