Package org.cytoscape.ClusterViz.internal

Examples of org.cytoscape.ClusterViz.internal.CurrentParameters


    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>>();
 
View Full Code Here

TOP

Related Classes of org.cytoscape.ClusterViz.internal.CurrentParameters

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.