Uses of Interface
org.gephi.io.importer.api.NodeDraft
-
Packages that use NodeDraft Package Description org.gephi.io.importer.api API for importing data from any support. -
-
Uses of NodeDraft in org.gephi.io.importer.api
Methods in org.gephi.io.importer.api that return NodeDraft Modifier and Type Method Description NodeDraft
ContainerLoader. getNode(String id)
Returns the node with the givenid
, 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.Methods in org.gephi.io.importer.api that return types with arguments of type NodeDraft Modifier and Type Method Description Iterable<NodeDraft>
ContainerUnloader. getNodes()
Methods in org.gephi.io.importer.api with parameters of type NodeDraft Modifier and Type Method 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.
-