|
Gephi Toolkit Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gephi.io.importer.plugin.file.ImporterGraphML
public class ImporterGraphML
| Constructor Summary | |
|---|---|
ImporterGraphML()
|
|
| Method Summary | |
|---|---|
boolean |
cancel()
Cancel the task. |
boolean |
execute(ContainerLoader container)
Run the import processus. |
ContainerLoader |
getContainer()
Returns the import container. |
Report |
getReport()
Returns the import report, filled with logs and potential issues. |
void |
setProgressTicket(ProgressTicket progressTicket)
Set the progress ticket for the long task. |
void |
setReader(java.io.Reader reader)
Sets the reader where characters can be retrieved. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImporterGraphML()
| Method Detail |
|---|
public boolean execute(ContainerLoader container)
Importer
execute in interface Importercontainer - the container where imported data will be pushed
true if the import is successfull or
false if it has been cancelledpublic void setReader(java.io.Reader reader)
FileImporter
setReader in interface FileImporterreader - the reader on datapublic ContainerLoader getContainer()
Importer
getContainer in interface Importerpublic Report getReport()
Importer
getReport in interface Importerpublic boolean cancel()
LongTasktrue if the task has been sucessfully cancelled, false otherwise.
cancel in interface LongTasktrue if the task has been sucessfully cancelled, false otherwisepublic void setProgressTicket(ProgressTicket progressTicket)
LongTask
setProgressTicket in interface LongTaskprogressTicket - the progress ticket for this task
|
Gephi Toolkit Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||