cytoscape.plugin
Class ManagerUtil
java.lang.Object
cytoscape.plugin.ManagerUtil
public class ManagerUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagerUtil
public ManagerUtil()
sortByCategory
public static Map<String,List<DownloadableInfo>> sortByCategory(List<DownloadableInfo> Plugins)
- DOCUMENT ME!
- Parameters:
Plugins
- DOCUMENT ME!
- Returns:
- DOCUMENT ME!
sortByClass
public static Map<String,List<PluginInfo>> sortByClass(List<PluginInfo> Plugins)
sortByID
public static Map<String,List<PluginInfo>> sortByID(List<PluginInfo> Plugins)
getUnique
public static List<DownloadableInfo> getUnique(List<DownloadableInfo> Current,
List<DownloadableInfo> Available)
- Returns a list of available plugins minus any currently installed
- Parameters:
Current
- Available
-
getInfoObject
public static DownloadableInfo getInfoObject(Class pluginClass)
- Takes a Class object for a CytoscapePlugin and returns the DownloadableInfo
object associated
- Parameters:
pluginClass
-
- Returns:
- DownloadableInfo object
sort
public static List sort(List toSort)
Copyright 2010 Cytoscape Consortium. All rights reserved.