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 void
ImportController. process(Container[] containers, Processor processor, Workspace workspace)
void
ImportController. 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 boolean
ProcessorUI. isUIFoProcessor(Processor processor)
Returnstrue
if this UI belongs to the given processor.void
ProcessorUI. setup(Processor processor)
Link the UI to the processor and therefore to settings values.
-