|
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.Objectcytoscape.CyNode
public class CyNode
| Field Summary | |
|---|---|
static String |
HAS_NESTED_NETWORK_ATTR
|
static String |
NESTED_NETWORK_ID_ATTR
|
static String |
NESTED_NETWORK_IS_VISIBLE_ATTR
|
static String |
PARENT_NODES_ATTR
|
| Constructor Summary | |
|---|---|
CyNode(giny.model.RootGraph root,
int rootGraphIndex)
Creates a new CyNode object. |
|
| Method Summary | |
|---|---|
void |
addToGroup(CyGroup group)
Add this node to the specified group. |
giny.model.GraphPerspective |
getGraphPerspective()
DOCUMENT ME! |
List<CyGroup> |
getGroups()
Return the list of groups this node is a member of |
String |
getIdentifier()
DOCUMENT ME! |
giny.model.GraphPerspective |
getNestedNetwork()
Return the currently set graph perspective (may be null) associated with this node. |
giny.model.RootGraph |
getRootGraph()
DOCUMENT ME! |
int |
getRootGraphIndex()
DOCUMENT ME! |
boolean |
inGroup(CyGroup group)
Check to see if this node is a member of the requested group |
boolean |
isaGroup()
Check to see if this node is a group |
void |
removeFromGroup(CyGroup group)
Remove this node from the specified group. |
boolean |
setGraphPerspective(giny.model.GraphPerspective gp)
DOCUMENT ME! |
boolean |
setIdentifier(String new_id)
DOCUMENT ME! |
void |
setNestedNetwork(giny.model.GraphPerspective graphPerspective)
Assign a graph perspective reference to this node. |
String |
toString()
Return the "name" of a node |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String NESTED_NETWORK_ID_ATTR
public static final String NESTED_NETWORK_IS_VISIBLE_ATTR
public static final String HAS_NESTED_NETWORK_ATTR
public static final String PARENT_NODES_ATTR
| Constructor Detail |
|---|
public CyNode(giny.model.RootGraph root,
int rootGraphIndex)
root - DOCUMENT ME!rootGraphIndex - DOCUMENT ME!| Method Detail |
|---|
public giny.model.GraphPerspective getGraphPerspective()
getGraphPerspective in interface giny.model.Nodepublic boolean setGraphPerspective(giny.model.GraphPerspective gp)
setGraphPerspective in interface giny.model.Nodegp - DOCUMENT ME!
public giny.model.RootGraph getRootGraph()
getRootGraph in interface giny.model.GraphObjectpublic int getRootGraphIndex()
getRootGraphIndex in interface giny.model.GraphObjectpublic String getIdentifier()
getIdentifier in interface giny.model.GraphObjectpublic boolean setIdentifier(String new_id)
setIdentifier in interface giny.model.GraphObjectnew_id - DOCUMENT ME!
public void addToGroup(CyGroup group)
group - CyGroup to add this group topublic void removeFromGroup(CyGroup group)
group - CyGroup to remove this group frompublic List<CyGroup> getGroups()
public boolean inGroup(CyGroup group)
group - the group to check
public boolean isaGroup()
public String toString()
toString in class Objectpublic void setNestedNetwork(giny.model.GraphPerspective graphPerspective)
setNestedNetwork in interface giny.model.Nodepublic giny.model.GraphPerspective getNestedNetwork()
getNestedNetwork in interface giny.model.Node
|
www.cytoscape.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||