NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

package org.LexGrid.LexBIG.Utility;

/**
 * Constants for use in the LexBIG API.
 * 
 */
public class LBConstants \{
    public static enum SortableProperties \{
        matchToQuery, code, codeSystem, entityDescription, conceptStatus, isActive
    \};

    public static enum MatchAlgorithms \{
        exactMatch, startsWith, LuceneQuery, NormalizedLuceneQuery, DoubleMetaphoneLuceneQuery, contains, RegExp
    \};

    public static enum KnownTags \{
        PRODUCTION
    \};

\}


  • No labels