Uses of Interface
org.gephi.io.importer.api.ContainerUnloader
-
Packages that use ContainerUnloader 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 ContainerUnloader in org.gephi.io.importer.api
Methods in org.gephi.io.importer.api that return ContainerUnloader Modifier and Type Method Description ContainerUnloader
Container. getUnloader()
Get the container unloading interface.Methods in org.gephi.io.importer.api with parameters of type ContainerUnloader Modifier and Type Method Description Object
ColumnDraft. getResolvedDefaultValue(ContainerUnloader container)
Gets the column's resolved (final) default value taking into account the container settings and whether the column is dynamic or not.Class
ColumnDraft. getResolvedTypeClass(ContainerUnloader container)
Gets the column's resolved (final) type taking into account the container settings and whether the column is dynamic or not. -
Uses of ContainerUnloader in org.gephi.io.processor.spi
Methods in org.gephi.io.processor.spi with parameters of type ContainerUnloader Modifier and Type Method Description void
Processor. setContainers(ContainerUnloader[] containers)
Sets the data containers.
-