public class TextualDescriptionProvider extends Object
Modifier and Type | Field and Description |
---|---|
private static HashMap<String,String> |
scientificDescriptions |
private static HashMap<String,String> |
texts |
Constructor and Description |
---|
TextualDescriptionProvider() |
Modifier and Type | Method and Description |
---|---|
static String |
getScientificDescription(String ID)
gets the scientific Description of the Method with ID, or null otherwise
|
static String |
getText(String id) |
static void |
main(String[] args) |
private static boolean |
readScientificDescriptionTXTFile()
Reads the Textfile containing all descriptions.
|
private static boolean |
readTexts()
Reads the Textfile containing all descriptions.
|
private static boolean readScientificDescriptionTXTFile()
public static String getScientificDescription(String ID)
private static boolean readTexts()
public static void main(String[] args)