This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "nodes" : [ { | |
| "id" : "247", | |
| "close_ymd" : "", | |
| "passengers2011" : 117903, | |
| "SUID" : 247, | |
| "company_type" : "民営鉄道", | |
| "line_color" : "#00a7db", | |
| "add" : "中央区日本橋茅場町1-4-6", | |
| "passengers2012" : 117262, |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package edu.ucsf.rbvi.internal.myapp.tasks; | |
| import java.awt.Color; | |
| import java.awt.Paint; | |
| import java.util.Arrays; | |
| import java.util.List; | |
| import org.cytoscape.model.CyEdge; | |
| import org.cytoscape.model.CyNetwork; | |
| import org.cytoscape.model.CyNetworkFactory; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package edu.ucsf.rbvi.internal.myapp.tasks; | |
| import org.cytoscape.application.CyApplicationManager; | |
| import org.cytoscape.model.CyIdentifiable; | |
| import org.cytoscape.model.CyNetwork; | |
| import org.cytoscape.model.CyNode; | |
| import org.cytoscape.model.events.RowsSetEvent; | |
| import org.cytoscape.model.events.RowsSetListener; | |
| import org.cytoscape.model.events.RowSetRecord; | |
| import org.cytoscape.view.model.CyNetworkView; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package edu.ucsf.rbvi.internal.myapp.tasks; | |
| import java.util.Collection; | |
| import org.cytoscape.application.CyApplicationManager; | |
| import org.cytoscape.model.CyIdentifiable; | |
| import org.cytoscape.model.CyNetwork; | |
| import org.cytoscape.model.CyNode; | |
| import org.cytoscape.model.events.RowsSetEvent; | |
| import org.cytoscape.model.events.RowsSetListener; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.