Author: mes
Date: 2009-03-15 12:00:01 -0700 (Sun, 15 Mar 2009)
New Revision: 16275
Modified:
core3/viewmodel-impl/trunk/src/main/java/org/cytoscape/view/model/internal/ColumnOrientedNetworkViewImpl.java
Log:
removed getNetwork method since it's redundant given getSource
Modified:
core3/viewmodel-impl/trunk/src/main/java/org/cytoscape/view/model/internal/ColumnOrientedNetworkViewImpl.java
===================================================================
---
core3/viewmodel-impl/trunk/src/main/java/org/cytoscape/view/model/internal/ColumnOrientedNetworkViewImpl.java
2009-03-15 18:59:51 UTC (rev 16274)
+++
core3/viewmodel-impl/trunk/src/main/java/org/cytoscape/view/model/internal/ColumnOrientedNetworkViewImpl.java
2009-03-15 19:00:01 UTC (rev 16275)
@@ -109,16 +109,6 @@
}
/**
- * 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!
- */
- public CyNetwork getNetwork() {
- return network;
- }
-
- /**
* Returns a View for a specified Node.
*
* @param n
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---