| Package | Description |
|---|---|
| org.gephi.io.generator.plugin | |
| org.gephi.io.generator.spi |
Generator interfaces that plugins implement to add new generators.
|
| org.gephi.io.importer.api |
API for importing data from any support.
|
| org.gephi.io.importer.impl | |
| org.gephi.io.importer.plugin.database | |
| org.gephi.io.importer.plugin.file | |
| org.gephi.io.importer.plugin.file.spreadsheet | |
| org.gephi.io.importer.plugin.file.spreadsheet.process | |
| org.gephi.io.importer.spi |
Interfaces for creating new data importers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RandomGraph.generate(ContainerLoader container) |
void |
MultiGraph.generate(ContainerLoader container) |
void |
DynamicGraph.generate(ContainerLoader container) |
| Modifier and Type | Method and Description |
|---|---|
void |
Generator.generate(ContainerLoader container)
Main method that generates the graph and put it in the container.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerLoader |
Container.getLoader()
Gets the container loading interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImportContainerImpl |
| Modifier and Type | Method and Description |
|---|---|
ContainerLoader |
ImportContainerImpl.getLoader() |
| Modifier and Type | Method and Description |
|---|---|
ContainerLoader |
ImporterEdgeList.getContainer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ImporterEdgeList.execute(ContainerLoader container) |
| Modifier and Type | Method and Description |
|---|---|
ContainerLoader |
ImporterVNA.getContainer() |
ContainerLoader |
ImporterTLP.getContainer() |
ContainerLoader |
ImporterTGF.getContainer() |
ContainerLoader |
ImporterPajek.getContainer() |
ContainerLoader |
ImporterGraphML.getContainer() |
ContainerLoader |
ImporterGML.getContainer() |
ContainerLoader |
ImporterGEXF.getContainer() |
ContainerLoader |
ImporterGDF.getContainer() |
ContainerLoader |
ImporterDOT.getContainer() |
ContainerLoader |
ImporterDL.getContainer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ImporterVNA.execute(ContainerLoader container) |
boolean |
ImporterTLP.execute(ContainerLoader container) |
boolean |
ImporterTGF.execute(ContainerLoader container) |
boolean |
ImporterPajek.execute(ContainerLoader container) |
boolean |
ImporterGraphML.execute(ContainerLoader container) |
boolean |
ImporterGML.execute(ContainerLoader container) |
boolean |
ImporterGEXF.execute(ContainerLoader container) |
boolean |
ImporterGDF.execute(ContainerLoader container) |
boolean |
ImporterDOT.execute(ContainerLoader container) |
boolean |
ImporterDL.execute(ContainerLoader container) |
| Modifier and Type | Method and Description |
|---|---|
ContainerLoader |
AbstractImporterSpreadsheet.getContainer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractImporterSpreadsheet.execute(ContainerLoader container) |
| Constructor and Description |
|---|
AbstractImportProcess(SpreadsheetGeneralConfiguration generalConfig,
ContainerLoader container,
ProgressTicket progressTicket,
SheetParser parser) |
ImportAdjacencyListProcess(SpreadsheetGeneralConfiguration generalConfig,
ContainerLoader container,
ProgressTicket progressTicket,
SheetParser parser) |
ImportEdgesProcess(SpreadsheetGeneralConfiguration generalConfig,
SheetParser parser,
ContainerLoader container,
ProgressTicket progressTicket) |
ImportMatrixProcess(SpreadsheetGeneralConfiguration generalConfig,
ContainerLoader container,
ProgressTicket progressTicket,
SheetParser parser) |
ImportNodesProcess(SpreadsheetGeneralConfiguration generalConfig,
SheetParser parser,
ContainerLoader container,
ProgressTicket progressTicket) |
| Modifier and Type | Method and Description |
|---|---|
ContainerLoader |
Importer.getContainer()
Returns the import container.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Importer.execute(ContainerLoader loader)
Run the import process.
|
Copyright © 2007–2017. All rights reserved.