EdgeTypeExporter class.
More...
EdgeTypeExporter class.
Specific TypeExporter implementation for edge types.
Check out the 'Data export' section in the SPARKSEE User Manual for more details on this.
- Author
- Sparsity Technologies http://www.sparsity-technologies.com
- (id) initWithRowWriter: |
|
(STSRowWriter *) |
rowWriter |
graph: |
|
(STSGraph *) |
graph |
type: |
|
(int) |
type |
attrs: |
|
(STSAttributeList *) |
attrs |
hPos: |
|
(int) |
hPos |
tPos: |
|
(int) |
tPos |
hAttr: |
|
(int) |
hAttr |
tAttr: |
|
(int) |
tAttr |
|
|
| |
Creates a new instance.
- Parameters
-
rowWriter | [in] Output RowWriter. |
graph | [in] Graph. |
type | [in] Type identifier. |
attrs | [in] Attribute identifiers to be exported. |
hPos | [in] The position (index column) for the head value. |
tPos | [in] The position (index column) for the tail value. |
hAttr | [in] The attribute identifier to get the value to be dumped for the head. |
tAttr | [in] The attribute identifier to get the value to be dumped for the tail. |
Registers a new listener.
- Parameters
-
tel | [in] TypeExporterListener to be registered. |
See the TypeExporter class Run method.
- Exceptions
-
System.ApplicationException | null |
System.IO.IOException | null |
Implements STSTypeExporter.
Sets the list of Attributes.
- Parameters
-
attrs | [in] Attribute identifiers to be exported |
- (void) setFrequency: |
|
(int) |
freq |
|
Sets the frequency of listener notification.
- Parameters
-
freq | [in] Frequency in number of rows managed to notify progress to all listeners |
Sets the graph that will be exported.
- Parameters
-
- (void) setHeadAttribute: |
|
(int) |
attr |
|
Sets the attribute that will be used to get the value to be dumped for the head of the edge.
- Parameters
-
- (void) setHeader: |
|
(BOOL) |
header |
|
Sets the presence of a header row.
- Parameters
-
header | [in] If TRUE, a header row is dumped with the name of the attributes. |
- (void) setHeadPosition: |
|
(int) |
pos |
|
Sets the position (index column) of the head attribute in the exported data.
- Parameters
-
Sets the output data destination.
- Parameters
-
- (void) setTailAttribute: |
|
(int) |
attr |
|
Sets the attribute that will be used to get the value to be dumped for the tail of the edge.
- Parameters
-
- (void) setTailPosition: |
|
(int) |
pos |
|
Sets the position (index column) of the tail attribute in the exported data.
- Parameters
-
- (void) setType: |
|
(int) |
type |
|
Sets the type to be exported.
- Parameters
-
type | [in] Type identifier. |
The documentation for this class was generated from the following file: