Package | Description |
---|---|
org.gephi.io.importer.api |
API for importing data from any support.
|
org.gephi.io.importer.spi |
Interfaces for creating new data importers.
|
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 |
Importer.getReport()
Returns the import report, filled with logs and potential issues.
|
Copyright © 2007–2015 Gephi Consortium. All rights reserved.