public class VizGeneralConfigurationManager extends VizConfigurationManager
BASE, builder, DEFAULT_ASSOCIATION_TYPE, DEFAULT_TYPE, defaultAssociationType, defaultType, GENERAL_TOPIC, generalTopic, topicmap, UNTYPED, untypedTopic
Constructor and Description |
---|
VizGeneralConfigurationManager()
Creates an empty configuration manager where everything is set to default.
|
VizGeneralConfigurationManager(File tmfile)
Constructor initializes the configuration by loading a topic map from the
URL given in the parameter.
|
VizGeneralConfigurationManager(URL tmurl)
Constructor initializes the configuration by loading a topic map from the
URL given in the parameter.
|
Modifier and Type | Method and Description |
---|---|
String |
getCurrentConfigDir() |
String |
getCurrentRDBMSDir() |
String |
getCurrentTMDir() |
String |
getRDFMappingFile() |
List |
getRecentFiles() |
protected void |
init() |
void |
setCurrentConfigDir(String dir) |
void |
setCurrentRDBMSDir(String dir) |
void |
setCurrentTMDir(String currentTMDir) |
void |
setRdfMappingFile(File aFile) |
void |
updateRecentFiles(File f) |
getConfigTopic, getOccurrence, getOccurrenceValue, getOccurrenceValue, getOccurrenceValue, getTopic, getTopic, getTopicMap, removeOccurence, removeOccurrence, save, setOccurenceValue, setOccurenceValue, setOccurrenceValue
public VizGeneralConfigurationManager()
public VizGeneralConfigurationManager(File tmfile) throws IOException
IOException
public VizGeneralConfigurationManager(URL tmurl) throws IOException
IOException
public void updateRecentFiles(File f)
public List getRecentFiles()
protected void init()
init
in class VizConfigurationManager
public String getRDFMappingFile()
public void setRdfMappingFile(File aFile)
public String getCurrentTMDir()
public void setCurrentTMDir(String currentTMDir)
public String getCurrentRDBMSDir()
public void setCurrentRDBMSDir(String dir)
public String getCurrentConfigDir()
public void setCurrentConfigDir(String dir)