* Uses the CySBMLGraphReader with the given SBML file.
*/
public boolean performTest(){
boolean success = false;
try {
SBMLGraphReader reader = new SBMLGraphReader(filename);
reader.read();
Cytoscape.getCurrentNetwork().getIdentifier();
//reader.doPostProcessing(Cytoscape.getCurrentNetwork());
// Destroy the network nodes
for (Object node : Cytoscape.getCyNodesList()) {