cy --> Cy.Core the core
eles --> Cy.Collection a collection of one or more elements (nodes and edges)
ele --> Cy.Singular a collection of a single element (node or edge)
node --> Cy.NodeSingular a collection of a single node
nodes -> Cy.NodeCollection a collection of one or more nodes
edge --> Cy.EdgeSingular a collection of a single edge
edges -> Cy.EdgeCollection a collection of one or more edges
The library makes a distinction between input and output parameters due to the dynamic behaviour of the Cytoscape library.
For a input parameter it will always expect:
For a output of a function it will always give:
A number of interfaces contain nothing as they server to collect interfaces.
cy --> Cy.Core the core
eles --> Cy.Collection a collection of one or more elements (nodes and edges)
ele --> Cy.Singular a collection of a single element (node or edge)
node --> Cy.NodeSingular a collection of a single node
nodes -> Cy.NodeCollection a collection of one or more nodes
edge --> Cy.EdgeSingular a collection of a single edge
edges -> Cy.EdgeCollection a collection of one or more edges
The library makes a distinction between input and output parameters due to the dynamic behaviour of the Cytoscape library.
For a input parameter it will always expect:
For a output of a function it will always give:
A number of interfaces contain nothing as they server to collect interfaces.