package dfatool.strategy.elements;

public class ConfigurationConstants {
	
	public const DATA_TYPE_FILE = 
	
	this.datatypesFile = projectPath.append("/datatypes.dfa").toString();
	this.varsFile = projectPath.append("/vars.dfa").toString();
	this.atomsFile = projectPath.append("/atoms.dfa").toString();
	this.channelsFile = projectPath.append("/channels.dfa").toString();
	this.networkFile = projectPath.append("/network.dfa").toString();
	this.scriptsPath = projectPath.append("/FDR_Scripts/").toString();
	this.logsPath = projectPath.append("/FDR_Logs/").toString();

}
