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 |
---|---|
Set<CyTableMetadata> |
CySession.getTables()
Returns a set of all CyTable objects contained in this Session.
|
Modifier and Type | Method and Description |
---|---|
CySession.Builder |
CySession.Builder.tables(Set<CyTableMetadata> tables2)
Returns an instance of Builder that has at least been configured with the specified tables.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.