-
cloudtrace.instrument.Span
Base interface for gathering and reporting statistics about a block of execution.
-
com.barchart.feed.api.series.Span
Indicates a duration of time starting at {@link DataPoint#getTime()} andending at {@link #getNextTime()}.
@author David Ray
-
com.dodo.blog.ui.component.simple.Span
-
com.mdimension.jchronic.utils.Span
A Span represents a range of time. Since this class extends Range, you can use #begin and #end to get the beginning and ending times of the span (they will be of class Time)
-
com.sk89q.jchronic.utils.Span
-
com.twitter.zipkin.gen.Span
-
de.sciss.io.Span
A struct class: a span between a start and end point in one dimensional space. The start point is considered inclusive while the end point is considered exclusive. In Melloncillo, it is mainly used to describe a time span in sense rate frames.
@author Hanns Holger Rutz
@version 0.29, 12-May-08
-
edu.stanford.nlp.ie.machinereading.structure.Span
Stores the offsets for a span of text Offsets may indicate either token or byte positions Start is inclusive, end is exclusive
@author Mihai
-
edu.stanford.nlp.trees.Span
A Span
is an optimized SimpleConstituent
object. It provides exactly the same functionality as a SimpleConstituent, but by being final, and with its own implementation of Span equality, it runs faster, so as to placate Dan Klein. (With JDK1.3 client, it still doesn't run as fast as an implementation outside of the SimpleConstituent hierarchy, but with JDK1.3 server, it does! And both versions are several times faster with -server than -client, so that should be used.)
@author Christopher Manning
@version 2001/01/08
-
er.chronic.utils.Span
A Span represents a range of time. Since this class extends Range, you can use #begin and #end to get the beginning and ending times of the span (they will be of class Time)
-
io.conducive.client.ui.widgets.html.Span
@author Reuben Firmin
-
joshua.corpus.Span
Represents a span with an inclusive starting index and an exclusive ending index.
@author Lane Schwartz
@version $LastChangedDate:2008-09-18 12:47:23 -0500 (Thu, 18 Sep 2008) $
-
net.xoetrope.builder.w3c.html.tags.Span
Processing for the html Span element
Copyright (c) Xoetrope Ltd., 2002-2006
$Revision: 1.2 $
License: see License.txt
-
opennlp.tools.util.Span
Class for storing start and end integer offsets.
-
org.apache.accumulo.cloudtrace.instrument.Span
Base interface for gathering and reporting statistics about a block of execution.
-
org.apache.accumulo.trace.instrument.Span
Base interface for gathering and reporting statistics about a block of execution.
-
org.apache.ctakes.coreference.eval.helpers.Span
-
org.apache.ctakes.relationextractor.knowtator.Span
Represents span of a named entity
@author dmitriy dligach
-
org.apache.ecs.html.Span
This class creates a <SPAN> tag.
@version $Id: Span.java,v 1.4 2003/04/27 09:03:51 rdonkin Exp $
@author
Stephan Nagy
@author
Jon S. Stevens
-
org.apache.ecs.xhtml.span
-
org.apache.fop.area.Span
The span-reference-area. This is a block-area with 0 border and padding that is stacked within the main-reference-area This object holds one or more normal-flow-reference-area children based on the column-count trait in effect for this span. See fo:region-body definition in the XSL Rec for more information.
-
org.apache.pivot.wtk.Span
Class representing a range of integer values. The range includes all values in the interval [start, end]. Values may be negative, and the value of start may be less than or equal to the value of end.
-
org.apache.stanbol.enhancer.nlp.model.Span
Represents a {@link #getSpan() span} [{@link #getStart() start}, {@link #getEnd() end}] within the {@link #getContext() text}. Spans also have an assigned {@link #getType() type}. Possible types are defined within the {@link SpanTypeEnum}.
This is an meta (abstract) type. Implementations of this Interface SHOULD BE abstract Classes.
-
org.apache.uima.caseditor.core.util.Span
This class usually specifies an continus are of text. This area has an start and end index. The difference of the end and start is the length of the area.
-
org.apache.uima.caseditor.editor.util.Span
This class usually specifies an continous are of text. This area has an start and end index. The difference of the end and start is the length of the area.
-
org.appfuse.client.widget.Span
This widget is to create elements in a page.
-
org.axsl.common.value.Span
-
org.cloudera.htrace.Span
-
org.encog.bot.browse.range.Span
A document range that specifies a span tag, and any embedded tags.
@author jheaton
-
org.gwtbootstrap3.client.ui.html.Span
@author Sven Jacobs
@author Grant Slender
-
org.htmlparser.tags.Span
-
org.htrace.Span
-
org.odftoolkit.simple.text.Span
This class represents the application of a style to the character data of a portion of text.
It provides convenient methods to create a span and manipulate attributes of a span.
@since 0.5.5
-
pivot.wtk.Span
Class representing a range of integer values. The range includes all values in the interval [start, end]. Values may be negative, but the value of start must be less than or equal to the value of end.
@author gbrown