Uses of Class
idare.Properties.IDARESettingsManager
-
Packages that use IDARESettingsManager Package Description idare.Properties This package contains Properties and Static Variables used in multiple parts of the IDARE App. -
-
Uses of IDARESettingsManager in idare.Properties
Methods in idare.Properties with parameters of type IDARESettingsManager Modifier and Type Method Description static void
IDARESettingsManager. SetNetworkData(org.cytoscape.model.CyNetwork network, IDARESettingsManager IDAREIdmgr, String NodeTypeCol, String IDCol, boolean overwrite, idare.imagenode.internal.DataManagement.NodeManager nm)
Set up the provided network using the Provided IDCol for the IDARE Names and the NodeTypesCol for the IDARE Node Typesstatic void
IDARESettingsManager. SetupNetwork(org.cytoscape.model.CyNetwork network, IDARESettingsManager IDAREIdmgr, String NodeTypeCol, String IDCol)
Set up the provided network using the Provided IDCol for the IDARE Names and the NodeTypesCol for the IDARE Node Types
-