public class IDAREImageNodeAppService extends Object
IDAREImageNodeAppService
is the interaction point for plugins that want to provide additional features for the IDARE
image generation tool. It is registered with the cytoscape framework as an IDAREImageNodeAppService
.class service.
The two functionalities are to register and deregister apps. The apps will then be requested to provide their respective
information by the IDAREImageNodeApp
.Constructor and Description |
---|
IDAREImageNodeAppService(IDAREImageNodeApp app)
Default constructor obtaining an IDAREImageNodeApp.
|
Modifier and Type | Method and Description |
---|---|
void |
deRegisterPlugin(IDAREPlugin plugin)
Deregister a plugin from the IDARE App;
|
void |
registerPlugin(IDAREPlugin plugin)
Register a plugin to the IDARE App;
|
public IDAREImageNodeAppService(IDAREImageNodeApp app)
app
- The IDAREImageNodeApp
this Service belongs to.public void registerPlugin(IDAREPlugin plugin)
plugin
- The plugin to registerpublic void deRegisterPlugin(IDAREPlugin plugin)
plugin
- The plugin to deregisterCopyright © 2018. All rights reserved.