Interface | Description |
---|---|
ColumnDraft |
Column draft used by containers to represent future attribute columns.
|
Container |
A container is created each time data are imported by importers.
|
Container.Factory |
Container factory.
|
ContainerLoader |
Interface for loading a
Container with graph and attributes data from
an importer. |
ContainerUnloader |
Interface for unloading a container.
|
Database |
Database description and connection details.
|
EdgeDraft |
Draft edge, hosted by import containers to represent edges found when
importing.
|
ElementDraft |
Draft element, hosted by import containers to represent nodes or edges found
when importing.
|
ElementDraft.Factory |
Node and edge draft factory.
|
ImportController |
Manage and control the import execution low.
|
NodeDraft |
Draft node, hosted by import containers to represent nodes found when
importing.
|
Class | Description |
---|---|
AbstractDatabase | |
FileType |
File type definition.
|
ImportUtils | |
Issue |
Issue are logged and classified by
Report to describe a problem
encountered during import process. |
PropertiesAssociations | |
PropertyAssociation<Property> | |
Report |
Report is a log and issue container.
|
Enum | Description |
---|---|
EdgeDirection |
Edge direction setting.
|
EdgeDirectionDefault |
Graph level setting that indicates the nature of its edges.
|
EdgeWeightMergeStrategy |
Defines the way edge weights are merged.
|
ElementIdType |
Element id type.
|
Issue.Level | |
PropertiesAssociations.EdgeProperties | |
PropertiesAssociations.NodeProperties |
This API defines a secure import flow, that allows to import data in
a container, then checks the container for data consistency and finally
process data and appended them to GraphAPI
.
See org.gephi.io.importer.spi
package for defining new
importers and org.gephi.io.processor.spi
for processors.
Processors come after importers and are responsible for appending
import results.
Import tasks can also carefully log what they do and where some problems where found. The report can then be displayed to users.
Copyright © 2007–2015 Gephi Consortium. All rights reserved.