cytoscape / cx

CX serialization and de-serialization in Cytoscape

Home Page:http://cmzmasek.github.io/cx-impl/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cytoscape aspects should begin with "cy"

bdemchak opened this issue · comments

We now know that subnets are only interesting to Cytoscape, so subnet-related aspects should have "cy" as the aspect name prefix. The following should all have "cy" prefixes:

hiddenAttributes -> cyHiddenAttributes
subNetworks ->cySubNetworks
networkRelations -> cyNetworkRelations
visualProperties -> cyVisualProperties

The following should already have cy prefixes:
cyViews
cyGroups

The following should not have cy prefixes:
nodeAttributes
edgeAttributes
networkAttributes
cartesianCoordinates
edges
nodes