public interface ContainerUnloader
Gives access to the draft graph elements, columns attributes. Also gives access to basic settings and properties about the container's content.
Unloaders are used by Processor to load data from the container
to the main data structure.
Processorint getNodeCount()
int getEdgeCount()
boolean hasNodeColumn(String key)
boolean hasEdgeColumn(String key)
ColumnDraft getNodeColumn(String key)
key as identifier.key - node column keyColumnDraft getEdgeColumn(String key)
key as identifier.key - edge column keyIterable<ColumnDraft> getNodeColumns()
Iterable<ColumnDraft> getEdgeColumns()
EdgeDirectionDefault getEdgeDefault()
org.gephi.graph.api.TimeFormat getTimeFormat()
org.gephi.graph.api.TimeRepresentation getTimeRepresentation()
org.joda.time.DateTimeZone getTimeZone()
String getSource()
Class getEdgeTypeLabelClass()
Double getTimestamp()
org.gephi.graph.api.Interval getInterval()
ElementIdType getElementIdType()
boolean allowSelfLoop()
boolean allowAutoNode()
boolean allowParallelEdges()
boolean isAutoScale()
boolean isFillLabelWithId()
EdgeMergeStrategy getEdgesMergeStrategy()
Copyright © 2007–2017. All rights reserved.