| Package | Description |
|---|---|
| org.gephi.io.importer.api |
API for importing data from any support.
|
| org.gephi.io.importer.impl | |
| org.gephi.io.importer.plugin.database | |
| org.gephi.io.importer.plugin.file | |
| org.gephi.io.importer.plugin.file.spreadsheet | |
| org.gephi.io.importer.plugin.file.spreadsheet.process | |
| org.gephi.io.importer.spi |
Interfaces for creating new data importers.
|
| org.gephi.io.processor.plugin | |
| org.gephi.io.processor.spi |
Interfaces that define the way data are unloaded from container and
appened to the workspace.
|
| Modifier and Type | Method and Description |
|---|---|
Report |
Container.getReport()
Returns the report associated to this container, if it exists.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Report.append(Report report)
Appends all entries in
report to this report. |
void |
Container.setReport(Report report)
Sets a report this container can use to report issues detected when
loading the container.
|
| Modifier and Type | Method and Description |
|---|---|
Report |
ImportContainerImpl.getReport() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImportContainerImpl.setReport(Report report) |
| Modifier and Type | Method and Description |
|---|---|
Report |
ImporterEdgeList.getReport() |
| Modifier and Type | Method and Description |
|---|---|
Report |
ImporterVNA.getReport() |
Report |
ImporterTLP.getReport() |
Report |
ImporterTGF.getReport() |
Report |
ImporterPajek.getReport() |
Report |
ImporterGraphML.getReport() |
Report |
ImporterGML.getReport() |
Report |
ImporterGEXF.getReport() |
Report |
ImporterGDF.getReport() |
Report |
ImporterDOT.getReport() |
Report |
ImporterDL.getReport() |
| Modifier and Type | Method and Description |
|---|---|
Report |
AbstractImporterSpreadsheet.getReport() |
| Modifier and Type | Method and Description |
|---|---|
static void |
SpreadsheetUtils.logCritical(Report report,
String message,
SheetParser parser) |
static void |
SpreadsheetUtils.logError(Report report,
String message,
SheetParser parser) |
static void |
SpreadsheetUtils.logInfo(Report report,
String message,
SheetParser parser) |
static void |
SpreadsheetUtils.logIssue(Report report,
Issue issue,
SheetParser parser) |
static void |
SpreadsheetUtils.logWarning(Report report,
String message,
SheetParser parser) |
| Modifier and Type | Method and Description |
|---|---|
Report |
AbstractImportProcess.getReport() |
| Modifier and Type | Method and Description |
|---|---|
Report |
Importer.getReport()
Returns the import report, filled with logs and potential issues.
|
| Modifier and Type | Method and Description |
|---|---|
Report |
AbstractProcessor.getReport() |
| Modifier and Type | Method and Description |
|---|---|
Report |
Processor.getReport()
Returns the report of the processor after processing is done, with possible warnings and errors.
|
Copyright © 2007–2017. All rights reserved.