|
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.database.ImporterEdgeList
public class ImporterEdgeList
| Constructor Summary | |
|---|---|
ImporterEdgeList()
|
|
| Method Summary | |
|---|---|
boolean |
execute(ContainerLoader container)
Run the import processus. |
ContainerLoader |
getContainer()
Returns the import container. |
Database |
getDatabase()
Returns the current database description, connexion details and queries |
Report |
getReport()
Returns the import report, filled with logs and potential issues. |
void |
setDatabase(Database database)
Sets the database description, connexion details and queries |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImporterEdgeList()
| 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 setDatabase(Database database)
DatabaseImporter
setDatabase in interface DatabaseImporterdatabase - the database that is to be used to importpublic Database getDatabase()
DatabaseImporter
getDatabase in interface DatabaseImporterpublic ContainerLoader getContainer()
Importer
getContainer in interface Importerpublic Report getReport()
Importer
getReport in interface Importer
|
Gephi Toolkit Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||