Uses of Interface
org.gephi.graph.api.Element
-
Packages that use Element Package Description org.gephi.graph.api Complete API description, whereGraphModelis the entry point. -
-
Uses of Element in org.gephi.graph.api
Classes in org.gephi.graph.api with type parameters of type Element Modifier and Type Interface Description interfaceColumnIndex<K,T extends Element>A column index is associated with a column and and keeps track of each unique value and can also return the minimum and maximum values in case of a sortable value type.interfaceElementIterable<T extends Element>Element iterable.interfaceIndex<T extends Element>An index is associated with each table and keeps track of each unique value in columns.interfaceTimeIndex<T extends Element>Holds an index based on time attributes.Subinterfaces of Element in org.gephi.graph.api Modifier and Type Interface Description interfaceEdgeAn edge.interfaceNodeA node.Methods in org.gephi.graph.api with type parameters of type Element Modifier and Type Method Description <K extends Element>
ElementIterable<K>ColumnDiff. getTouchedElements()Gets all elements which attribute value changedMethods in org.gephi.graph.api that return Element Modifier and Type Method Description ElementElementIterable.ElementIterableEmpty. next()Element[]ElementIterable.ElementIterableEmpty. toArray()T[]ElementIterable. toArray()Returns the iterator content as an array.Methods in org.gephi.graph.api that return types with arguments of type Element Modifier and Type Method Description Index<Element>GraphModel. getElementIndex(Table table)Gets the node or edge index depending on the column provided.Index<Element>GraphModel. getElementIndex(Table table, GraphView view)Gets the node or edge index for the given graph view.Iterator<Element>ElementIterable.ElementIterableEmpty. iterator()Collection<Element>ElementIterable.ElementIterableEmpty. toCollection()Set<Element>ElementIterable.ElementIterableEmpty. toSet()
-