- g() - Method in interface org.gephi.graph.api.ElementProperties
-
Returns the green color component between zero and one.
- get(Column, Object) - Method in interface org.gephi.graph.api.Index
-
Gets an Iterable of all elements in the index with value in the
given column.
- get(double) - Method in interface org.gephi.graph.api.TimeIndex
-
Returns all elements at the given timestamp.
- get(Interval) - Method in interface org.gephi.graph.api.TimeIndex
-
Returns all elements between the given interval (bounds included).
- get(Interval, Estimator) - Method in class org.gephi.graph.api.types.IntervalMap
-
- get(Interval, T) - Method in class org.gephi.graph.api.types.IntervalMap
-
- get(Interval, Estimator) - Method in interface org.gephi.graph.api.types.TimeMap
-
Get the estimated value for the given interval.
- get(K, V) - Method in interface org.gephi.graph.api.types.TimeMap
-
Get the value for the given key.
- get(Double, T) - Method in class org.gephi.graph.api.types.TimestampMap
-
- get(Interval, Estimator) - Method in class org.gephi.graph.api.types.TimestampMap
-
- getAddedColumns() - Method in interface org.gephi.graph.api.TableDiff
-
Gets all added columns.
- getAddedEdges() - Method in interface org.gephi.graph.api.GraphDiff
-
Gets all added edges.
- getAddedNodes() - Method in interface org.gephi.graph.api.GraphDiff
-
Gets all added nodes.
- getAlpha() - Method in interface org.gephi.graph.api.TextProperties
-
Returns the alpha (transparency) component between zero and one.
- getAttribute(String) - Method in interface org.gephi.graph.api.Element
-
Gets the attribute for the given key.
- getAttribute(Column) - Method in interface org.gephi.graph.api.Element
-
Gets the attribute for the given column.
- getAttribute(String, double) - Method in interface org.gephi.graph.api.Element
-
Gets the attribute for the given key and timestamp.
- getAttribute(Column, double) - Method in interface org.gephi.graph.api.Element
-
Gets the attribute for the given column and timestamp.
- getAttribute(String, Interval) - Method in interface org.gephi.graph.api.Element
-
Gets the attribute for the given key and interval.
- getAttribute(Column, Interval) - Method in interface org.gephi.graph.api.Element
-
Gets the attribute for the given column and interval.
- getAttribute(String, GraphView) - Method in interface org.gephi.graph.api.Element
-
Gets the attribute for the given key and graph view.
- getAttribute(Column, GraphView) - Method in interface org.gephi.graph.api.Element
-
Gets the attribute for the given column and graph view.
- getAttribute(String) - Method in interface org.gephi.graph.api.Graph
-
Gets the attribute value for the given key.
- getAttribute(String, double) - Method in interface org.gephi.graph.api.Graph
-
Gets the attribute for the given key and timestamp
- getAttribute(String, Interval) - Method in interface org.gephi.graph.api.Graph
-
Gets the attribute for the given key and interval
- getAttributeColumns() - Method in interface org.gephi.graph.api.Element
-
Returns the columns.
- getAttributeKeys() - Method in interface org.gephi.graph.api.Element
-
Returns the column identifier keys.
- getAttributeKeys() - Method in interface org.gephi.graph.api.Graph
-
Gets all attribute keys.
- getAttributes(Column) - Method in interface org.gephi.graph.api.Element
-
Returns an iterable over all the keys and values over time for the given
column.
- getAttributes() - Method in interface org.gephi.graph.api.Element
-
Returns all the attribute values in an array.
- getB() - Method in interface org.gephi.graph.api.TextProperties
-
Returns the blue color component between zero and one.
- getBoolean(Interval) - Method in class org.gephi.graph.api.types.IntervalBooleanMap
-
Get the value for the given interval.
- getBoolean(Interval, boolean) - Method in class org.gephi.graph.api.types.IntervalBooleanMap
-
Get the value for the given interval.
- getBoolean(double) - Method in class org.gephi.graph.api.types.TimestampBooleanMap
-
Get the value for the given timestamp.
- getBoolean(double, boolean) - Method in class org.gephi.graph.api.types.TimestampBooleanMap
-
Get the value for the given timestamp.
- getByte(Interval) - Method in class org.gephi.graph.api.types.IntervalByteMap
-
Get the value for the given interval.
- getByte(Interval, byte) - Method in class org.gephi.graph.api.types.IntervalByteMap
-
Get the value for the given interval.
- getByte(double) - Method in class org.gephi.graph.api.types.TimestampByteMap
-
Get the value for the given timestamp.
- getByte(double, byte) - Method in class org.gephi.graph.api.types.TimestampByteMap
-
Get the value for the given timestamp.
- getCharacter(Interval) - Method in class org.gephi.graph.api.types.IntervalCharMap
-
Get the value for the given interval.
- getCharacter(Interval, char) - Method in class org.gephi.graph.api.types.IntervalCharMap
-
Get the value for the given interval.
- getCharacter(double) - Method in class org.gephi.graph.api.types.TimestampCharMap
-
Get the value for the given timestamp.
- getCharacter(double, char) - Method in class org.gephi.graph.api.types.TimestampCharMap
-
Get the value for the given timestamp.
- getColor() - Method in interface org.gephi.graph.api.ElementProperties
-
Returns the color.
- getColor() - Method in interface org.gephi.graph.api.TextProperties
-
Returns the color.
- getColumn() - Method in interface org.gephi.graph.api.ColumnObserver
-
Gets the column this observer belongs to.
- getColumn(int) - Method in interface org.gephi.graph.api.Table
-
Returns the column at the given index.
- getColumn(String) - Method in interface org.gephi.graph.api.Table
-
Returns the column with the given identifier.
- getConfiguration() - Method in interface org.gephi.graph.api.GraphModel
-
Returns the current configuration.
- getDefaultValue() - Method in interface org.gephi.graph.api.Column
-
Returns the column's default value, or null if not set.
- getDegree(Node) - Method in interface org.gephi.graph.api.Graph
-
Gets the node degree.
- getDiff() - Method in interface org.gephi.graph.api.ColumnObserver
-
Gets the column difference.
- getDiff() - Method in interface org.gephi.graph.api.GraphObserver
-
Gets the graph difference.
- getDiff() - Method in interface org.gephi.graph.api.TableObserver
-
Gets the table difference.
- getDirectedGraph() - Method in interface org.gephi.graph.api.GraphModel
-
Gets the full graph with the directed interface.
- getDirectedGraph(GraphView) - Method in interface org.gephi.graph.api.GraphModel
-
Gets the directed graph for the given graph view.
- getDirectedGraphVisible() - Method in interface org.gephi.graph.api.GraphModel
-
Gets the visible graph with the directed interface.
- getDouble(Interval) - Method in class org.gephi.graph.api.types.IntervalDoubleMap
-
Get the value for the given interval.
- getDouble(Interval, double) - Method in class org.gephi.graph.api.types.IntervalDoubleMap
-
Get the value for the given interval.
- getDouble(double) - Method in class org.gephi.graph.api.types.TimestampDoubleMap
-
Get the value for the given timestamp index.
- getDouble(double, double) - Method in class org.gephi.graph.api.types.TimestampDoubleMap
-
Get the value for the given timestamp index.
- getEdge(Node, Node) - Method in interface org.gephi.graph.api.DirectedGraph
-
Gets the edge adjacent to source and target.
- getEdge(Node, Node, int) - Method in interface org.gephi.graph.api.DirectedGraph
-
Gets the edge adjacent to source and target with an edge of the given
type.
- getEdge(Object) - Method in interface org.gephi.graph.api.Graph
-
Gets an edge by its identifier.
- getEdge(Node, Node) - Method in interface org.gephi.graph.api.Graph
-
Gets the edge adjacent to node1 and node2.
- getEdge(Node, Node, int) - Method in interface org.gephi.graph.api.Graph
-
Gets the edge adjacent to node1 and node2 and from the given type.
- getEdgeCount() - Method in interface org.gephi.graph.api.Graph
-
Gets the number of edges in the graph.
- getEdgeCount(int) - Method in interface org.gephi.graph.api.Graph
-
Gets the number of edges of the given type in the graph.
- getEdgeIdType() - Method in class org.gephi.graph.api.Configuration
-
Returns the edge id type.
- getEdgeIndex() - Method in interface org.gephi.graph.api.GraphModel
-
Gets the edge index.
- getEdgeIndex(GraphView) - Method in interface org.gephi.graph.api.GraphModel
-
Gets the edge index for the given graph view.
- getEdgeLabelType() - Method in class org.gephi.graph.api.Configuration
-
Returns the edge label type.
- getEdges(Node, Node) - Method in interface org.gephi.graph.api.Graph
-
Get the edges adjacent to node1 and node2.
- getEdges(Node, Node, int) - Method in interface org.gephi.graph.api.Graph
-
Gets the edges adjacent to node1 and node 2 and from the given type.
- getEdges() - Method in interface org.gephi.graph.api.Graph
-
Gets all the edges in the graph.
- getEdges(Node) - Method in interface org.gephi.graph.api.Graph
-
Gets all edges incident to a given node.
- getEdges(Node, int) - Method in interface org.gephi.graph.api.Graph
-
Gets all edges incident to a given node with the given edge type.
- getEdgeTable() - Method in interface org.gephi.graph.api.GraphModel
-
Returns the edge table.
- getEdgeTimeIndex() - Method in interface org.gephi.graph.api.GraphModel
-
Gets the edge time index.
- getEdgeTimeIndex(GraphView) - Method in interface org.gephi.graph.api.GraphModel
-
Gets the edge time index for the given view.
- getEdgeType(Object) - Method in interface org.gephi.graph.api.GraphModel
-
Gets the edge type for the given label.
- getEdgeTypeCount() - Method in interface org.gephi.graph.api.GraphModel
-
Returns the number of different edge types.
- getEdgeTypeLabel(int) - Method in interface org.gephi.graph.api.GraphModel
-
Gets the edge label associated with the given type.
- getEdgeTypeLabels() - Method in interface org.gephi.graph.api.GraphModel
-
Returns the edge type labels.
- getEdgeTypes() - Method in interface org.gephi.graph.api.GraphModel
-
Returns the edge types.
- getEdgeWeightColumn() - Method in class org.gephi.graph.api.Configuration
-
Returns whether an edge weight column is created.
- getEdgeWeightType() - Method in class org.gephi.graph.api.Configuration
-
Returns the edge weight type.
- getElementClass() - Method in interface org.gephi.graph.api.Table
-
The element class of this column.
- getEstimator() - Method in interface org.gephi.graph.api.Column
-
Returns the estimator for this column
- getFloat(Interval) - Method in class org.gephi.graph.api.types.IntervalFloatMap
-
Get the value for the given interval.
- getFloat(Interval, float) - Method in class org.gephi.graph.api.types.IntervalFloatMap
-
Get the value for the given interval.
- getFloat(double) - Method in class org.gephi.graph.api.types.TimestampFloatMap
-
Get the value for the given timestamp.
- getFloat(double, float) - Method in class org.gephi.graph.api.types.TimestampFloatMap
-
Get the value for the given timestamp.
- getG() - Method in interface org.gephi.graph.api.TextProperties
-
Returns the green color component between zero and one.
- getGraph() - Method in interface org.gephi.graph.api.GraphModel
-
Gets the full graph.
- getGraph(GraphView) - Method in interface org.gephi.graph.api.GraphModel
-
Gets the graph for the given graph view.
- getGraph() - Method in interface org.gephi.graph.api.GraphObserver
-
Gets the graph this observer is observing.
- getGraphModel() - Method in interface org.gephi.graph.api.GraphView
-
Gets the graph model this view belongs to.
- getGraphVisible() - Method in interface org.gephi.graph.api.GraphModel
-
Get the visible graph.
- getHeight() - Method in interface org.gephi.graph.api.TextProperties
-
Returns the text's height.
- getHigh() - Method in class org.gephi.graph.api.Interval
-
Returns the right endpoint.
- getId() - Method in interface org.gephi.graph.api.Column
-
Returns the column id, a unique identifier.
- getId() - Method in interface org.gephi.graph.api.Element
-
Returns the identifier.
- getInDegree(Node) - Method in interface org.gephi.graph.api.DirectedGraph
-
Gets the edge's in-degree.
- getIndex() - Method in interface org.gephi.graph.api.Column
-
Returns the column's integer index, which is the position of the column
in the store.
- getIndexClass() - Method in interface org.gephi.graph.api.Index
-
Returns the element type of this index.
- getIndexName() - Method in interface org.gephi.graph.api.Index
-
Returns the name of this index.
- getInEdges(Node) - Method in interface org.gephi.graph.api.DirectedGraph
-
Gets the node's incoming edges.
- getInEdges(Node, int) - Method in interface org.gephi.graph.api.DirectedGraph
-
Gets the node's incoming edges for the given type.
- getInteger(Interval) - Method in class org.gephi.graph.api.types.IntervalIntegerMap
-
Get the value for the given interval.
- getInteger(Interval, int) - Method in class org.gephi.graph.api.types.IntervalIntegerMap
-
Get the value for the given interval.
- getInteger(double) - Method in class org.gephi.graph.api.types.TimestampIntegerMap
-
Get the value for the given timestamp.
- getInteger(double, int) - Method in class org.gephi.graph.api.types.TimestampIntegerMap
-
Get the value for the given timestamp.
- getIntervalMapType(Class) - Static method in class org.gephi.graph.api.AttributeUtils
-
Returns the dynamic timestamp map value type for the given type.
- getIntervals() - Method in interface org.gephi.graph.api.Element
-
Returns all the intervals this element belong to.
- getIntervals() - Method in class org.gephi.graph.api.types.IntervalMap
-
Returns an array of all intervals in this set.
- getIntervals() - Method in class org.gephi.graph.api.types.IntervalSet
-
Returns an array of all intervals in this set in a flat format.
- getLabel() - Method in interface org.gephi.graph.api.Element
-
Returns the label.
- getLayoutData() - Method in interface org.gephi.graph.api.NodeProperties
-
Returns the layout-specific data, if any.
- getLong(Interval) - Method in class org.gephi.graph.api.types.IntervalLongMap
-
Get the value for the given interval.
- getLong(Interval, long) - Method in class org.gephi.graph.api.types.IntervalLongMap
-
Get the value for the given interval.
- getLong(double) - Method in class org.gephi.graph.api.types.TimestampLongMap
-
Get the value for the given timestamp.
- getLong(double, long) - Method in class org.gephi.graph.api.types.TimestampLongMap
-
Get the value for the given timestamp.
- getLow() - Method in class org.gephi.graph.api.Interval
-
Returns the left endpoint.
- getMaxEdgeStoreId() - Method in interface org.gephi.graph.api.GraphModel
-
Returns the maximum store id number edges have in this model.
- getMaxNodeStoreId() - Method in interface org.gephi.graph.api.GraphModel
-
Returns the maximum store id number nodes have in this model.
- getMaxTimestamp() - Method in interface org.gephi.graph.api.TimeIndex
-
Returns the maximum timestamp in this index.
- getMaxValue(Column) - Method in interface org.gephi.graph.api.Index
-
Returns the maximum value in the given column.
- getMinTimestamp() - Method in interface org.gephi.graph.api.TimeIndex
-
Returns the minimum timestamp in this index.
- getMinValue(Column) - Method in interface org.gephi.graph.api.Index
-
Returns the minimum value in the given column.
- getModel() - Method in interface org.gephi.graph.api.Graph
-
Returns the model this graph belongs to.
- getModifiedColumns() - Method in interface org.gephi.graph.api.TableDiff
-
Returns all columns that have been modified.
- getMutualEdge(Edge) - Method in interface org.gephi.graph.api.DirectedGraph
-
Gets the edge in the other direction of the given edge.
- getNeighbors(Node) - Method in interface org.gephi.graph.api.Graph
-
Gets all neighbors of a given node.
- getNeighbors(Node, int) - Method in interface org.gephi.graph.api.Graph
-
Gets all neighbors of a given node connected through the given edge type.
- getNode(Object) - Method in interface org.gephi.graph.api.Graph
-
Gets a node given its identifier.
- getNodeCount() - Method in interface org.gephi.graph.api.Graph
-
Gets the number of nodes in the graph.
- getNodeIdType() - Method in class org.gephi.graph.api.Configuration
-
Returns the node id type.
- getNodeIndex() - Method in interface org.gephi.graph.api.GraphModel
-
Gets the node index.
- getNodeIndex(GraphView) - Method in interface org.gephi.graph.api.GraphModel
-
Gets the node index for the given graph view.
- getNodes() - Method in interface org.gephi.graph.api.Graph
-
Gets all the nodes in the graph.
- getNodeTable() - Method in interface org.gephi.graph.api.GraphModel
-
Returns the node table.
- getNodeTimeIndex() - Method in interface org.gephi.graph.api.GraphModel
-
Gets the node time index.
- getNodeTimeIndex(GraphView) - Method in interface org.gephi.graph.api.GraphModel
-
Gets the node time index for the given view.
- getOpposite(Node, Edge) - Method in interface org.gephi.graph.api.Graph
-
Gets the node at the opposite end of the given edge.
- getOrigin() - Method in interface org.gephi.graph.api.Column
-
Returns the column's data origin.
- getOutDegree(Node) - Method in interface org.gephi.graph.api.DirectedGraph
-
Gets the edge's out-degree.
- getOutEdges(Node) - Method in interface org.gephi.graph.api.DirectedGraph
-
Gets the node's outgoing edges.
- getOutEdges(Node, int) - Method in interface org.gephi.graph.api.DirectedGraph
-
Gets the node's incoming edges for the given type.
- getPredecessors(Node) - Method in interface org.gephi.graph.api.DirectedGraph
-
Gets the node's predecessors.
- getPredecessors(Node, int) - Method in interface org.gephi.graph.api.DirectedGraph
-
Gets the node's predecessors through a specific edge type.
- getPrimitiveArray(Object[]) - Static method in class org.gephi.graph.api.AttributeUtils
-
Returns the primitive array given a wrapped primitive array.
- getPrimitiveType(Class) - Static method in class org.gephi.graph.api.AttributeUtils
-
Returns the primitive type for the given wrapped primitive.
- getR() - Method in interface org.gephi.graph.api.TextProperties
-
Returns the red color component between zero and one.
- getRemovedColumns() - Method in interface org.gephi.graph.api.TableDiff
-
Gets all removed columns.
- getRemovedEdges() - Method in interface org.gephi.graph.api.GraphDiff
-
Gets all removed edges.
- getRemovedNodes() - Method in interface org.gephi.graph.api.GraphDiff
-
Gets all removed nodes.
- getRGBA() - Method in interface org.gephi.graph.api.ElementProperties
-
Returns the RGBA color.
- getRGBA() - Method in interface org.gephi.graph.api.TextProperties
-
Returns the RGBA color.
- getRootGraph() - Method in interface org.gephi.graph.api.Subgraph
-
Return the root graph this subgraph is based on.
- getSelfLoops() - Method in interface org.gephi.graph.api.Graph
-
Gets all the self-loop edges in the graph.
- getShort(Interval) - Method in class org.gephi.graph.api.types.IntervalShortMap
-
Get the value for the given interval.
- getShort(Interval, short) - Method in class org.gephi.graph.api.types.IntervalShortMap
-
Get the value for the given interval.
- getShort(double) - Method in class org.gephi.graph.api.types.TimestampShortMap
-
Get the value for the given timestamp.
- getShort(double, short) - Method in class org.gephi.graph.api.types.TimestampShortMap
-
Get the value for the given timestamp.
- getSize() - Method in interface org.gephi.graph.api.TextProperties
-
Returns the size.
- getSource() - Method in interface org.gephi.graph.api.Edge
-
Returns the egde's source.
- getStandardizedType(Class) - Static method in class org.gephi.graph.api.AttributeUtils
-
Returns the standardized type for the given type class.
- getStaticType(Class<? extends TimeMap>) - Static method in class org.gephi.graph.api.AttributeUtils
-
Returns the static type for the given time map type.
- getStoreId() - Method in interface org.gephi.graph.api.Element
-
Returns the location of this element in the store.
- getSuccessors(Node) - Method in interface org.gephi.graph.api.DirectedGraph
-
Gets the node's successors.
- getSuccessors(Node, int) - Method in interface org.gephi.graph.api.DirectedGraph
-
Gets the node's successors through a specific edge type.
- getSupportedTypes() - Static method in class org.gephi.graph.api.AttributeUtils
-
Returns the set of types supported.
- getTable() - Method in interface org.gephi.graph.api.Column
-
Returns the table this column belong to.
- getTable() - Method in interface org.gephi.graph.api.Element
-
Returns the table the element is associated with.
- getTable() - Method in interface org.gephi.graph.api.TableObserver
-
Gets the table this observer belongs to.
- getTarget() - Method in interface org.gephi.graph.api.Edge
-
Returns the edge's target.
- getText() - Method in interface org.gephi.graph.api.TextProperties
-
Returns the text.
- getTextProperties() - Method in interface org.gephi.graph.api.ElementProperties
-
Returns the text properties.
- getTimeBounds() - Method in interface org.gephi.graph.api.GraphModel
-
Gets the time bounds.
- getTimeBounds(GraphView) - Method in interface org.gephi.graph.api.GraphModel
-
Gets the time bounds for the given graph view.
- getTimeBoundsVisible() - Method in interface org.gephi.graph.api.GraphModel
-
Gets the time bounds for the visible graph.
- getTimeFormat() - Method in interface org.gephi.graph.api.GraphModel
-
Returns the time format used to display time.
- getTimeInterval() - Method in interface org.gephi.graph.api.GraphView
-
Gets the time interval for this view.
- getTimeRepresentation() - Method in class org.gephi.graph.api.Configuration
-
Returns the time representation.
- getTimestampMapType(Class) - Static method in class org.gephi.graph.api.AttributeUtils
-
Returns the dynamic timestamp map value type for the given type.
- getTimestamps() - Method in interface org.gephi.graph.api.Element
-
Returns all the timestamps this element belong to.
- getTimestamps() - Method in class org.gephi.graph.api.types.TimestampMap
-
Returns an array of all timestamps in this map.
- getTimeZone() - Method in interface org.gephi.graph.api.GraphModel
-
Returns the time zone used to display time.
- getTitle() - Method in interface org.gephi.graph.api.Column
-
Returns the column's title.
- getTouchedElements() - Method in interface org.gephi.graph.api.ColumnDiff
-
Gets all elements which attribute value changed
- getType() - Method in interface org.gephi.graph.api.Edge
-
Returns the edge's type.
- getTypeClass() - Method in interface org.gephi.graph.api.Column
-
Returns the column's type.
- getTypeClass() - Method in class org.gephi.graph.api.types.IntervalBooleanMap
-
- getTypeClass() - Method in class org.gephi.graph.api.types.IntervalByteMap
-
- getTypeClass() - Method in class org.gephi.graph.api.types.IntervalCharMap
-
- getTypeClass() - Method in class org.gephi.graph.api.types.IntervalDoubleMap
-
- getTypeClass() - Method in class org.gephi.graph.api.types.IntervalFloatMap
-
- getTypeClass() - Method in class org.gephi.graph.api.types.IntervalIntegerMap
-
- getTypeClass() - Method in class org.gephi.graph.api.types.IntervalLongMap
-
- getTypeClass() - Method in class org.gephi.graph.api.types.IntervalShortMap
-
- getTypeClass() - Method in class org.gephi.graph.api.types.IntervalStringMap
-
- getTypeClass() - Method in interface org.gephi.graph.api.types.TimeMap
-
Returns the value type class.
- getTypeClass() - Method in class org.gephi.graph.api.types.TimestampBooleanMap
-
- getTypeClass() - Method in class org.gephi.graph.api.types.TimestampByteMap
-
- getTypeClass() - Method in class org.gephi.graph.api.types.TimestampCharMap
-
- getTypeClass() - Method in class org.gephi.graph.api.types.TimestampDoubleMap
-
- getTypeClass() - Method in class org.gephi.graph.api.types.TimestampFloatMap
-
- getTypeClass() - Method in class org.gephi.graph.api.types.TimestampIntegerMap
-
- getTypeClass() - Method in class org.gephi.graph.api.types.TimestampLongMap
-
- getTypeClass() - Method in class org.gephi.graph.api.types.TimestampMap
-
- getTypeClass() - Method in class org.gephi.graph.api.types.TimestampShortMap
-
- getTypeClass() - Method in class org.gephi.graph.api.types.TimestampStringMap
-
- getTypeLabel() - Method in interface org.gephi.graph.api.Edge
-
Returns the edge's type label.
- getTypeName(Class) - Static method in class org.gephi.graph.api.AttributeUtils
-
Returns the type name for the given type.
- getUndirectedGraph() - Method in interface org.gephi.graph.api.GraphModel
-
Gets the full graph with the undirected interface.
- getUndirectedGraph(GraphView) - Method in interface org.gephi.graph.api.GraphModel
-
Gets the undirected graph for the given graph view.
- getUndirectedGraphVisible() - Method in interface org.gephi.graph.api.GraphModel
-
Gets the visible graph with the undirected interface.
- getView() - Method in interface org.gephi.graph.api.Graph
-
Gets the graph view associated to this graph.
- getView() - Method in interface org.gephi.graph.api.Subgraph
-
Gets the view associated with this subgraph.
- getVisibleView() - Method in interface org.gephi.graph.api.GraphModel
-
Gets the visible view.
- getWeight() - Method in interface org.gephi.graph.api.Edge
-
Returns the edge's weight.
- getWeight(double) - Method in interface org.gephi.graph.api.Edge
-
Returns the edge's weight at the given timestamp.
- getWeight(Interval) - Method in interface org.gephi.graph.api.Edge
-
Returns the edge's weight at the given interval.
- getWeight(GraphView) - Method in interface org.gephi.graph.api.Edge
-
Returns the edge's weight in the given graph view.
- getWeights() - Method in interface org.gephi.graph.api.Edge
-
Returns an iterable of all weights over time.
- getWidth() - Method in interface org.gephi.graph.api.TextProperties
-
Returns the text's width.
- Graph - Interface in org.gephi.graph.api
-
Graph interface.
- GraphBridge - Interface in org.gephi.graph.api
-
Helper that helps transfer elements from another graph store.
- GraphDiff - Interface in org.gephi.graph.api
-
Interface to retrieve added and removed elements from the graph.
- GraphFactory - Interface in org.gephi.graph.api
-
Factory for nodes and edges.
- GraphModel - Interface in org.gephi.graph.api
-
Graph API's entry point.
- GraphModel.Factory - Class in org.gephi.graph.api
-
Utility to create new graph model instances.
- GraphModel.Serialization - Class in org.gephi.graph.api
-
Serialization utility to read/write graph models from/to input/output.
- GraphObserver - Interface in org.gephi.graph.api
-
Observer over a graph to monitor changes and obtain the list of differences.
- GraphView - Interface in org.gephi.graph.api
-
View on the graph.
- Index<T extends Element> - Interface in org.gephi.graph.api
-
An index is associated with each table and keeps track of each unique value
in indexed columns.
- INFINITY_INTERVAL - Static variable in class org.gephi.graph.api.Interval
-
Infinity interval on both bounds.
- intersection(Subgraph) - Method in interface org.gephi.graph.api.Subgraph
-
Intersects the given subgraph with this sugbgraph.
- Interval - Class in org.gephi.graph.api
-
Immutable time interval which supports included and excluded bounds.
- Interval(Interval) - Constructor for class org.gephi.graph.api.Interval
-
Copy constructor.
- Interval(double, double) - Constructor for class org.gephi.graph.api.Interval
-
Constructor with bounds and whether they are included or excluded.
- IntervalBooleanMap - Class in org.gephi.graph.api.types
-
Sorted map where keys are intervals and values boolean values.
- IntervalBooleanMap() - Constructor for class org.gephi.graph.api.types.IntervalBooleanMap
-
Default constructor.
- IntervalBooleanMap(int) - Constructor for class org.gephi.graph.api.types.IntervalBooleanMap
-
Constructor with capacity.
- IntervalBooleanMap(double[], boolean[]) - Constructor for class org.gephi.graph.api.types.IntervalBooleanMap
-
Constructor with an initial interval map.
- IntervalByteMap - Class in org.gephi.graph.api.types
-
Sorted map where keys are intervals and values byte values.
- IntervalByteMap() - Constructor for class org.gephi.graph.api.types.IntervalByteMap
-
Default constructor.
- IntervalByteMap(int) - Constructor for class org.gephi.graph.api.types.IntervalByteMap
-
Constructor with capacity.
- IntervalByteMap(double[], byte[]) - Constructor for class org.gephi.graph.api.types.IntervalByteMap
-
Constructor with an initial interval map.
- IntervalCharMap - Class in org.gephi.graph.api.types
-
Sorted map where keys are intervals and values char values.
- IntervalCharMap() - Constructor for class org.gephi.graph.api.types.IntervalCharMap
-
Default constructor.
- IntervalCharMap(int) - Constructor for class org.gephi.graph.api.types.IntervalCharMap
-
Constructor with capacity.
- IntervalCharMap(double[], char[]) - Constructor for class org.gephi.graph.api.types.IntervalCharMap
-
Constructor with an initial interval map.
- IntervalDoubleMap - Class in org.gephi.graph.api.types
-
Sorted map where keys are intervals and values double values.
- IntervalDoubleMap() - Constructor for class org.gephi.graph.api.types.IntervalDoubleMap
-
Default constructor.
- IntervalDoubleMap(int) - Constructor for class org.gephi.graph.api.types.IntervalDoubleMap
-
Constructor with capacity.
- IntervalDoubleMap(double[], double[]) - Constructor for class org.gephi.graph.api.types.IntervalDoubleMap
-
Constructor with an initial interval map.
- IntervalFloatMap - Class in org.gephi.graph.api.types
-
Sorted map where keys are intervals and values float values.
- IntervalFloatMap() - Constructor for class org.gephi.graph.api.types.IntervalFloatMap
-
Default constructor.
- IntervalFloatMap(int) - Constructor for class org.gephi.graph.api.types.IntervalFloatMap
-
Constructor with capacity.
- IntervalFloatMap(double[], float[]) - Constructor for class org.gephi.graph.api.types.IntervalFloatMap
-
Constructor with an initial interval map.
- IntervalIntegerMap - Class in org.gephi.graph.api.types
-
Sorted map where keys are intervals and values int values.
- IntervalIntegerMap() - Constructor for class org.gephi.graph.api.types.IntervalIntegerMap
-
Default constructor.
- IntervalIntegerMap(int) - Constructor for class org.gephi.graph.api.types.IntervalIntegerMap
-
Constructor with capacity.
- IntervalIntegerMap(double[], int[]) - Constructor for class org.gephi.graph.api.types.IntervalIntegerMap
-
Constructor with an initial interval map.
- IntervalLongMap - Class in org.gephi.graph.api.types
-
Sorted map where keys are intervals and values long values.
- IntervalLongMap() - Constructor for class org.gephi.graph.api.types.IntervalLongMap
-
Default constructor.
- IntervalLongMap(int) - Constructor for class org.gephi.graph.api.types.IntervalLongMap
-
Constructor with capacity.
- IntervalLongMap(double[], long[]) - Constructor for class org.gephi.graph.api.types.IntervalLongMap
-
Constructor with an initial interval map.
- IntervalMap<T> - Class in org.gephi.graph.api.types
-
Abstract class that implement a sorted map between intervals and attribute
values.
- IntervalMap() - Constructor for class org.gephi.graph.api.types.IntervalMap
-
Default constructor.
- IntervalMap(int) - Constructor for class org.gephi.graph.api.types.IntervalMap
-
Constructor with capacity.
- IntervalSet - Class in org.gephi.graph.api.types
-
Sorted set for intervals.
- IntervalSet() - Constructor for class org.gephi.graph.api.types.IntervalSet
-
Default constructor.
- IntervalSet(int) - Constructor for class org.gephi.graph.api.types.IntervalSet
-
Constructor with capacity.
- IntervalSet(double[]) - Constructor for class org.gephi.graph.api.types.IntervalSet
-
Constructor with an initial interval set.
- IntervalShortMap - Class in org.gephi.graph.api.types
-
Sorted map where keys are intervals and values short values.
- IntervalShortMap() - Constructor for class org.gephi.graph.api.types.IntervalShortMap
-
Default constructor.
- IntervalShortMap(int) - Constructor for class org.gephi.graph.api.types.IntervalShortMap
-
Constructor with capacity.
- IntervalShortMap(double[], short[]) - Constructor for class org.gephi.graph.api.types.IntervalShortMap
-
Constructor with an initial interval map.
- IntervalStringMap - Class in org.gephi.graph.api.types
-
Sorted map where keys are intervals and values string values.
- IntervalStringMap() - Constructor for class org.gephi.graph.api.types.IntervalStringMap
-
Default constructor.
- IntervalStringMap(int) - Constructor for class org.gephi.graph.api.types.IntervalStringMap
-
Constructor with capacity.
- IntervalStringMap(double[], String[]) - Constructor for class org.gephi.graph.api.types.IntervalStringMap
-
Constructor with an initial interval map.
- is(Estimator) - Method in enum org.gephi.graph.api.Estimator
-
Returns true if this estimator is equals to estimator
.
- is(Estimator...) - Method in enum org.gephi.graph.api.Estimator
-
Returns true if this estimator is any of the given
estimators
.
- isAdjacent(Node, Node) - Method in interface org.gephi.graph.api.DirectedGraph
-
Returns true if source and target are adjacent.
- isAdjacent(Node, Node, int) - Method in interface org.gephi.graph.api.DirectedGraph
-
Returns true if source and target are adjacent with an edge of the given
type.
- isAdjacent(Node, Node) - Method in interface org.gephi.graph.api.Graph
-
Returns true if node1 and node2 are adjacent.
- isAdjacent(Node, Node, int) - Method in interface org.gephi.graph.api.Graph
-
Returns true if node1 and node2 are adjacent with an edge of the given
type.
- isArray() - Method in interface org.gephi.graph.api.Column
-
Returns true if this column has an array type.
- isArrayType(Class) - Static method in class org.gephi.graph.api.AttributeUtils
-
Returns true if type is an array type.
- isBooleanType(Class) - Static method in class org.gephi.graph.api.AttributeUtils
-
Returns true if type is a boolean type
- isCollectionType(Class) - Static method in class org.gephi.graph.api.AttributeUtils
-
Returns true if type is a collection type.
- isDestroyed() - Method in interface org.gephi.graph.api.ColumnObserver
-
Returns true if this observer has been destroyed.
- isDestroyed() - Method in interface org.gephi.graph.api.GraphObserver
-
Returns true if this observer has been destroyed.
- isDestroyed() - Method in interface org.gephi.graph.api.GraphView
-
Returns true if this view has been destroyed.
- isDestroyed() - Method in interface org.gephi.graph.api.TableObserver
-
Returns true if this observer has been destroyed.
- isDirected() - Method in interface org.gephi.graph.api.Edge
-
Returns true if this edge is directed.
- isDirected(Edge) - Method in interface org.gephi.graph.api.Graph
-
Returns true if the given edge is directed.
- isDirected() - Method in interface org.gephi.graph.api.Graph
-
Returns true if this graph is directed.
- isDirected() - Method in interface org.gephi.graph.api.GraphModel
-
Returns true if the graph is directed.
- isDynamic() - Method in interface org.gephi.graph.api.Column
-
Returns true if this column has a dynamic type.
- isDynamic() - Method in interface org.gephi.graph.api.GraphModel
-
Returns true if the graph is dynamic.
- isDynamicType(Class) - Static method in class org.gephi.graph.api.AttributeUtils
-
Returns true if type is a dynamic type.
- isEdgeColumn(Column) - Static method in class org.gephi.graph.api.AttributeUtils
-
Returns true if the given column is an edge column.
- isEdgeView() - Method in interface org.gephi.graph.api.GraphView
-
Returns true if this view supports edge filtering.
- isEmpty() - Method in class org.gephi.graph.api.types.IntervalMap
-
- isEmpty() - Method in class org.gephi.graph.api.types.IntervalSet
-
- isEmpty() - Method in interface org.gephi.graph.api.types.TimeMap
-
Returns true if this map is empty.
- isEmpty() - Method in interface org.gephi.graph.api.types.TimeSet
-
Returns true if this set is empty.
- isEmpty() - Method in class org.gephi.graph.api.types.TimestampMap
-
- isEmpty() - Method in class org.gephi.graph.api.types.TimestampSet
-
- isFixed() - Method in interface org.gephi.graph.api.NodeProperties
-
Returns true of this node is fixed (can't be moved).
- isIncident(Edge, Edge) - Method in interface org.gephi.graph.api.Graph
-
Returns true if edge1 and edge2 are incident.
- isIncident(Node, Edge) - Method in interface org.gephi.graph.api.Graph
-
Returns true if the node and the edge are incident.
- isIndexed() - Method in interface org.gephi.graph.api.Column
-
Returns true if this column is indexed.
- isMainView() - Method in interface org.gephi.graph.api.GraphView
-
Returns true if this view is the main view.
- isMapType(Class) - Static method in class org.gephi.graph.api.AttributeUtils
-
Returns true if type is a map type.
- isMixed() - Method in interface org.gephi.graph.api.Graph
-
Returns true if this graph is mixed (both directed and undirected edges).
- isMixed() - Method in interface org.gephi.graph.api.GraphModel
-
Returns true if the graph is mixed (both directed and undirected edges).
- isMultiGraph() - Method in interface org.gephi.graph.api.GraphModel
-
Returns true if the graph is multi-graph (multiple types of edges).
- isNew() - Method in interface org.gephi.graph.api.GraphObserver
-
Returns true if this observer has never got its
hasGraphChanged() method called.
- isNodeColumn(Column) - Static method in class org.gephi.graph.api.AttributeUtils
-
Returns true if the given column is a node column.
- isNodeView() - Method in interface org.gephi.graph.api.GraphView
-
Returns true if this view supports node filtering.
- isNumber() - Method in interface org.gephi.graph.api.Column
-
Returns true if this column has a number type.
- isNumberType(Class) - Static method in class org.gephi.graph.api.AttributeUtils
-
Returns true if type is a number type.
- isProperty() - Method in interface org.gephi.graph.api.Column
-
Gets the value of the property property.
- isReadOnly() - Method in interface org.gephi.graph.api.Column
-
Returns true if this column is read-only.
- isSelfLoop() - Method in interface org.gephi.graph.api.Edge
-
Returns true if this edge is a self-loop.
- isSelfLoop(Edge) - Method in interface org.gephi.graph.api.Graph
-
Returns true if the given edge is a self-loop.
- isSimpleType(Class) - Static method in class org.gephi.graph.api.AttributeUtils
-
Returns true if type is a simple type.
- isStandardizedType(Class) - Static method in class org.gephi.graph.api.AttributeUtils
-
Returns true if type is a standardized type.
- isStringType(Class) - Static method in class org.gephi.graph.api.AttributeUtils
-
Returns true if type is a string type
- isSupported(Class) - Static method in class org.gephi.graph.api.AttributeUtils
-
Returns true if type is a supported type.
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.IntervalBooleanMap
-
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.IntervalByteMap
-
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.IntervalCharMap
-
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.IntervalDoubleMap
-
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.IntervalFloatMap
-
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.IntervalIntegerMap
-
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.IntervalLongMap
-
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.IntervalShortMap
-
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.IntervalStringMap
-
- isSupported(Estimator) - Method in interface org.gephi.graph.api.types.TimeMap
-
Returns whether estimator
is supported.
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.TimestampBooleanMap
-
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.TimestampByteMap
-
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.TimestampCharMap
-
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.TimestampDoubleMap
-
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.TimestampFloatMap
-
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.TimestampIntegerMap
-
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.TimestampLongMap
-
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.TimestampMap
-
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.TimestampShortMap
-
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.TimestampStringMap
-
- isUndirected() - Method in interface org.gephi.graph.api.Graph
-
Returns true if this graph is undirected.
- isUndirected() - Method in interface org.gephi.graph.api.GraphModel
-
Returns true if the graph is undirected.
- isVisible() - Method in interface org.gephi.graph.api.TextProperties
-
Returns true if visible.
- iterator() - Method in interface org.gephi.graph.api.ColumnIterable
-
Returns the element iterator.
- iterator() - Method in class org.gephi.graph.api.EdgeIterable.EdgeIterableEmpty
-
- iterator() - Method in interface org.gephi.graph.api.EdgeIterable
-
Returns an edge iterator.
- iterator() - Method in class org.gephi.graph.api.ElementIterable.ElementIterableEmpty
-
- iterator() - Method in interface org.gephi.graph.api.ElementIterable
-
Returns the element iterator.
- iterator() - Method in interface org.gephi.graph.api.NodeIterable
-
Returns a node iterator.
- iterator() - Method in class org.gephi.graph.api.NodeIterable.NodeIterableEmpty
-
- Table - Interface in org.gephi.graph.api
-
The table is the container for columns.
- TableDiff - Interface in org.gephi.graph.api
-
Interface to retrieve added, removed and modified columns from the table.
- TableObserver - Interface in org.gephi.graph.api
-
Observer over a table to monitor changes.
- TextProperties - Interface in org.gephi.graph.api
-
Text visual properties.
- TimeFormat - Enum in org.gephi.graph.api
-
Different representation of time.
- TimeIndex<T extends Element> - Interface in org.gephi.graph.api
-
Holds an index based on time attributes.
- TimeMap<K,V> - Interface in org.gephi.graph.api.types
-
Interface that defines the functionalities both timestamp and interval map
have.
- TimeRepresentation - Enum in org.gephi.graph.api
-
Different time representations.
- TimeSet<K> - Interface in org.gephi.graph.api.types
-
Interface that defines the functionalities both timestamp and interval set
have.
- TimestampBooleanMap - Class in org.gephi.graph.api.types
-
Sorted map where keys are timestamp indices and values boolean values.
- TimestampBooleanMap() - Constructor for class org.gephi.graph.api.types.TimestampBooleanMap
-
Default constructor.
- TimestampBooleanMap(int) - Constructor for class org.gephi.graph.api.types.TimestampBooleanMap
-
Constructor with capacity.
- TimestampBooleanMap(double[], boolean[]) - Constructor for class org.gephi.graph.api.types.TimestampBooleanMap
-
Constructor with an initial timestamp map.
- TimestampByteMap - Class in org.gephi.graph.api.types
-
Sorted map where keys are timestamp and values byte values.
- TimestampByteMap() - Constructor for class org.gephi.graph.api.types.TimestampByteMap
-
Default constructor.
- TimestampByteMap(int) - Constructor for class org.gephi.graph.api.types.TimestampByteMap
-
Constructor with capacity.
- TimestampByteMap(double[], byte[]) - Constructor for class org.gephi.graph.api.types.TimestampByteMap
-
Constructor with an initial timestamp map.
- TimestampCharMap - Class in org.gephi.graph.api.types
-
Sorted map where keys are timestamp and values character values.
- TimestampCharMap() - Constructor for class org.gephi.graph.api.types.TimestampCharMap
-
Default constructor.
- TimestampCharMap(int) - Constructor for class org.gephi.graph.api.types.TimestampCharMap
-
Constructor with capacity.
- TimestampCharMap(double[], char[]) - Constructor for class org.gephi.graph.api.types.TimestampCharMap
-
Constructor with an initial timestamp map.
- TimestampDoubleMap - Class in org.gephi.graph.api.types
-
Sorted map where keys are timestamp and values double values.
- TimestampDoubleMap() - Constructor for class org.gephi.graph.api.types.TimestampDoubleMap
-
Default constructor.
- TimestampDoubleMap(int) - Constructor for class org.gephi.graph.api.types.TimestampDoubleMap
-
Constructor with capacity.
- TimestampDoubleMap(double[], double[]) - Constructor for class org.gephi.graph.api.types.TimestampDoubleMap
-
Constructor with an initial timestamp map.
- TimestampFloatMap - Class in org.gephi.graph.api.types
-
Sorted map where keys are timestamp and values float values.
- TimestampFloatMap() - Constructor for class org.gephi.graph.api.types.TimestampFloatMap
-
Default constructor.
- TimestampFloatMap(int) - Constructor for class org.gephi.graph.api.types.TimestampFloatMap
-
Constructor with capacity.
- TimestampFloatMap(double[], float[]) - Constructor for class org.gephi.graph.api.types.TimestampFloatMap
-
Constructor with an initial timestamp map.
- TimestampIntegerMap - Class in org.gephi.graph.api.types
-
Sorted map where keys are timestamp and values integer values.
- TimestampIntegerMap() - Constructor for class org.gephi.graph.api.types.TimestampIntegerMap
-
Default constructor.
- TimestampIntegerMap(int) - Constructor for class org.gephi.graph.api.types.TimestampIntegerMap
-
Constructor with capacity.
- TimestampIntegerMap(double[], int[]) - Constructor for class org.gephi.graph.api.types.TimestampIntegerMap
-
Constructor with an initial timestamp map.
- TimestampLongMap - Class in org.gephi.graph.api.types
-
Sorted map where keys are timestamp and values long values.
- TimestampLongMap() - Constructor for class org.gephi.graph.api.types.TimestampLongMap
-
Default constructor.
- TimestampLongMap(int) - Constructor for class org.gephi.graph.api.types.TimestampLongMap
-
Constructor with capacity.
- TimestampLongMap(double[], long[]) - Constructor for class org.gephi.graph.api.types.TimestampLongMap
-
Constructor with an initial timestamp map.
- TimestampMap<T> - Class in org.gephi.graph.api.types
-
Abstract class that implement a sorted map between timestamp and attribute
values.
- TimestampMap() - Constructor for class org.gephi.graph.api.types.TimestampMap
-
Default constructor.
- TimestampMap(int) - Constructor for class org.gephi.graph.api.types.TimestampMap
-
Constructor with capacity.
- TimestampSet - Class in org.gephi.graph.api.types
-
Sorted set for timestamps.
- TimestampSet() - Constructor for class org.gephi.graph.api.types.TimestampSet
-
Default constructor.
- TimestampSet(int) - Constructor for class org.gephi.graph.api.types.TimestampSet
-
Constructor with capacity.
- TimestampSet(double[]) - Constructor for class org.gephi.graph.api.types.TimestampSet
-
Constructor with an initial timestamp set.
- TimestampShortMap - Class in org.gephi.graph.api.types
-
Sorted map where keys are timestamp and values short values.
- TimestampShortMap() - Constructor for class org.gephi.graph.api.types.TimestampShortMap
-
Default constructor.
- TimestampShortMap(int) - Constructor for class org.gephi.graph.api.types.TimestampShortMap
-
Constructor with capacity.
- TimestampShortMap(double[], short[]) - Constructor for class org.gephi.graph.api.types.TimestampShortMap
-
Constructor with an initial timestamp map.
- TimestampStringMap - Class in org.gephi.graph.api.types
-
Sorted map where keys are timestamp and values string values.
- TimestampStringMap() - Constructor for class org.gephi.graph.api.types.TimestampStringMap
-
Default constructor.
- TimestampStringMap(int) - Constructor for class org.gephi.graph.api.types.TimestampStringMap
-
Constructor with capacity.
- TimestampStringMap(double[], String[]) - Constructor for class org.gephi.graph.api.types.TimestampStringMap
-
Constructor with an initial timestamp map.
- toArray() - Method in interface org.gephi.graph.api.ColumnIterable
-
Returns the iterator content as an array.
- toArray() - Method in class org.gephi.graph.api.EdgeIterable.EdgeIterableEmpty
-
- toArray() - Method in interface org.gephi.graph.api.EdgeIterable
-
Returns the iterator content as an array.
- toArray() - Method in class org.gephi.graph.api.ElementIterable.ElementIterableEmpty
-
- toArray() - Method in interface org.gephi.graph.api.ElementIterable
-
Returns the iterator content as an array.
- toArray() - Method in class org.gephi.graph.api.NodeIterable.NodeIterableEmpty
-
- toArray() - Method in interface org.gephi.graph.api.NodeIterable
-
Returns the iterator content as an array.
- toArray() - Method in class org.gephi.graph.api.types.IntervalSet
-
- toArray() - Method in interface org.gephi.graph.api.types.TimeSet
-
Returns an array of all keys in this set.
- toArray() - Method in class org.gephi.graph.api.types.TimestampSet
-
- toBooleanArray() - Method in class org.gephi.graph.api.types.IntervalBooleanMap
-
Returns an array of all values in this map.
- toBooleanArray() - Method in class org.gephi.graph.api.types.TimestampBooleanMap
-
Returns an array of all values in this map.
- toByteArray() - Method in class org.gephi.graph.api.types.IntervalByteMap
-
Returns an array of all values in this map.
- toByteArray() - Method in class org.gephi.graph.api.types.TimestampByteMap
-
Returns an array of all values in this map.
- toCharacterArray() - Method in class org.gephi.graph.api.types.IntervalCharMap
-
Returns an array of all values in this map.
- toCharacterArray() - Method in class org.gephi.graph.api.types.TimestampCharMap
-
Returns an array of all values in this map.
- toCollection() - Method in class org.gephi.graph.api.EdgeIterable.EdgeIterableEmpty
-
- toCollection() - Method in interface org.gephi.graph.api.EdgeIterable
-
Returns the iterator content as a collection.
- toCollection() - Method in class org.gephi.graph.api.ElementIterable.ElementIterableEmpty
-
- toCollection() - Method in interface org.gephi.graph.api.ElementIterable
-
Returns the iterator content as a collection.
- toCollection() - Method in class org.gephi.graph.api.NodeIterable.NodeIterableEmpty
-
- toCollection() - Method in interface org.gephi.graph.api.NodeIterable
-
Returns the iterator content as a collection.
- toDoubleArray() - Method in class org.gephi.graph.api.types.IntervalDoubleMap
-
Returns an array of all values in this map.
- toDoubleArray() - Method in class org.gephi.graph.api.types.TimestampDoubleMap
-
Returns an array of all values in this map.
- toFloatArray() - Method in class org.gephi.graph.api.types.IntervalFloatMap
-
Returns an array of all values in this map.
- toFloatArray() - Method in class org.gephi.graph.api.types.TimestampFloatMap
-
Returns an array of all values in this map.
- toIntegerArray() - Method in class org.gephi.graph.api.types.IntervalIntegerMap
-
Returns an array of all values in this map.
- toIntegerArray() - Method in class org.gephi.graph.api.types.TimestampIntegerMap
-
Returns an array of all values in this map.
- toKeysArray() - Method in class org.gephi.graph.api.types.IntervalMap
-
- toKeysArray() - Method in interface org.gephi.graph.api.types.TimeMap
-
Returns all the keys as an array.
- toKeysArray() - Method in class org.gephi.graph.api.types.TimestampMap
-
- toList() - Method in interface org.gephi.graph.api.ColumnIterable
-
Returns the iterator content as a list.
- toLongArray() - Method in class org.gephi.graph.api.types.IntervalLongMap
-
Returns an array of all values in this map.
- toLongArray() - Method in class org.gephi.graph.api.types.TimestampLongMap
-
Returns an array of all values in this map.
- toPrimitiveArray() - Method in class org.gephi.graph.api.types.IntervalSet
-
- toPrimitiveArray() - Method in interface org.gephi.graph.api.types.TimeSet
-
Returns the same result as
TimeSet.toArray()
but in a primitive array if
the underlying storage is in a primtive form.
- toPrimitiveArray() - Method in class org.gephi.graph.api.types.TimestampSet
-
- toShortArray() - Method in class org.gephi.graph.api.types.IntervalShortMap
-
Returns an array of all values in this map.
- toShortArray() - Method in class org.gephi.graph.api.types.TimestampShortMap
-
Returns an array of all values in this map.
- toString() - Method in class org.gephi.graph.api.Interval
-
- toString(TimeFormat, DateTimeZone) - Method in class org.gephi.graph.api.types.IntervalMap
-
- toString(TimeFormat) - Method in class org.gephi.graph.api.types.IntervalMap
-
- toString() - Method in class org.gephi.graph.api.types.IntervalMap
-
- toString(TimeFormat, DateTimeZone) - Method in class org.gephi.graph.api.types.IntervalSet
-
- toString(TimeFormat) - Method in class org.gephi.graph.api.types.IntervalSet
-
- toString() - Method in class org.gephi.graph.api.types.IntervalSet
-
- toString(TimeFormat) - Method in interface org.gephi.graph.api.types.TimeMap
-
Returns this map as a string.
- toString(TimeFormat, DateTimeZone) - Method in interface org.gephi.graph.api.types.TimeMap
-
Returns this map as a string.
- toString(TimeFormat) - Method in interface org.gephi.graph.api.types.TimeSet
-
Returns this set as a string.
- toString(TimeFormat, DateTimeZone) - Method in interface org.gephi.graph.api.types.TimeSet
-
Returns this set as a string.
- toString(TimeFormat, DateTimeZone) - Method in class org.gephi.graph.api.types.TimestampMap
-
- toString(TimeFormat) - Method in class org.gephi.graph.api.types.TimestampMap
-
- toString() - Method in class org.gephi.graph.api.types.TimestampMap
-
- toString(TimeFormat, DateTimeZone) - Method in class org.gephi.graph.api.types.TimestampSet
-
- toString(TimeFormat) - Method in class org.gephi.graph.api.types.TimestampSet
-
- toString() - Method in class org.gephi.graph.api.types.TimestampSet
-
- toValuesArray() - Method in class org.gephi.graph.api.types.IntervalMap
-
- toValuesArray() - Method in interface org.gephi.graph.api.types.TimeMap
-
Returns all the values as an array.
- toValuesArray() - Method in class org.gephi.graph.api.types.TimestampMap
-