return props.getProperty(key);
}
public void reset() {
currentResultId = 1;
currentParameters = new CurrentParameters();
networkAlgorithms = new HashMap<Long, Algorithm>();
networkResults = new HashMap<Long, Set<Integer>>();
createdSubNetworks = new HashMap<CyRootNetwork, Set<CySubNetwork>>();
}