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.Collection<Issue>Report. getIssuesList(int limit)Returns all issues written in the report as a collectionMethods in org.gephi.io.importer.api with parameters of type Issue Modifier and Type Method Description voidReport. logIssue(Issue issue)Log an issue in the report.
-