# first, delete existing windows to save memory:
deleteAllWindows(CytoscapeConnection())
cw <- CytoscapeWindow ('demo.getEdgeAttributeNames', graph=makeSimpleGraph())
displayGraph (cw)
print (getEdgeAttributeNames (cw))
# [1] "name" "interaction" "edgeType" "score" "misc"
Run the code above in your browser using DataLab