Cytoscape 3.0.1 API

Uses of Class
org.cytoscape.session.CySession.Builder

Packages that use CySession.Builder
org.cytoscape.session This package contains the interfaces and classes necessary to capturing, storing, and retrieving the state of a Cytoscape session. 
 

Uses of CySession.Builder in org.cytoscape.session
 

Methods in org.cytoscape.session that return CySession.Builder
 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.
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.