| Package | Description |
|---|---|
| org.gephi.io.importer.api |
API for importing data from any support.
|
| org.gephi.io.importer.impl |
| Modifier and Type | Method and Description |
|---|---|
NodeDraft |
ContainerLoader.getNode(String id)
Returns the node with the given
id, or create a new node
with this id if not found. |
NodeDraft |
EdgeDraft.getSource()
Get edge's source.
|
NodeDraft |
EdgeDraft.getTarget()
Get edge's target.
|
NodeDraft |
ElementDraft.Factory.newNodeDraft()
Returns an empty node draft instance.
|
NodeDraft |
ElementDraft.Factory.newNodeDraft(String id)
Returns an empty node draft instance.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<NodeDraft> |
ContainerUnloader.getNodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerLoader.addNode(NodeDraft nodeDraft)
Adds a node to this container.
|
void |
EdgeDraft.setSource(NodeDraft nodeSource)
Sets this edge's source.
|
void |
EdgeDraft.setTarget(NodeDraft nodeTarget)
Sets this edge's target.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NodeDraftImpl |
| Modifier and Type | Method and Description |
|---|---|
Iterable<NodeDraft> |
ImportContainerImpl.getNodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImportContainerImpl.addNode(NodeDraft nodeDraft) |
void |
EdgeDraftImpl.setSource(NodeDraft nodeSource) |
void |
EdgeDraftImpl.setTarget(NodeDraft nodeTarget) |
Copyright © 2007–2017. All rights reserved.