Sparksee  6.0.2
STSEdgeData Class Reference

Edge data class. More...

Inheritance diagram for STSEdgeData:
Inheritance graph
Collaboration diagram for STSEdgeData:
Collaboration graph

Instance Methods

(long long) - getEdge
 Gets the edge identifier. More...
 
(long long) - getTail
 Gets the tail of the edge. More...
 
(long long) - getHead
 Gets the head of the edge. More...
 

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

Method Documentation

- (long long) getEdge

Gets the edge identifier.

Returns
The Sparksee edge identifier.
- (long long) getHead

Gets the head of the edge.

Returns
The Sparksee edge identifier of the head of the edge.
- (long long) getTail

Gets the tail of the edge.

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

The documentation for this class was generated from the following file: