Uses of Class
org.gephi.io.importer.api.Issue
-
Packages that use Issue Package Description org.gephi.io.importer.api API for importing data from any support. -
-
Uses of Issue in org.gephi.io.importer.api
Methods in org.gephi.io.importer.api that return types with arguments of type Issue Modifier and Type Method Description Iterator<Issue>
Report. getIssues(int limit)
Returns all issues written in the report.Methods in org.gephi.io.importer.api with parameters of type Issue Modifier and Type Method Description void
Report. logIssue(Issue issue)
Log an issue in the report.
-