|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.upc.dama.dex.io.Exporter
edu.upc.dama.dex.io.NodeTypeExporter
public class NodeTypeExporter
Exporter implementation for node types.
Exporter| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class edu.upc.dama.dex.io.Exporter |
|---|
Exporter.ExporterEvent |
| Field Summary |
|---|
| Fields inherited from class edu.upc.dama.dex.io.Exporter |
|---|
headAttr, headPos, tailAttr, tailPos |
| Constructor Summary | |
|---|---|
NodeTypeExporter(RowWriter rowWriter,
Graph graph,
int nodeType)
Creates a new instance of NodeTypeExporter.All atrributes are exported. |
|
NodeTypeExporter(RowWriter rowWriter,
Graph graph,
int nodeType,
java.lang.Long[] exportAttr)
Creates a new instance of NodeTypeExporter. |
|
| Method Summary |
|---|
| Methods inherited from class edu.upc.dama.dex.io.Exporter |
|---|
getFrequency, getNamesOnTop, registerUnloaderListener, run, setFrequency, setNamesOnTop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NodeTypeExporter(RowWriter rowWriter,
Graph graph,
int nodeType)
NodeTypeExporter.
rowWriter - RowWriter to write data.graph - Graph that nodes are exported.nodeType - Node type to be exported.
public NodeTypeExporter(RowWriter rowWriter,
Graph graph,
int nodeType,
java.lang.Long[] exportAttr)
NodeTypeExporter.
rowWriter - RowWriter to write data.graph - Graph that nodes are exported.nodeType - Node type to be exported.exportAttr - Attributes id of the nodeType to be
exported.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||