|
Cytoscape 2.8.0-alpha1 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfing.model.FingExtensibleRootGraph
cytoscape.giny.CytoscapeFingRootGraph
public class CytoscapeFingRootGraph
| Field Summary |
|---|
| Fields inherited from interface cytoscape.graph.dynamic.DynamicGraph |
|---|
DIRECTED_EDGE, UNDIRECTED_EDGE |
| Constructor Summary | |
|---|---|
CytoscapeFingRootGraph()
Creates a new CytoscapeFingRootGraph object. |
|
| Method Summary | |
|---|---|
CyNetwork |
createNetwork(Collection nodes,
Collection edges)
DOCUMENT ME! |
CyNetwork |
createNetwork(int[] nodeInx,
int[] edgeInx)
Uses Code copied from ColtRootGraph to create a new Network. |
CyNetwork |
createNetwork(giny.model.Node[] nodes,
giny.model.Edge[] edges)
Creates a new Network |
CyEdge |
getEdge(String identifier)
DOCUMENT ME! |
CyNode |
getNode(String identifier)
DOCUMENT ME! |
void |
setEdgeIdentifier(String identifier,
int index)
DOCUMENT ME! |
void |
setNodeIdentifier(String identifier,
int index)
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface giny.model.RootGraph |
|---|
addEdgeMetaChild, addMetaChild, addMetaChild, addNodeMetaChild, containsEdge, containsNode, createEdge, createEdge, createEdge, createEdge, createEdges, createGraphPerspective, createGraphPerspective, createNode, createNode, createNode, createNode, createNodes, edgeExists, edgeExists, edgeMetaChildrenList, edgeMetaChildrenList, edgeMetaParentsList, edgesIterator, edgesList, edgesList, edgesList, ensureCapacity, getAdjacentEdgeIndicesArray, getChildlessMetaDescendants, getConnectingEdgeIndicesArray, getConnectingNodeIndicesArray, getDegree, getDegree, getEdge, getEdgeCount, getEdgeCount, getEdgeCount, getEdgeIndicesArray, getEdgeIndicesArray, getEdgeIndicesArray, getEdgeMetaChildIndicesArray, getEdgeMetaParentIndicesArray, getEdgeSourceIndex, getEdgeTargetIndex, getInDegree, getInDegree, getInDegree, getInDegree, getIndex, getIndex, getNode, getNodeCount, getNodeIndicesArray, getNodeMetaChildIndicesArray, getNodeMetaChildIndicesArray, getNodeMetaParentIndicesArray, getOutDegree, getOutDegree, getOutDegree, getOutDegree, isEdgeDirected, isEdgeMetaChild, isEdgeMetaParent, isMetaChild, isMetaChild, isMetaParent, isMetaParent, isNeighbor, isNeighbor, isNodeMetaChild, isNodeMetaChild, isNodeMetaParent, metaParentsList, metaParentsList, neighborsList, nodeMetaChildrenList, nodeMetaChildrenList, nodeMetaParentsList, nodesIterator, nodesList, removeEdge, removeEdge, removeEdgeMetaChild, removeEdges, removeEdges, removeNode, removeNode, removeNodeMetaChild, removeNodes, removeNodes |
| Constructor Detail |
|---|
public CytoscapeFingRootGraph()
| Method Detail |
|---|
public CyNetwork createNetwork(Collection nodes,
Collection edges)
createNetwork in interface CytoscapeRootGraphnodes - DOCUMENT ME!edges - DOCUMENT ME!
public CyNetwork createNetwork(giny.model.Node[] nodes,
giny.model.Edge[] edges)
createNetwork in interface CytoscapeRootGraph
public CyNetwork createNetwork(int[] nodeInx,
int[] edgeInx)
createNetwork in interface CytoscapeRootGraphpublic CyNode getNode(String identifier)
getNode in interface CytoscapeRootGraphidentifier - DOCUMENT ME!
public CyEdge getEdge(String identifier)
getEdge in interface CytoscapeRootGraphidentifier - DOCUMENT ME!
public void setNodeIdentifier(String identifier,
int index)
setNodeIdentifier in interface CytoscapeRootGraphidentifier - DOCUMENT ME!index - DOCUMENT ME!
public void setEdgeIdentifier(String identifier,
int index)
setEdgeIdentifier in interface CytoscapeRootGraphidentifier - DOCUMENT ME!index - DOCUMENT ME!
|
www.cytoscape.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||