# File lib/ruote/extract.rb, line 56
  def self.is_a_fei?(o)

    return true if o.is_a?(Ruote::FlowExpressionId)
    return false unless o.is_a?(Hash)

    (o.keys - SUBS).sort == IDS
  end