|
Cytoscape 3.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cytoscape.event.AbstractCyEvent
org.cytoscape.group.events.GroupNodesAddedEvent
public final class GroupNodesAddedEvent
This event signals that edges have been added to the network.
Module: group-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>group-api</artifactId> </dependency>
Constructor Summary | |
---|---|
GroupNodesAddedEvent(CyGroup source,
CyNode node)
Constructs event. |
|
GroupNodesAddedEvent(CyGroup source,
List<CyNode> nodes)
Constructs event. |
Method Summary | |
---|---|
List<CyNode> |
getNodes()
Returns the list of nodes associated with this event. |
Methods inherited from class org.cytoscape.event.AbstractCyEvent |
---|
getListenerClass, getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GroupNodesAddedEvent(CyGroup source, CyNode node)
source
- the CyGroup
that is changing.node
- A single node added.public GroupNodesAddedEvent(CyGroup source, List<CyNode> nodes)
source
- the CyGroup
that is changing.nodes
- A list of nodes added.Method Detail |
---|
public List<CyNode> getNodes()
|
Cytoscape 3.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |