|
Cytoscape 2.5.1 (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.FingExtensibleGraphPerspective
cytoscape.giny.FingCyNetwork
public class FingCyNetwork
FinhCyNetwork provides an implementation of the CyNetwork interface, as well as the GraphPerspective inteface, and also provides the functionality formally provided by GraphObjAttributes. The Network will notify listeners when nodes/edges are added/removed and when relavant data changes.
| Field Summary |
|---|
| Fields inherited from interface cytoscape.graph.fixed.FixedGraph |
|---|
DIRECTED_EDGE, UNDIRECTED_EDGE |
| Constructor Summary | |
|---|---|
FingCyNetwork(fing.model.FingExtensibleRootGraph root,
cytoscape.util.intr.IntIterator rootGraphNodeInx,
cytoscape.util.intr.IntIterator rootGraphEdgeInx)
rootGraphNodeInx need not contain all endpoint nodes corresponding to edges in rootGraphEdgeInx - this is calculated automatically by this constructor. |
|
| Method Summary | |
|---|---|
void |
addCyNetworkListener(CyNetworkListener listener)
Registers the argument as a listener to this object. |
CyEdge |
addEdge(Edge cytoscape_edge)
Add a edge to this Network that already exists in Cytoscape |
int |
addEdge(int cytoscape_edge)
Add a edge to this Network that already exists in Cytoscape |
int |
addEdge(String attribute,
Object value)
Adds a edge to this Network, by looking it up via the given attribute and value |
void |
addGraphPerspectiveChangeListener(GraphPerspectiveChangeListener arg0)
|
int |
addNode(int cytoscape_node)
Add a node to this Network that already exists in Cytoscape |
CyNode |
addNode(Node cytoscape_node)
Add a node to this Network that already exists in Cytoscape |
int |
addNode(String attribute,
Object value)
Adds a node to this Network, by looking it up via the given attribute and value |
void |
addSelectEventListener(SelectEventListener listener)
Adds a listener for SelectEvents to this CyNetwork |
void |
appendNetwork(CyNetwork network)
Appends all of the nodes and edges in teh given Network to this Network |
Object |
clone()
|
boolean |
containsEdge(Edge arg0)
|
boolean |
containsEdge(Edge arg0,
boolean arg1)
|
boolean |
containsNode(Node arg0)
|
boolean |
containsNode(Node arg0,
boolean arg1)
|
int |
createEdge(int source,
int target,
boolean directed)
This method will create a new edge. |
GraphPerspective |
createGraphPerspective(Filter arg0)
|
GraphPerspective |
createGraphPerspective(int[] arg0)
|
GraphPerspective |
createGraphPerspective(int[] arg0,
int[] arg1)
|
GraphPerspective |
createGraphPerspective(Node[] arg0,
Edge[] arg1)
|
int |
createNode()
This method will create a new node. |
void |
deleteEdgeAttribute(String attribute)
Deletes the attribute with the given name from edge attributes |
void |
deleteNodeAttribute(String attribute)
Deletes the attribute with the given name from node attributes |
boolean |
edgeExists(int arg0,
int arg1)
|
boolean |
edgeExists(Node arg0,
Node arg1)
|
List |
edgeMetaChildrenList(int arg0)
|
List |
edgeMetaChildrenList(Node arg0)
|
List |
edgeMetaParentsList(int arg0)
|
cytoscape.util.intr.IntEnumerator |
edges()
|
cytoscape.util.intr.IntEnumerator |
edgesAdjacent(int arg0,
boolean arg1,
boolean arg2,
boolean arg3)
|
cytoscape.util.intr.IntIterator |
edgesConnecting(int arg0,
int arg1,
boolean arg2,
boolean arg3,
boolean arg4)
|
Iterator |
edgesIterator()
|
List |
edgesList()
|
List |
edgesList(int arg0,
int arg1,
boolean arg2)
|
List |
edgesList(Node arg0,
Node arg1)
|
int |
edgeSource(int arg0)
|
int |
edgeTarget(int arg0)
|
byte |
edgeType(int arg0)
|
void |
finalize()
|
int[] |
getAdjacentEdgeIndicesArray(int arg0,
boolean arg1,
boolean arg2,
boolean arg3)
|
List |
getAdjacentEdgesList(Node arg0,
boolean arg1,
boolean arg2,
boolean arg3)
|
Object |
getClientData(String data_name)
Deprecated. Get Some client data |
Collection |
getClientDataNames()
Deprecated. Get a list of all currently available ClientData objects |
int[] |
getConnectingEdgeIndicesArray(int[] arg0)
|
List |
getConnectingEdges(List arg0)
|
int[] |
getConnectingNodeIndicesArray(int[] arg0)
|
Set |
getCyNetworkListeners()
Returns the set of listeners registered with this object. |
int |
getDegree(int arg0)
|
int |
getDegree(Node arg0)
|
Edge |
getEdge(int arg0)
|
String[] |
getEdgeAttributesList()
Return all availble Attributes for the Edges in this CyNetwork |
Object |
getEdgeAttributeValue(Edge edge,
String attribute)
Return the requested Attribute for the given Edge |
Object |
getEdgeAttributeValue(int edge,
String attribute)
Return the requested Attribute for the given Edge |
int |
getEdgeCount()
|
int |
getEdgeCount(int arg0,
int arg1,
boolean arg2)
|
int |
getEdgeCount(Node arg0,
Node arg1,
boolean arg2)
|
int |
getEdgeIndex(int arg0)
|
int[] |
getEdgeIndicesArray()
|
int[] |
getEdgeIndicesArray(int arg0,
int arg1,
boolean arg2)
|
int[] |
getEdgeIndicesArray(int arg0,
int arg1,
boolean arg2,
boolean arg3)
|
int[] |
getEdgeMetaChildIndicesArray(int arg0)
|
int[] |
getEdgeMetaParentIndicesArray(int arg0)
|
int |
getEdgeSourceIndex(int arg0)
|
int |
getEdgeTargetIndex(int arg0)
|
String |
getIdentifier()
DOCUMENT ME! |
int |
getInDegree(int arg0)
|
int |
getInDegree(int arg0,
boolean arg1)
|
int |
getInDegree(Node arg0)
|
int |
getInDegree(Node arg0,
boolean arg1)
|
int |
getIndex(Edge arg0)
|
int |
getIndex(Node arg0)
|
Node |
getNode(int arg0)
|
String[] |
getNodeAttributesList()
Return all availble Attributes for the Nodes in this CyNetwork |
String[] |
getNodeAttributesList(Edge[] edges)
Return all available Attributes for the given Edges |
String[] |
getNodeAttributesList(Node[] nodes)
Return all available Attributes for the given Nodes |
Object |
getNodeAttributeValue(int node,
String attribute)
Return the requested Attribute for the given Node |
Object |
getNodeAttributeValue(Node node,
String attribute)
Return the requested Attribute for the given Node |
int |
getNodeCount()
|
int |
getNodeIndex(int arg0)
|
int[] |
getNodeIndicesArray()
|
int[] |
getNodeMetaChildIndicesArray(int arg0)
|
int[] |
getNodeMetaParentIndicesArray(int arg0)
|
int |
getOutDegree(int arg0)
|
int |
getOutDegree(int arg0,
boolean arg1)
|
int |
getOutDegree(Node arg0)
|
int |
getOutDegree(Node arg0,
boolean arg1)
|
RootGraph |
getRootGraph()
|
int |
getRootGraphEdgeIndex(int arg0)
|
int |
getRootGraphNodeIndex(int arg0)
|
Set |
getSelectedEdges()
Returns the set of selected edges in this CyNetwork |
Set |
getSelectedNodes()
Returns the set of selected nodes in this CyNetwork |
SelectFilter |
getSelectFilter()
|
String |
getTitle()
Can Change |
Edge |
hideEdge(Edge arg0)
|
int |
hideEdge(int arg0)
|
int[] |
hideEdges(int[] arg0)
|
List |
hideEdges(List arg0)
|
int |
hideNode(int arg0)
|
Node |
hideNode(Node arg0)
|
int[] |
hideNodes(int[] arg0)
|
List |
hideNodes(List arg0)
|
boolean |
isEdgeDirected(int arg0)
|
boolean |
isEdgeMetaChild(int arg0,
int arg1)
|
boolean |
isEdgeMetaParent(int arg0,
int arg1)
|
boolean |
isMetaChild(Node arg0,
Edge arg1)
|
boolean |
isMetaChild(Node arg0,
Node arg1)
|
boolean |
isMetaParent(Edge arg0,
Node arg1)
|
boolean |
isMetaParent(Node arg0,
Node arg1)
|
boolean |
isNeighbor(int arg0,
int arg1)
|
boolean |
isNeighbor(Node arg0,
Node arg1)
|
boolean |
isNodeMetaChild(int arg0,
int arg1)
|
boolean |
isNodeMetaParent(int arg0,
int arg1)
|
boolean |
isSelected(Edge edge)
Returns the selected state of the given edge. |
boolean |
isSelected(Node node)
Returns the selected state of the given node. |
GraphPerspective |
join(GraphPerspective arg0)
|
List |
metaParentsList(Edge arg0)
|
List |
metaParentsList(Node arg0)
|
int[] |
neighborsArray(int arg0)
|
List |
neighborsList(Node arg0)
|
boolean |
nodeExists(int arg0)
|
List |
nodeMetaChildrenList(int arg0)
|
List |
nodeMetaChildrenList(Node arg0)
|
List |
nodeMetaParentsList(int arg0)
|
cytoscape.util.intr.IntEnumerator |
nodes()
|
Iterator |
nodesIterator()
|
List |
nodesList()
|
void |
putClientData(String data_name,
Object data)
Deprecated. Networks can support client data. |
boolean |
removeCyNetworkListener(CyNetworkListener listener)
Removes the argument from the set of listeners for this object. |
boolean |
removeEdge(int edge_index,
boolean force)
This will remove this edge from the Network. |
void |
removeGraphPerspectiveChangeListener(GraphPerspectiveChangeListener arg0)
|
boolean |
removeNode(int node_index,
boolean force)
This will remove this node from the Network. |
void |
removeSelectEventListener(SelectEventListener listener)
Removes a listener for SelectEvents from this CyNetwork |
Edge |
restoreEdge(Edge arg0)
|
int |
restoreEdge(int arg0)
|
int[] |
restoreEdges(int[] arg0)
|
List |
restoreEdges(List arg0)
|
int |
restoreNode(int arg0)
|
Node |
restoreNode(Node arg0)
|
int[] |
restoreNodes(int[] arg0)
|
int[] |
restoreNodes(int[] arg0,
boolean arg1)
|
List |
restoreNodes(List arg0)
|
List |
restoreNodes(List arg0,
boolean arg1)
|
void |
selectAllEdges()
Sets the selected state of all edges in this CyNetwork to true |
void |
selectAllNodes()
Sets the selected state of all nodes in this CyNetwork to true |
boolean |
setEdgeAttributeValue(Edge edge,
String attribute,
Object value)
Return the requested Attribute for the given Edge |
boolean |
setEdgeAttributeValue(int edge,
String attribute,
Object value)
Return the requested Attribute for the given Edge |
String |
setIdentifier(String new_id)
DOCUMENT ME! |
boolean |
setNodeAttributeValue(int node,
String attribute,
Object value)
Return the requested Attribute for the given Node |
boolean |
setNodeAttributeValue(Node node,
String attribute,
Object value)
Return the requested Attribute for the given Node |
void |
setSelectedEdgeState(Collection edges,
boolean selected_state)
Sets the selected state of a collection of edges. |
void |
setSelectedEdgeState(Edge edge,
boolean selected_state)
Sets the selected state of an edge. |
void |
setSelectedNodeState(Collection nodes,
boolean selected_state)
Sets the selected state of a collection of nodes. |
void |
setSelectedNodeState(Node node,
boolean selected_state)
Sets the selected state of a node. |
void |
setTitle(String new_id)
Can Change |
void |
unselectAllEdges()
Sets the selected state of all edges in this CyNetwork to false |
void |
unselectAllNodes()
Sets the selected state of all nodes in this CyNetwork to false |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FingCyNetwork(fing.model.FingExtensibleRootGraph root,
cytoscape.util.intr.IntIterator rootGraphNodeInx,
cytoscape.util.intr.IntIterator rootGraphEdgeInx)
| Method Detail |
|---|
public String getTitle()
getTitle in interface CyNetworkpublic void setTitle(String new_id)
setTitle in interface CyNetworkpublic String getIdentifier()
getIdentifier in interface CyNetworkpublic String setIdentifier(String new_id)
setIdentifier in interface CyNetworknew_id - DOCUMENT ME!
public void putClientData(String data_name,
Object data)
CyNetwork
putClientData in interface CyNetworkdata_name - the name of this client datapublic Collection getClientDataNames()
CyNetwork
getClientDataNames in interface CyNetworkpublic Object getClientData(String data_name)
CyNetwork
getClientData in interface CyNetworkdata_name - the data to getpublic void appendNetwork(CyNetwork network)
appendNetwork in interface CyNetworkpublic void selectAllNodes()
selectAllNodes in interface CyNetworkpublic void selectAllEdges()
selectAllEdges in interface CyNetworkpublic void unselectAllNodes()
unselectAllNodes in interface CyNetworkpublic void unselectAllEdges()
unselectAllEdges in interface CyNetwork
public void setSelectedNodeState(Collection nodes,
boolean selected_state)
setSelectedNodeState in interface CyNetworknodes - a Collection of Nodesselected_state - the desired selection state for the nodes
public void setSelectedNodeState(Node node,
boolean selected_state)
setSelectedNodeState in interface CyNetworknodes - a Nodeselected_state - the desired selection state for the node
public void setSelectedEdgeState(Collection edges,
boolean selected_state)
setSelectedEdgeState in interface CyNetworkedges - a Collection of Edgesselected_state - the desired selection state for the edges
public void setSelectedEdgeState(Edge edge,
boolean selected_state)
setSelectedEdgeState in interface CyNetworkedges - an Edgeselected_state - the desired selection state for the edgepublic boolean isSelected(Node node)
isSelected in interface CyNetworknode - the node
public boolean isSelected(Edge edge)
isSelected in interface CyNetworkedge - the edge
public Set getSelectedNodes()
getSelectedNodes in interface CyNetworkpublic Set getSelectedEdges()
getSelectedEdges in interface CyNetworkpublic void addSelectEventListener(SelectEventListener listener)
addSelectEventListener in interface CyNetworklistener - public void removeSelectEventListener(SelectEventListener listener)
removeSelectEventListener in interface CyNetworklistener - public SelectFilter getSelectFilter()
getSelectFilter in interface CyNetwork
public Object getNodeAttributeValue(Node node,
String attribute)
node - the given CyNodeattribute - the name of the requested attribute
public Object getNodeAttributeValue(int node,
String attribute)
public Object getEdgeAttributeValue(Edge edge,
String attribute)
public Object getEdgeAttributeValue(int edge,
String attribute)
public String[] getNodeAttributesList()
public String[] getNodeAttributesList(Node[] nodes)
public String[] getEdgeAttributesList()
public String[] getNodeAttributesList(Edge[] edges)
public boolean setNodeAttributeValue(Node node,
String attribute,
Object value)
node - the given CyNodeattribute - the name of the requested attributevalue - the value to be set
public boolean setNodeAttributeValue(int node,
String attribute,
Object value)
public boolean setEdgeAttributeValue(Edge edge,
String attribute,
Object value)
public boolean setEdgeAttributeValue(int edge,
String attribute,
Object value)
public void deleteNodeAttribute(String attribute)
public void deleteEdgeAttribute(String attribute)
public void addCyNetworkListener(CyNetworkListener listener)
addCyNetworkListener in interface CyNetworkpublic boolean removeCyNetworkListener(CyNetworkListener listener)
removeCyNetworkListener in interface CyNetworkpublic Set getCyNetworkListeners()
getCyNetworkListeners in interface CyNetworkpublic int createNode()
public int addNode(int cytoscape_node)
addNode in interface CyNetworkpublic CyNode addNode(Node cytoscape_node)
addNode in interface CyNetwork
public int addNode(String attribute,
Object value)
public boolean removeNode(int node_index,
boolean force)
removeNode in interface CyNetworkforce - force this node to be removed from all Networks
public int createEdge(int source,
int target,
boolean directed)
source - the source nodetarget - the target nodedirected - weather the edge should be directed
public int addEdge(int cytoscape_edge)
addEdge in interface CyNetworkpublic CyEdge addEdge(Edge cytoscape_edge)
addEdge in interface CyNetwork
public int addEdge(String attribute,
Object value)
public boolean removeEdge(int edge_index,
boolean force)
removeEdge in interface CyNetworkforce - force this edge to be removed from all Networks
public cytoscape.util.intr.IntEnumerator nodes()
nodes in interface cytoscape.graph.fixed.FixedGraphpublic cytoscape.util.intr.IntEnumerator edges()
edges in interface cytoscape.graph.fixed.FixedGraphpublic boolean nodeExists(int arg0)
nodeExists in interface cytoscape.graph.fixed.FixedGraphpublic byte edgeType(int arg0)
edgeType in interface cytoscape.graph.fixed.FixedGraphpublic int edgeSource(int arg0)
edgeSource in interface cytoscape.graph.fixed.FixedGraphpublic int edgeTarget(int arg0)
edgeTarget in interface cytoscape.graph.fixed.FixedGraph
public cytoscape.util.intr.IntEnumerator edgesAdjacent(int arg0,
boolean arg1,
boolean arg2,
boolean arg3)
edgesAdjacent in interface cytoscape.graph.fixed.FixedGraph
public cytoscape.util.intr.IntIterator edgesConnecting(int arg0,
int arg1,
boolean arg2,
boolean arg3,
boolean arg4)
edgesConnecting in interface cytoscape.graph.fixed.FixedGraphpublic void addGraphPerspectiveChangeListener(GraphPerspectiveChangeListener arg0)
addGraphPerspectiveChangeListener in interface GraphPerspectivepublic void removeGraphPerspectiveChangeListener(GraphPerspectiveChangeListener arg0)
removeGraphPerspectiveChangeListener in interface GraphPerspectivepublic Object clone()
clone in interface GraphPerspectiveclone in class Objectpublic RootGraph getRootGraph()
getRootGraph in interface GraphPerspectivepublic int getNodeCount()
getNodeCount in interface GraphPerspectivepublic int getEdgeCount()
getEdgeCount in interface GraphPerspectivepublic Iterator nodesIterator()
nodesIterator in interface GraphPerspectivepublic List nodesList()
nodesList in interface GraphPerspectivepublic int[] getNodeIndicesArray()
getNodeIndicesArray in interface GraphPerspectivepublic Iterator edgesIterator()
edgesIterator in interface GraphPerspectivepublic List edgesList()
edgesList in interface GraphPerspectivepublic int[] getEdgeIndicesArray()
getEdgeIndicesArray in interface GraphPerspective
public int[] getEdgeIndicesArray(int arg0,
int arg1,
boolean arg2,
boolean arg3)
getEdgeIndicesArray in interface GraphPerspectivepublic Node hideNode(Node arg0)
hideNode in interface GraphPerspectivepublic int hideNode(int arg0)
hideNode in interface GraphPerspectivepublic List hideNodes(List arg0)
hideNodes in interface GraphPerspectivepublic int[] hideNodes(int[] arg0)
hideNodes in interface GraphPerspectivepublic Node restoreNode(Node arg0)
restoreNode in interface GraphPerspectivepublic int restoreNode(int arg0)
restoreNode in interface GraphPerspectivepublic List restoreNodes(List arg0)
restoreNodes in interface GraphPerspective
public List restoreNodes(List arg0,
boolean arg1)
restoreNodes in interface GraphPerspective
public int[] restoreNodes(int[] arg0,
boolean arg1)
restoreNodes in interface GraphPerspectivepublic int[] restoreNodes(int[] arg0)
restoreNodes in interface GraphPerspectivepublic Edge hideEdge(Edge arg0)
hideEdge in interface GraphPerspectivepublic int hideEdge(int arg0)
hideEdge in interface GraphPerspectivepublic List hideEdges(List arg0)
hideEdges in interface GraphPerspectivepublic int[] hideEdges(int[] arg0)
hideEdges in interface GraphPerspectivepublic Edge restoreEdge(Edge arg0)
restoreEdge in interface GraphPerspectivepublic int restoreEdge(int arg0)
restoreEdge in interface GraphPerspectivepublic List restoreEdges(List arg0)
restoreEdges in interface GraphPerspectivepublic int[] restoreEdges(int[] arg0)
restoreEdges in interface GraphPerspectivepublic boolean containsNode(Node arg0)
containsNode in interface GraphPerspective
public boolean containsNode(Node arg0,
boolean arg1)
containsNode in interface GraphPerspectivepublic boolean containsEdge(Edge arg0)
containsEdge in interface GraphPerspective
public boolean containsEdge(Edge arg0,
boolean arg1)
containsEdge in interface GraphPerspectivepublic GraphPerspective join(GraphPerspective arg0)
join in interface GraphPerspective
public GraphPerspective createGraphPerspective(Node[] arg0,
Edge[] arg1)
createGraphPerspective in interface GraphPerspective
public GraphPerspective createGraphPerspective(int[] arg0,
int[] arg1)
createGraphPerspective in interface GraphPerspectivepublic GraphPerspective createGraphPerspective(Filter arg0)
createGraphPerspective in interface GraphPerspectivepublic List neighborsList(Node arg0)
neighborsList in interface GraphPerspectivepublic int[] neighborsArray(int arg0)
neighborsArray in interface GraphPerspective
public boolean isNeighbor(Node arg0,
Node arg1)
isNeighbor in interface GraphPerspective
public boolean isNeighbor(int arg0,
int arg1)
isNeighbor in interface GraphPerspective
public boolean edgeExists(Node arg0,
Node arg1)
edgeExists in interface GraphPerspective
public boolean edgeExists(int arg0,
int arg1)
edgeExists in interface GraphPerspective
public int getEdgeCount(Node arg0,
Node arg1,
boolean arg2)
getEdgeCount in interface GraphPerspective
public int getEdgeCount(int arg0,
int arg1,
boolean arg2)
getEdgeCount in interface GraphPerspective
public List edgesList(Node arg0,
Node arg1)
edgesList in interface GraphPerspective
public List edgesList(int arg0,
int arg1,
boolean arg2)
edgesList in interface GraphPerspective
public int[] getEdgeIndicesArray(int arg0,
int arg1,
boolean arg2)
getEdgeIndicesArray in interface GraphPerspectivepublic int getInDegree(Node arg0)
getInDegree in interface GraphPerspectivepublic int getInDegree(int arg0)
getInDegree in interface GraphPerspective
public int getInDegree(Node arg0,
boolean arg1)
getInDegree in interface GraphPerspective
public int getInDegree(int arg0,
boolean arg1)
getInDegree in interface GraphPerspectivepublic int getOutDegree(Node arg0)
getOutDegree in interface GraphPerspectivepublic int getOutDegree(int arg0)
getOutDegree in interface GraphPerspective
public int getOutDegree(Node arg0,
boolean arg1)
getOutDegree in interface GraphPerspective
public int getOutDegree(int arg0,
boolean arg1)
getOutDegree in interface GraphPerspectivepublic int getDegree(Node arg0)
getDegree in interface GraphPerspectivepublic int getDegree(int arg0)
getDegree in interface GraphPerspectivepublic int getIndex(Node arg0)
getIndex in interface GraphPerspectivepublic int getNodeIndex(int arg0)
getNodeIndex in interface GraphPerspectivepublic int getRootGraphNodeIndex(int arg0)
getRootGraphNodeIndex in interface GraphPerspectivepublic Node getNode(int arg0)
getNode in interface GraphPerspectivepublic int getIndex(Edge arg0)
getIndex in interface GraphPerspectivepublic int getEdgeIndex(int arg0)
getEdgeIndex in interface GraphPerspectivepublic int getRootGraphEdgeIndex(int arg0)
getRootGraphEdgeIndex in interface GraphPerspectivepublic Edge getEdge(int arg0)
getEdge in interface GraphPerspectivepublic int getEdgeSourceIndex(int arg0)
getEdgeSourceIndex in interface GraphPerspectivepublic int getEdgeTargetIndex(int arg0)
getEdgeTargetIndex in interface GraphPerspectivepublic boolean isEdgeDirected(int arg0)
isEdgeDirected in interface GraphPerspective
public boolean isMetaParent(Node arg0,
Node arg1)
isMetaParent in interface GraphPerspective
public boolean isNodeMetaParent(int arg0,
int arg1)
isNodeMetaParent in interface GraphPerspectivepublic List metaParentsList(Node arg0)
metaParentsList in interface GraphPerspectivepublic List nodeMetaParentsList(int arg0)
nodeMetaParentsList in interface GraphPerspectivepublic int[] getNodeMetaParentIndicesArray(int arg0)
getNodeMetaParentIndicesArray in interface GraphPerspective
public boolean isMetaChild(Node arg0,
Node arg1)
isMetaChild in interface GraphPerspective
public boolean isNodeMetaChild(int arg0,
int arg1)
isNodeMetaChild in interface GraphPerspectivepublic List nodeMetaChildrenList(Node arg0)
nodeMetaChildrenList in interface GraphPerspectivepublic List nodeMetaChildrenList(int arg0)
nodeMetaChildrenList in interface GraphPerspectivepublic int[] getNodeMetaChildIndicesArray(int arg0)
getNodeMetaChildIndicesArray in interface GraphPerspective
public boolean isMetaParent(Edge arg0,
Node arg1)
isMetaParent in interface GraphPerspective
public boolean isEdgeMetaParent(int arg0,
int arg1)
isEdgeMetaParent in interface GraphPerspectivepublic List metaParentsList(Edge arg0)
metaParentsList in interface GraphPerspectivepublic List edgeMetaParentsList(int arg0)
edgeMetaParentsList in interface GraphPerspectivepublic int[] getEdgeMetaParentIndicesArray(int arg0)
getEdgeMetaParentIndicesArray in interface GraphPerspective
public boolean isMetaChild(Node arg0,
Edge arg1)
isMetaChild in interface GraphPerspective
public boolean isEdgeMetaChild(int arg0,
int arg1)
isEdgeMetaChild in interface GraphPerspectivepublic List edgeMetaChildrenList(Node arg0)
edgeMetaChildrenList in interface GraphPerspectivepublic List edgeMetaChildrenList(int arg0)
edgeMetaChildrenList in interface GraphPerspectivepublic int[] getEdgeMetaChildIndicesArray(int arg0)
getEdgeMetaChildIndicesArray in interface GraphPerspective
public List getAdjacentEdgesList(Node arg0,
boolean arg1,
boolean arg2,
boolean arg3)
getAdjacentEdgesList in interface GraphPerspective
public int[] getAdjacentEdgeIndicesArray(int arg0,
boolean arg1,
boolean arg2,
boolean arg3)
getAdjacentEdgeIndicesArray in interface GraphPerspectivepublic List getConnectingEdges(List arg0)
getConnectingEdges in interface GraphPerspectivepublic int[] getConnectingEdgeIndicesArray(int[] arg0)
getConnectingEdgeIndicesArray in interface GraphPerspectivepublic int[] getConnectingNodeIndicesArray(int[] arg0)
getConnectingNodeIndicesArray in interface GraphPerspectivepublic GraphPerspective createGraphPerspective(int[] arg0)
createGraphPerspective in interface GraphPerspectivepublic void finalize()
finalize in class Object
|
www.cytoscape.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||