Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 432 Bytes

model-design.md

File metadata and controls

19 lines (12 loc) · 432 Bytes

Cytoscape Web Data Model Design

(TBD)

The hierarchy of data

  • Workspace
    • List of Networks
      • Network Model
        • List of View Models
        • A Visual Style

Networks

  • Network ID iwll be used as the key of all models

View Model

  • By default, the first element in the network view list will be used. Use getNetworkView(NETWORK_ID) method to get it. All apply methods will apply to the first view model.