Uses of Class
org.gephi.graph.api.Interval
-
Packages that use Interval Package Description org.gephi.graph.api Complete API description, whereGraphModelis the entry point.org.gephi.graph.api.types Custom types the API supports, in addition of primitive and arrays.org.gephi.io.importer.api API for importing data from any support.org.gephi.statistics.spi Interfaces for creating new statistics and metrics algorihms. -
-
Uses of Interval in org.gephi.graph.api
Fields in org.gephi.graph.api declared as Interval Modifier and Type Field Description static IntervalInterval. INFINITY_INTERVALInfinity interval on both bounds.Methods in org.gephi.graph.api that return Interval Modifier and Type Method Description Interval[]Element. getIntervals()Returns all the intervals this element belong to.IntervalElement. getTimeBounds()Gets the time bounds.IntervalGraphModel. getTimeBounds()Gets the time bounds.IntervalGraphModel. getTimeBounds(GraphView view)Gets the time bounds for the given graph view.IntervalGraphModel. getTimeBoundsVisible()Gets the time bounds for the visible graph.IntervalGraphView. getTimeInterval()Gets the time interval for this view.Methods in org.gephi.graph.api with parameters of type Interval Modifier and Type Method Description booleanElement. addInterval(Interval interval)Adds an interval.intInterval. compareTo(Interval interval)Compares this interval with the specified interval for order.ElementIterable<T>TimeIndex. get(Interval interval)Returns all elements between the given interval (bounds included).ObjectElement. getAttribute(String key, Interval interval)Gets the attribute for the given key and interval.ObjectElement. getAttribute(Column column, Interval interval)Gets the attribute for the given column and interval.ObjectGraph. getAttribute(String key, Interval interval)Gets the attribute for the given key and intervaldoubleEdge. getWeight(Interval interval)Returns the edge's weight at the given interval.booleanElement. hasInterval(Interval interval)Returns true if this element has the given interval.ObjectElement. removeAttribute(String key, Interval interval)Removes the attribute at the given key and interval.ObjectElement. removeAttribute(Column column, Interval interval)Removes the attribute at the given column and interval.voidGraph. removeAttribute(String key, Interval interval)Removes the attribute for the given key and interval.booleanElement. removeInterval(Interval interval)Removes a interval.voidElement. setAttribute(String key, Object value, Interval interval)Sets the attribute at the given key and interval.voidElement. setAttribute(Column column, Object value, Interval interval)Sets the attribute at the given column and interval.voidGraph. setAttribute(String key, Object value, Interval interval)Sets the attribute value for the given key and interval.voidGraphModel. setTimeInterval(GraphView view, Interval interval)Sets the given time interval to the view.voidEdge. setWeight(double weight, Interval interval)Sets the edge's weight at the given interval.Constructors in org.gephi.graph.api with parameters of type Interval Constructor Description Interval(Interval interval)Copy constructor. -
Uses of Interval in org.gephi.graph.api.types
Methods in org.gephi.graph.api.types that return Interval Modifier and Type Method Description IntervalIntervalSet. getMax()IntervalIntervalSet. getMin()Interval[]IntervalSet. toArray()Interval[]IntervalMap. toKeysArray()Methods in org.gephi.graph.api.types with parameters of type Interval Modifier and Type Method Description booleanIntervalSet. add(Interval interval)booleanIntervalMap. contains(Interval interval)booleanIntervalSet. contains(Interval interval)ObjectIntervalMap. get(Interval interval, Estimator estimator)TIntervalMap. get(Interval interval, T defaultValue)ObjectTimeMap. get(Interval interval, Estimator estimator)Get the estimated value for the given interval.ObjectTimestampMap. get(Interval interval, Estimator estimator)booleanIntervalBooleanMap. getBoolean(Interval interval)Get the value for the given interval.booleanIntervalBooleanMap. getBoolean(Interval interval, boolean defaultValue)Get the value for the given interval.byteIntervalByteMap. getByte(Interval interval)Get the value for the given interval.byteIntervalByteMap. getByte(Interval interval, byte defaultValue)Get the value for the given interval.charIntervalCharMap. getCharacter(Interval interval)Get the value for the given interval.charIntervalCharMap. getCharacter(Interval interval, char defaultValue)Get the value for the given interval.doubleIntervalDoubleMap. getDouble(Interval interval)Get the value for the given interval.doubleIntervalDoubleMap. getDouble(Interval interval, double defaultValue)Get the value for the given interval.floatIntervalFloatMap. getFloat(Interval interval)Get the value for the given interval.floatIntervalFloatMap. getFloat(Interval interval, float defaultValue)Get the value for the given interval.intIntervalIntegerMap. getInteger(Interval interval)Get the value for the given interval.intIntervalIntegerMap. getInteger(Interval interval, int defaultValue)Get the value for the given interval.longIntervalLongMap. getLong(Interval interval)Get the value for the given interval.longIntervalLongMap. getLong(Interval interval, long defaultValue)Get the value for the given interval.shortIntervalShortMap. getShort(Interval interval)Get the value for the given interval.shortIntervalShortMap. getShort(Interval interval, short defaultValue)Get the value for the given interval.booleanIntervalMap. put(Interval interval, T value)booleanIntervalMap. remove(Interval interval)booleanIntervalSet. remove(Interval interval) -
Uses of Interval in org.gephi.io.importer.api
Methods in org.gephi.io.importer.api that return Interval Modifier and Type Method Description IntervalElementDraft. getGraphInterval()IntervalContainerUnloader. getInterval() -
Uses of Interval in org.gephi.statistics.spi
Methods in org.gephi.statistics.spi that return Interval Modifier and Type Method Description IntervalDynamicStatistics. getBounds()Returns the min and max bounds.Methods in org.gephi.statistics.spi with parameters of type Interval Modifier and Type Method Description voidDynamicStatistics. loop(GraphView window, Interval interval)Iteration of the dynamic statistics algorithm on a new interval.voidDynamicStatistics. setBounds(Interval bounds)Sets the minimum and maximum bound
-