Uses of Class
org.gephi.io.importer.api.Report
-
Packages that use Report 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.org.gephi.io.processor.spi Interfaces that define the way data are unloaded from container and appened to the workspace. -
-
Uses of Report in org.gephi.io.importer.api
Methods in org.gephi.io.importer.api that return Report Modifier and Type Method Description Report
Container. getReport()
Returns the report associated to this container, if it exists.Methods in org.gephi.io.importer.api with parameters of type Report Modifier and Type Method Description void
Report. append(Report report)
Appends all entries inreport
to this report.void
Container. setReport(Report report)
Sets a report this container can use to report issues detected when loading the container. -
Uses of Report in org.gephi.io.importer.spi
Methods in org.gephi.io.importer.spi that return Report Modifier and Type Method Description Report
Importer. getReport()
Returns the import report, filled with logs and potential issues. -
Uses of Report in org.gephi.io.processor.spi
Methods in org.gephi.io.processor.spi that return Report Modifier and Type Method Description Report
Processor. getReport()
Returns the report of the processor after processing is done, with possible warnings and errors.
-