-
JFlex.Interval
An intervall of characters with basic operations.
@author Gerwin Klein
@version JFlex 1.4.3, $Revision: 433 $, $Date: 2009-01-31 19:52:34 +1100 (Sat, 31 Jan 2009) $
-
ai.domain.interval.Interval
Implementation of interval domain (one-dimension)
@author kjk@mimuw.edu.pl
-
biz.smart.mdx.modeltomdx.Interval
-
br.com.six2six.fixturefactory.base.Interval
-
ca.carleton.gcrc.couch.date.impl.Interval
-
ca.eandb.jmist.math.Interval
An closed interval [a, b] on the real number line. This class is immutable.
@author Brad Kimmel
-
com.atlassian.clover.cfg.Interval
-
com.barchart.proto.buf.inst.Interval
-
com.cenqua.clover.cfg.Interval
-
com.enernoc.open.oadr2.model.Interval
Some sanity checking for our JAXB-generated models
@author
Thom Nichols
-
com.enernoc.open.oadr2.model.v20b.ei.Interval
Some sanity checking for our JAXB-generated models
@author
Thom Nichols
-
com.enterprisemath.math.algebra.Interval
This class represents interval. Interval is cube in R^1 space. Interval is closed, therefore boundaries are also part of the intervals.
@author radek.hecl
-
com.facebook.presto.jdbc.internal.joda.time.Interval
Interval is the standard implementation of an immutable time interval.
A time interval represents a period of time between two instants. Intervals are inclusive of the start instant and exclusive of the end. The end instant is always greater than or equal to the start instant.
Intervals have a fixed millisecond duration. This is the difference between the start and end instants. The duration is represented separately by {@link ReadableDuration}. As a result, intervals are not comparable. To compare the length of two intervals, you should compare their durations.
An interval can also be converted to a {@link ReadablePeriod}. This represents the difference between the start and end points in terms of fields such as years and days.
Interval is thread-safe and immutable.
@author Brian S O'Neill
@author Sean Geoghegan
@author Stephen Colebourne
@author Julen Parra
@since 1.0
-
com.googlecode.gaal.suffix.api.IntervalTree.Interval
-
com.gs.collections.impl.list.Interval
An Interval is a range of integers that may be iterated over using a step value. Interval is an OO implementation of a for-loop.
-
com.impossibl.postgres.api.data.Interval
-
com.impossibl.postgres.types.PrimitiveType.Interval
-
com.projity.pm.time.Interval
-
com.samskivert.util.Interval
An interface for doing operations after some delay. Allows expiration to occur on a specific thread, and guarantees that any queued expiration will not run if the Interval has since been cancelled or rescheduled.
-
com.thinkaurelius.titan.util.datastructures.Interval
@author Matthias Broecheler (me@matthiasb.com)
-
com.vividsolutions.jts.index.bintree.Interval
Represents an (1-dimensional) closed interval on the Real number line.
@version 1.7
-
com.vividsolutions.jts.index.strtree.Interval
A contiguous portion of 1D-space. Used internally by SIRtree.
@see SIRtree
@version 1.7
-
de.lmu.ifi.dbs.elki.data.Interval
Represents an interval in a certain dimension of the data space.
@author Elke Achtert
-
edu.stanford.nlp.sempre.paraphrase.Interval
-
eu.admire.gridminer.datapreprocessing.statistic.Interval
@author Lenka Novakova
-
fr.soleil.lib.flyscan.model.parsing.configuration.trajectory.Interval
-
htsjdk.samtools.util.Interval
-
it.unimi.dsi.util.Interval
-
jflex.Interval
An intervall of characters with basic operations.
@author Gerwin Klein
@version JFlex 1.4.3, $Revision: 433 $, $Date: 2009-01-31 19:52:34 +1100 (Sat, 31 Jan 2009) $
-
jmathexpr.number.set.Interval
An interval between two numbers. An interval may be opened or closed and it may be bounded or unbounded.
@author Elemér Furka
-
leetcode.Interval
Created with IntelliJ IDEA. User: shenchen Date: 12-10-28 Time: PM1:29 To change this template use File | Settings | File Templates.
-
net.imglib2.Interval
{x∈Zn|mind≤ xd≤maxd;d∈{0… n-1}}
An {@link Interval} over the discrete source domain. Note that thisdoes not imply that for all coordinates in the {@link Interval} function values exist or can be generated. It only defineswhere the minimum and maximum source coordinates are. E.g. an {@link IterableInterval} has a limited number of values and a sourcecoordinate for each. By that, minimum and maximum are defined but the {@link Interval} does not define a value for all coordinates in between.
@author Stephan Saalfeld
@author Stephan Preibisch
-
net.sf.mpxj.planner.schema.Interval
-
net.sf.nfp.mini.misc.Interval
-
net.sf.picard.util.Interval
-
org.antlr.v4.runtime.misc.Interval
An immutable inclusive interval a..b
-
org.apache.cassandra.utils.IntervalTree.Interval
-
org.apache.commons.math3.geometry.euclidean.oned.Interval
This class represents a 1D interval.
@see IntervalsSet
@since 3.0
-
org.apache.myfaces.custom.schedule.model.Interval
This class represents a period of time, which may be given a label. An interval is inclusive of the start time, but excludes the end time.
@since 1.1.7
@author Peter Mahoney
@version $Revision: 371736 $
-
org.apache.myfaces.tobago.internal.layout.Interval
-
org.broad.igv.util.index.Interval
-
org.drools.Interval
-
org.drools.compiler.Interval
-
org.drools.core.time.Interval
A class to represent a time interval. Specially useful to calculate time distance between events constrained by temporal constraints. If the interval is open, i.e., from -infinitum to +infinitum, the representation is created by using lowerBound = Long.MIN_VALUE and upperBound = Long.MAX_VALUE.
-
org.drools.time.Interval
A class to represent a time interval. Specially useful to calculate time distance between events constrained by temporal constraints. If the interval is open, i.e., from -infinitum to +infinitum, the representation is created by using lowerBound = Long.MIN_VALUE and upperBound = Long.MAX_VALUE.
@author etirelli
-
org.eclipse.wb.draw2d.geometry.Interval
-
org.elasticsearch.common.joda.time.Interval
-
org.gephi.attribute.time.Interval
-
org.gephi.data.attributes.type.Interval
This class represents an interval with some value.
@author Cezary Bartosiak
@param < T> type of data
-
org.goda.time.Interval
Interval is the standard implementation of an immutable time interval.
A time interval represents a period of time between two instants. Intervals are inclusive of the start instant and exclusive of the end. The end instant is always greater than or equal to the start instant.
Intervals have a fixed millisecond duration. This is the difference between the start and end instants. The duration is represented separately by {@link ReadableDuration}. As a result, intervals are not comparable. To compare the length of two intervals, you should compare their durations.
An interval can also be converted to a {@link ReadablePeriod}. This represents the difference between the start and end points in terms of fields such as years and days.
Interval is thread-safe and immutable.
@author Brian S O'Neill
@author Sean Geoghegan
@author Stephen Colebourne
@author Julen Parra
@since 1.0
-
org.infinispan.objectfilter.impl.util.Interval
Represents an interval of values of type K. K is not restricted to be a Comparable type here, but the IntervalTree must be able to compare values of type K using its Comparator.
@param < K> the key value type
@author anistor@redhat.com
@since 7.0
-
org.internna.ossmoney.model.support.Interval
-
org.jboss.dashboard.domain.Interval
An interval contains a subset of the dataset values for a given domain property.
-
org.jitterbit.util.Interval
Interface defining an integer interval.
@author Torgil Zethson
@since 1.1
-
org.joda.time.Interval
Interval is the standard implementation of an immutable time interval.
A time interval represents a period of time between two instants. Intervals are inclusive of the start instant and exclusive of the end. The end instant is always greater than or equal to the start instant.
Intervals have a fixed millisecond duration. This is the difference between the start and end instants. The duration is represented separately by {@link ReadableDuration}. As a result, intervals are not comparable. To compare the length of two intervals, you should compare their durations.
An interval can also be converted to a {@link ReadablePeriod}. This represents the difference between the start and end points in terms of fields such as years and days.
Interval is thread-safe and immutable.
@author Brian S O'Neill
@author Sean Geoghegan
@author Stephen Colebourne
@author Julen Parra
@since 1.0
-
org.jooq.types.Interval
A substitute for JDBC's missing
java.sql.Interval
data type.
JDBC lacks an important data type that is present in most SQL databases: INTERVAL
. The SQL:2008 standard states that there are two types of intervals:
4.6.3 Intervals There are two classes of intervals. One class, called year-month intervals, has an express or implied datetime precision that includes no fields other than YEAR and MONTH, though not both are required. The other class, called day-time intervals, has an express or implied interval precision that can include any fields other than YEAR or MONTH.
INTERVAL
can be combined with date time data types according to the following operation table:
Operand 1 | Operator | Operand 2 | Result Type |
Datetime | – | Datetime | Interval |
Datetime | + or – | Interval | Datetime |
Interval | + | Datetime | Datetime |
Interval | + or – | Interval | Interval |
Interval | * or / | Numeric | Interval |
Numeric | * | Interval | Interval |
Interval implementations can be expected to also also extend {@link Number}.
Note: only a few databases actually support this data type on its own. You can still use it for date time arithmetic in other databases, though, through {@link Field#add(Field)} and {@link Field#sub(Field)} Databases that havebeen observed to natively support INTERVAL
data types are:
- {@link SQLDialect#HSQLDB}
- {@link SQLDialect#INGRES}
- {@link SQLDialect#ORACLE}
- {@link SQLDialect#POSTGRES}
These dialects have been observed to partially support INTERVAL
data types in date time arithmetic functions, such as TIMESTAMPADD
, and TIMESTAMPDIFF
:
- {@link SQLDialect#CUBRID}
- {@link SQLDialect#MYSQL}
@author Lukas Eder
-
org.libreplan.business.calendars.entities.AvailabilityTimeLine.Interval
-
org.libreplan.business.planner.entities.StretchesFunction.Interval
-
org.libreplan.business.resources.entities.Interval
Represents a time interval
@author Óscar González Fernández
-
org.nxplanner.util.Interval
The half-open interval [low, high) inclusive on the low end. This class is derived from the Interval class developed at limegroup.org
-
org.openfeed.proto.inst.Interval
-
org.openqreg.bean.Interval
Class that hold an interval, from- and to date.
@author henning
@version 1.0
@responsible Henning
-
org.rabinfingerprint.datastructures.Interval
A Parameter-Style Object that contains a start and end index. The indices are in common set notation where the start index is inclusive and the end offset is exclusive. This allows us to easily represent zero-width intervals -- in this case, anything where start == end; The default comparator sorts first be the start index, then by the end index.
-
org.timepedia.chronoscope.client.util.Interval
A mathematical interval representing a connected portion of a real line. An interval has 2 endpoints: {@link #getStart()} and {@link #getEnd()}.
{@link Interval} can represent anything conforming to this generaldescription, including a time interval on the domain axis, pixel bounds, or whatever.
@author chad takahashi
-
org.zkoss.ganttz.util.Interval
-
timeflow.data.time.Interval
-
transientlibs.objects.primitives.Interval
@author kibertoad