public class PathLinkerImpl extends Object implements PathLinkerResource
| Constructor and Description |
|---|
PathLinkerImpl(PathLinkerControlPanel controlPanel,
org.cytoscape.application.CyApplicationManager cyApplicationManager,
org.cytoscape.model.CyNetworkManager cyNetworkManager,
org.cytoscape.app.CyAppAdapter adapter,
org.cytoscape.service.util.CyServiceRegistrar serviceRegistrar,
org.cytoscape.application.swing.CySwingApplication cySwingApp,
org.cytoscape.ci.CIExceptionFactory ciExceptionFactory)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
run(long networkSUID,
PathLinkerModelParams modelParams)
Implementation of run method from PathLinkerResource
Runs algorithm on the input network SUID and user parameters
|
javax.ws.rs.core.Response |
run(PathLinkerModelParams modelParams)
Implementation of run method from PathLinkerResource
Runs algorithm on the currently selected network and user parameters
|
public PathLinkerImpl(PathLinkerControlPanel controlPanel, org.cytoscape.application.CyApplicationManager cyApplicationManager, org.cytoscape.model.CyNetworkManager cyNetworkManager, org.cytoscape.app.CyAppAdapter adapter, org.cytoscape.service.util.CyServiceRegistrar serviceRegistrar, org.cytoscape.application.swing.CySwingApplication cySwingApp, org.cytoscape.ci.CIExceptionFactory ciExceptionFactory)
controlPanel - the PathLinkerControlPanelcyApplicationManager - application managercyNetworkManager - network manageradapter - app adapterserviceRegistrar - service registrarcySwingApp - swing appciExceptionFactory - CIException factorypublic javax.ws.rs.core.Response run(long networkSUID,
PathLinkerModelParams modelParams)
run in interface PathLinkerResourcenetworkSUID - the SUID of the network to run PathLinkermodelParams - user inputspublic javax.ws.rs.core.Response run(PathLinkerModelParams modelParams)
run in interface PathLinkerResourcemodelParams - user inputsCopyright © 2018. All rights reserved.