Gephi Toolkit Javadoc

org.gephi.graph.api
Interface Node


public interface Node

A graph node.

Author:
Mathieu Bastian

Method Summary
 int getId()
          Returns the unique identifier.
 NodeData getNodeData()
          Returns the extended data that belongs to this node.
 

Method Detail

getId

int getId()
Returns the unique identifier. This id is created by the system, use NodeData.getId() to get the string id from import.

Returns:
the node id, created by the system

getNodeData

NodeData getNodeData()
Returns the extended data that belongs to this node.

Returns:
the node data instance

Gephi Toolkit Javadoc