|
Cytoscape 2.8.2 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IntIterator | |
|---|---|
| cytoscape.giny | |
| cytoscape.graph.dynamic | |
| cytoscape.graph.fixed | |
| cytoscape.util.intr | |
| fing.model | |
| Uses of IntIterator in cytoscape.giny |
|---|
| Constructors in cytoscape.giny with parameters of type IntIterator | |
|---|---|
FingCyNetwork(FingExtensibleRootGraph root,
IntIterator rootGraphNodeInx,
IntIterator rootGraphEdgeInx)
rootGraphNodeInx need not contain all endpoint nodes corresponding to edges in rootGraphEdgeInx - this is calculated automatically by this constructor. |
|
| Uses of IntIterator in cytoscape.graph.dynamic |
|---|
| Methods in cytoscape.graph.dynamic that return IntIterator | |
|---|---|
IntIterator |
DynamicGraph.edgesConnecting(int node0,
int node1,
boolean outgoing,
boolean incoming,
boolean undirected)
Returns a non-repeating iteration of edges connecting two nodes. |
| Uses of IntIterator in cytoscape.graph.fixed |
|---|
| Methods in cytoscape.graph.fixed that return IntIterator | |
|---|---|
IntIterator |
FixedGraph.edgesConnecting(int node0,
int node1,
boolean outgoing,
boolean incoming,
boolean undirected)
Returns a non-repeating iteration of edges connecting two nodes. |
| Uses of IntIterator in cytoscape.util.intr |
|---|
| Classes in cytoscape.util.intr that implement IntIterator | |
|---|---|
class |
ArrayIntIterator
A utility class which conveniently converts an array of integers into an IntIterator (an iteration of integers). |
| Uses of IntIterator in fing.model |
|---|
| Constructors in fing.model with parameters of type IntIterator | |
|---|---|
FingExtensibleGraphPerspective(FingExtensibleRootGraph root,
IntIterator rootGraphNodeInx,
IntIterator rootGraphEdgeInx)
rootGraphNodeInx need not contain all endpoint nodes corresponding to edges in rootGraphEdgeInx - this is calculated automatically by this constructor. |
|
|
Cytoscape 2.8.2 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||