module InterMine::PathQuery::TemplateConstraint

Attributes

editable[RW]
switchable[RW]

Public Instance Methods

template_param_op() click to toggle source
     # File lib/intermine/query.rb
1050 def template_param_op
1051     return @op
1052 end
to_elem() click to toggle source
Calls superclass method
     # File lib/intermine/query.rb
1043 def to_elem
1044     attributes = {"editable" => @editable, "switchable" => @switchable}
1045     elem = super
1046     elem.add_attributes(attributes)
1047     return elem
1048 end