Uses of Interface
org.gephi.io.processor.spi.Processor
-
Packages that use Processor Package Description org.gephi.io.importer.api API for importing data from any support.org.gephi.io.processor.spi Interfaces that define the way data are unloaded from container and appened to the workspace. -
-
Uses of Processor in org.gephi.io.importer.api
Methods in org.gephi.io.importer.api with parameters of type Processor Modifier and Type Method Description voidImportController. process(Container[] containers, Processor processor, Workspace workspace)voidImportController. process(Container container, Processor processor, Workspace workspace) -
Uses of Processor in org.gephi.io.processor.spi
Methods in org.gephi.io.processor.spi with parameters of type Processor Modifier and Type Method Description booleanProcessorUI. isUIFoProcessor(Processor processor)Returnstrueif this UI belongs to the given processor.voidProcessorUI. setup(Processor processor)Link the UI to the processor and therefore to settings values.
-