edu.upc.dama.dex.io
Class Exporter.ExporterEvent

java.lang.Object
  extended by edu.upc.dama.dex.io.Exporter.ExporterEvent
Enclosing class:
Exporter

public class Exporter.ExporterEvent
extends java.lang.Object

Constains information of the running Exporter.

It gives information about the execution state.


Field Summary
 long count
          Current export object.
 Graph graph
          Graph.
 int objectType
          Object type identifier to be exported.
 long total
          Total number of objects.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objectType

public int objectType
Object type identifier to be exported.


count

public long count
Current export object.


total

public long total
Total number of objects.


graph

public Graph graph
Graph.