Author: pwang
Date: 2010-10-19 11:00:19 -0700 (Tue, 19 Oct 2010)
New Revision: 22290
Modified:
core3/plugin-api/trunk/src/main/java/org/cytoscape/plugin/CyPlugin.java
Log:
Add doc
Modified:
core3/plugin-api/trunk/src/main/java/org/cytoscape/plugin/CyPlugin.java
===================================================================
--- core3/plugin-api/trunk/src/main/java/org/cytoscape/plugin/CyPlugin.java
2010-10-19 17:41:44 UTC (rev 22289)
+++ core3/plugin-api/trunk/src/main/java/org/cytoscape/plugin/CyPlugin.java
2010-10-19 18:00:19 UTC (rev 22290)
@@ -7,6 +7,10 @@
*/
public abstract class CyPlugin {
+ /**
+ * Reference to access Cytoscape functionality -- various managers and
+ * factories that are normally available as OSGi services.
+ */
protected CyPluginAdapter adapter;
// so no one calls this constructor
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.