Uses of Interface
org.cytoscape.model.CyTableMetadata
Package
Description
This package contains the interfaces and classes necessary to capturing,
storing, and retrieving the state of a Cytoscape session.
-
Uses of CyTableMetadata in org.cytoscape.session
Modifier and TypeMethodDescriptionCySession.getTables()
Returns a set of all CyTable objects contained in this Session.Modifier and TypeMethodDescriptionCySession.Builder.tables(Set<CyTableMetadata> tables2)
Returns an instance of Builder that has at least been configured with the specified tables. -
Uses of CyTableMetadata in org.cytoscape.view.model.table
Modifier and TypeMethodDescriptionvoid
CyTableViewMetadata.setUnderlyingTable(CyTableMetadata underlyingTable)