Author: mes
Date: 2009-03-15 11:59:51 -0700 (Sun, 15 Mar 2009)
New Revision: 16274
Modified:
core3/viewmodel-api/trunk/src/main/java/org/cytoscape/view/model/CyNetworkView.java
Log:
removed getNetwork method since it's redundant given getSource
Modified:
core3/viewmodel-api/trunk/src/main/java/org/cytoscape/view/model/CyNetworkView.java
===================================================================
---
core3/viewmodel-api/trunk/src/main/java/org/cytoscape/view/model/CyNetworkView.java
2009-03-15 15:22:06 UTC (rev 16273)
+++
core3/viewmodel-api/trunk/src/main/java/org/cytoscape/view/model/CyNetworkView.java
2009-03-15 18:59:51 UTC (rev 16274)
@@ -47,13 +47,6 @@
* Contains the visual representation of a Network.
*/
public interface CyNetworkView extends View<CyNetwork>{
- /**
- * Returns the network this view was created for. The network is
immutable for this
- * view, so there is no way to set it.
- *
- * @return DOCUMENT ME!
- */
- CyNetwork getNetwork();
/**
* Returns a View for a specified Node.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---