Uses of Class
org.cytoscape.session.CySession.Builder
Package
Description
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
Modifier and TypeMethodDescriptionCySession.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.columnStyleAssociations
(Set<StyleAssociation> associations) Returns an instance of Builder that has at least been configured with the specified properties.Returns an instance of Builder that has at least been configured with the specified networks.CySession.Builder.networkViews
(Set<CyNetworkView> views) Returns an instance of Builder that has at least been configured with the specified network views.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.properties
(Set<CyProperty<?>> p) Returns an instance of Builder that has at least been configured with the specified properties.CySession.Builder.tables
(Set<CyTableMetadata> tables2) Returns an instance of Builder that has at least been configured with the specified tables.CySession.Builder.tableStyles
(Set<VisualStyle> styles) Returns an instance of Builder that has at least been configured with the specified properties.CySession.Builder.tableViews
(Set<CyTableViewMetadata> views) Returns an instance of Builder that has at least been configured with the specified table views.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.visualStyles
(Set<VisualStyle> styles) Returns an instance of Builder that has at least been configured with the specified properties.