SparkseeNet  6.0.2
Public Member Functions | List of all members
com.sparsity.sparksee.gdb.EdgeData Class Reference

Edge data class. More...

Public Member Functions

long GetHead ()
 Gets the head of the edge.
 
long GetTail ()
 Gets the tail of the edge.
 
long GetEdge ()
 Gets the edge identifier.
 

Detailed Description

Edge data class.

It stores the tail and the head of an edge instance.

In case of undirected eges, the tail and the head are just the two ends of the edge.

Author
Sparsity Technologies http://www.sparsity-technologies.com

Member Function Documentation

long com.sparsity.sparksee.gdb.EdgeData.GetEdge ( )

Gets the edge identifier.

Returns
The Sparksee edge identifier.
long com.sparsity.sparksee.gdb.EdgeData.GetHead ( )

Gets the head of the edge.

Returns
The Sparksee edge identifier of the head of the edge.
long com.sparsity.sparksee.gdb.EdgeData.GetTail ( )

Gets the tail of the edge.

Returns
The Sparksee edge identifier of the tail of the edge.