| Package | Description |
|---|---|
| org.gephi.graph.api |
Complete API description, where
GraphModel is the entry point. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ElementIterable<T extends Element>
Element iterable.
|
interface |
Index<T extends Element>
An index is associated with each table and keeps track of each unique value
in indexed columns.
|
interface |
TimeIndex<T extends Element>
Holds an index based on time attributes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Edge
An edge.
|
interface |
Node
A node.
|
| Modifier and Type | Method and Description |
|---|---|
Element |
ElementIterable.ElementIterableEmpty.next() |
T[] |
ElementIterable.toArray()
Returns the iterator content as an array.
|
Element[] |
ElementIterable.ElementIterableEmpty.toArray() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Element> |
ElementIterable.ElementIterableEmpty.iterator() |
Collection<Element> |
ElementIterable.ElementIterableEmpty.toCollection() |
Copyright © 2013–2015. All rights reserved.