| Interface | Description |
|---|---|
| Container |
A container is created each time data are imported by importers.
|
| ContainerFactory | |
| ContainerLoader |
Interface for a loading a
Container with graph and attributes data from an importers. |
| ContainerLoader.DraftFactory |
Node and edge draft factory.
|
| ContainerUnloader |
Interface for unloading a container.
|
| Database |
Database description and connexion details.
|
| EdgeDraft |
Draft edge, hosted by import containers to represent edges found when importing.
|
| EdgeDraftGetter | |
| ImportController |
Manage and control the import executionf low.
|
| NodeDraft |
Draft node, hosted by import containers to represent nodes found when importing.
|
| NodeDraftGetter |
| Class | Description |
|---|---|
| AbstractDatabase | |
| FileType |
File type definition.
|
| ImportUtils | |
| Issue |
Issue are logged and classified by
Report to describe a problem encoutered during
import process. |
| PropertiesAssociations | |
| PropertyAssociation<Property> | |
| Report |
Report is a log and issue container.
|
| Enum | Description |
|---|---|
| EdgeDefault | |
| EdgeDraft.EdgeType | |
| 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 and
AttributesAPI.
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-2012 Gephi Consortium. All Rights Reserved.