org.apache.ctakes.relationextractor.data
Class Constants

java.lang.Object
  extended by org.apache.ctakes.relationextractor.data.Constants

public class Constants
extends Object

Various global settings.

Author:
dmitriy dligach

Field Summary
static String mipacDevXmlPath
           
static String mipacqAllXmlPath
           
static String mipacqTestXmlPath
           
static String mipacqTrainXmlPath
           
static String shareAllXmlPath
           
static String shareDevXmlPath
           
static String shareTestXmlPath
           
static String shareTrainXmlPath
           
static String sharpAllXmlPath
           
static String sharpDevXmlPath
           
static HashSet<String> sharpRelationsAll
           
static HashSet<String> sharpRelationsHighPriority
           
static HashSet<String> sharpRelationsLowPriority
           
static HashSet<String> sharpRelationsSelected
           
static String sharpTestXmlPath
           
static String sharpTrainXmlPath
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mipacqAllXmlPath

public static final String mipacqAllXmlPath
See Also:
Constant Field Values

mipacqTrainXmlPath

public static final String mipacqTrainXmlPath
See Also:
Constant Field Values

mipacDevXmlPath

public static final String mipacDevXmlPath
See Also:
Constant Field Values

mipacqTestXmlPath

public static final String mipacqTestXmlPath
See Also:
Constant Field Values

shareAllXmlPath

public static final String shareAllXmlPath
See Also:
Constant Field Values

shareTrainXmlPath

public static final String shareTrainXmlPath
See Also:
Constant Field Values

shareDevXmlPath

public static final String shareDevXmlPath
See Also:
Constant Field Values

shareTestXmlPath

public static final String shareTestXmlPath
See Also:
Constant Field Values

sharpAllXmlPath

public static final String sharpAllXmlPath
See Also:
Constant Field Values

sharpTrainXmlPath

public static final String sharpTrainXmlPath
See Also:
Constant Field Values

sharpDevXmlPath

public static final String sharpDevXmlPath
See Also:
Constant Field Values

sharpTestXmlPath

public static final String sharpTestXmlPath
See Also:
Constant Field Values

sharpRelationsHighPriority

public static final HashSet<String> sharpRelationsHighPriority

sharpRelationsLowPriority

public static final HashSet<String> sharpRelationsLowPriority

sharpRelationsAll

public static final HashSet<String> sharpRelationsAll

sharpRelationsSelected

public static final HashSet<String> sharpRelationsSelected
Constructor Detail

Constants

public Constants()


Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.