/* * DrakkarKeel - An Enterprise Collaborative Search Platform * * The contents of this file are subject under the terms described in the * DRAKKARKEEL_LICENSE file included in this distribution; you may not use this * file except in compliance with the License. * * 2013-2014 DrakkarKeel Platform. */ package drakkar.oar.util; public class KeyAwareness { /** * */ public static final int TERM_DISAGREE = 1; /** * */ public static final int TERM_AGREE = 2; /** * */ public static final int SHOW_STATISTICS = 3; /** * */ public static final int ENABLE_PQT = 4; /** * */ public static final int DISABLE_PQT = 5; }