Package | Description |
---|---|
org.cytoscape.session |
This package contains the interfaces and classes necessary to capturing,
storing, and retrieving the state of a Cytoscape session.
|
Modifier and Type | Method and Description |
---|---|
CySession.Builder |
CySession.Builder.appFileListMap(Map<String,List<File>> p)
Returns an instance of Builder that has at least been configured with the specified app file list map.
The app name should follow the java class namespace convention (e.g. |
CySession.Builder |
CySession.Builder.networks(Set<CyNetwork> networks)
Returns an instance of Builder that has at least been configured with the specified networks.
|
CySession.Builder |
CySession.Builder.networkViews(Set<CyNetworkView> views)
Returns an instance of Builder that has at least been configured with the specified network views.
|
CySession.Builder |
CySession.Builder.objectMap(Map<Class<? extends CyIdentifiable>,Map<Object,? extends CyIdentifiable>> map)
Returns an instance of Builder that has at least been configured with the specified old ID maps.
|
CySession.Builder |
CySession.Builder.properties(Set<CyProperty<?>> p)
Returns an instance of Builder that has at least been configured with the specified properties.
|
CySession.Builder |
CySession.Builder.tables(Set<CyTableMetadata> tables2)
Returns an instance of Builder that has at least been configured with the specified tables.
|
CySession.Builder |
CySession.Builder.viewVisualStyleMap(Map<CyNetworkView,String> vs)
Returns an instance of Builder that has at least been configured with the specified network view visual style
name map.
|
CySession.Builder |
CySession.Builder.visualStyles(Set<VisualStyle> styles)
Returns an instance of Builder that has at least been configured with the specified properties.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.