org.gephi.io.importer.api
Interface ContainerUnloader
- All Known Implementing Classes:
- ImportContainerImpl
public interface ContainerUnloader
Interface for unloading a container. Gets graph draft elements and attributes. Get also
basic params and properties which defined the content. Unloaders are used by Processor
to load data from the container to the main data structure.
- Author:
- Mathieu Bastian
- See Also:
Processor
getNodes
java.util.Collection<? extends NodeDraftGetter> getNodes()
getEdges
java.util.Collection<? extends EdgeDraftGetter> getEdges()
getEdge
EdgeDraftGetter getEdge(NodeDraftGetter source,
NodeDraftGetter target)
getEdgeDefault
EdgeDefault getEdgeDefault()
getAttributeModel
AttributeModel getAttributeModel()
getTimeIntervalMin
java.lang.Double getTimeIntervalMin()
getTimeIntervalMax
java.lang.Double getTimeIntervalMax()
getTimeFormat
DynamicModel.TimeFormat getTimeFormat()
allowSelfLoop
boolean allowSelfLoop()
allowAutoNode
boolean allowAutoNode()
allowParallelEdges
boolean allowParallelEdges()
getSource
java.lang.String getSource()