Known-Items Task Evaluation
A C D E G I K L M O P R S T U W X

A

add(Item) - Method in class Segmentation
Add a given item to the segmentation.

C

characters(char[], int, int) - Method in class xmlContentHandler
SAX DocumentHandler method.
compare(Object, Object) - Method in class IntervalComparator
Compares its two arguments for ordering them.
compare(Object, Object) - Method in class OverlapComparator
Compares its two arguments for ordering them.
compare(Object, Object) - Method in class RankComparator
Compares its two arguments for ordering them on rank.
ComparisonManager - class ComparisonManager.
This class is the main in processing the comparison of a system's item "segmentations" and some references.
ComparisonManager() - Constructor for class ComparisonManager
Simple constructor.
comparisonResult - class comparisonResult.
This class represents the result of a comparison between a system result for one video and the reference.
comparisonResult(SysSegmentation) - Constructor for class comparisonResult
Constructs comparisonResult object for the given segmentation.
contains(Object) - Method in class Segmentation
 

D

droppedOut - Variable in class Segmentation
This is just the number of dropped out items for cause of duplicate in results.

E

endDocument() - Method in class xmlContentHandler
SAX DocumentHandler method.
endElement(String, String, String) - Method in class xmlContentHandler
SAX DocumentHandler method.
error(SAXParseException) - Method in class xmlContentHandler
SAX ErrorHandler method.

G

getDroppedOut() - Method in class Segmentation
Gets the number of dropped out duplicate items.
getElements() - Method in class Segmentation
Returns an iterator on the items of the segmentation.
getFullRefDirName() - Static method in class ComparisonManager
Gets the full path to the reference directory.
getInstance() - Static method in class IntervalComparator
Returns the unique instance of this class.
getInstance() - Static method in class OverlapComparator
Returns the unique instance of this class.
getInstance() - Static method in class RankComparator
Returns the unique instance of this class.
getInstance(double, double) - Static method in class OverlapComparator
Returns the unique instance of this class and set the parameters.
getIntSeqNum() - Method in class SystemItem
Gets the sequence number of the item as an integer.
getItemCount() - Method in class Segmentation
Returns the number of items of the segmentation.
getMilliStart() - Method in class Item
Gets the start time in milliseconds as a double.
getMilliStop() - Method in class Item
Gets the stop time in milliseconds as a double.
getPRef() - Static method in class OverlapComparator
Gets the reference item overlapping parameter.
getPSys() - Static method in class OverlapComparator
Sets the system item overlapping parameter.
getPType() - Method in class SysSegmentation
Gets the processing type.
getRefSegmentation() - Method in class xmlContentHandler
Returns the reference known-items parsed from one Xml file per topic in the reference.
getSeqNum() - Method in class SystemItem
Gets the sequence number of the item.
getSrc() - Method in class Item
Gets the video source of the item.
getStart() - Method in class Item
Gets the start time in the defined format ("*h*m*s*ms").
getStop() - Method in class Item
Gets the stop time in the defined format ("*h*m*s*ms").
getSType() - Method in class SysSegmentation
Gets the system type.
getSysId() - Method in class SysSegmentation
Gets the system ID.
getSystemResults() - Method in class xmlContentHandler
Returns the systemResults parsed and contained in an Hashtable.
getTopicNumber() - Method in class Segmentation
Gets the topic number.

I

ignorableWhitespace(char[], int, int) - Method in class xmlContentHandler
SAX DocumentHandler method.
intersected(Item) - Method in class Item
Returns true if there is an intersection with the given item.
intersection(Item) - Method in class KnownItem
Returns a known-item representing the intersection with the given item.
intersection(Item) - Method in class SystemItem
Returns an item representing the intersection with the given item.
IntervalComparator - class IntervalComparator.
A class that implements the java.util.Comparator interface to compare two transitions regarding their limits.
Item - class Item.
This class represents a item as a portion of a video.
Item(String, String, String) - Constructor for class Item
Constructs Item object with the given parameters.
itemSet - Variable in class Segmentation
This object is containing all items of the video.

K

KnownItem - class KnownItem.
This class represents a known-item which is a known portion of a video.
KnownItem(String, String, String) - Constructor for class KnownItem
Constructs a KnownItem object with the given parameters.

L

length() - Method in class Item
Gets the sequence number of the item as an integer.

M

main(String[]) - Static method in class ComparisonManager
Main entry point to the program.
matched - Variable in class Item
Indicates if it matched with another item during a comparison.
maxAllowedItems - Static variable in class ComparisonManager
The number of maximum allowed items.
maxTime(String, String) - Method in class Item
Returns the greater time of two given times in the "*h*m*s*ms" format.
maxTimeMilli(String, String) - Method in class Item
Returns a double (milliseconds) of the greater time of two given times in the "*h*m*s*ms" format.
minTime(String, String) - Method in class Item
Returns the smaller time of two given times in the "*h*m*s*ms" format.
minTimeMilli(String, String) - Method in class Item
Returns a double (milliseconds) of the smaller time of two given times in the "*h*m*s*ms" format.

O

OverlapComparator - class OverlapComparator.
A class that implements the java.util.Comparator interface to compare two items regarding their overlapping.

P

parseReference() - Method in class ComparisonManager
Launch the parsing of the file containing the Xml reference, known as topic description files.
parseResults(File) - Method in class ComparisonManager
Launch the parsing of the file containing the results per system results.
PrintfFormat - class PrintfFormat.
PrintfFormat allows the formatting of an array of objects embedded within a string.
PrintfFormat(Locale, String) - Constructor for class PrintfFormat
Constructs an array of control specifications possibly preceded, separated, or followed by ordinary strings.
PrintfFormat(String) - Constructor for class PrintfFormat
Constructs an array of control specifications possibly preceded, separated, or followed by ordinary strings.
processComparison() - Method in class ComparisonManager
Process the comparison between the reference segmentation and each system segmentation.
processComparison(SysSegmentation, int) - Method in class RefSegmentation
Process the comparison between the current assumed reference segmentation and the given system segmentation.
processingInstruction(String, String) - Method in class xmlContentHandler
SAX DocumentHandler method.

R

RankComparator - class RankComparator.
A class that implements the java.util.Comparator interface to compare Items based on rank
refDirName - Static variable in class ComparisonManager
The reference direcotry.
RefSegmentation - class RefSegmentation.
This class represents a segmentation in items of video file and used in known-items task programs of TREC 2001.
RefSegmentation(Comparator, String) - Constructor for class RefSegmentation
Constructs Segmentation object with an ordering comparator for its set of items.

S

Segmentation - class Segmentation.
This class represents a segmentation in items of video file and used in known-items task programs of TREC 2001.
Segmentation() - Constructor for class Segmentation
 
setDocumentLocator(Locator) - Method in class xmlContentHandler
SAX DocumentHandler method.
setPRef(double) - Static method in class OverlapComparator
Sets the reference item overlapping parameter.
setPSys(double) - Static method in class OverlapComparator
Sets the system item overlapping parameter.
setRefDirName(String) - Static method in class ComparisonManager
Overrule refDir, only if directory exists
setResults(int, int, int, String, String, double, double, double, int) - Method in class comparisonResult
Given the parameter, this method writes in the file the results.
sprintf() - Method in class PrintfFormat
Format nothing.
sprintf(double) - Method in class PrintfFormat
Format a double.
sprintf(int) - Method in class PrintfFormat
Format an int.
sprintf(long) - Method in class PrintfFormat
Format an long.
sprintf(Object) - Method in class PrintfFormat
Format an Object.
sprintf(Object[]) - Method in class PrintfFormat
Format an array of objects.
sprintf(String) - Method in class PrintfFormat
Format a String.
src - Variable in class Item
The source of the item (or video).
start - Variable in class Item
The start time of the item.
startDocument() - Method in class xmlContentHandler
SAX DocumentHandler method.
startElement(String, String, String, Attributes) - Method in class xmlContentHandler
SAX DocumentHandler method used to recognized Xml tags and get the information in the required Hashtable or any data structure for later use.
stop - Variable in class Item
The stop time of the item.
SysSegmentation - class SysSegmentation.
This class represents a segmentation in items of video file and used in known-items task programs of TREC 2001.
SysSegmentation(Comparator, String, String, String, String) - Constructor for class SysSegmentation
Constructs Segmentation object with an ordering comparator for its set of items.
SystemItem - class SystemItem.
This class represents a submitted item from a system.
SystemItem(String, String, String, String) - Constructor for class SystemItem
Constructs SystemItem object with the given parameters.

T

toMilliseconds(String) - Method in class Item
Returns a double that represents the given time in milliseconds.
topicNumber - Variable in class Segmentation
This is the topic number for the one the results (items) has been founded.
toString() - Method in class Item
Returns a Xml formatted string representation of this item and its start and stop values.
toString() - Method in class KnownItem
Returns a Xml formatted string representation of this known-item.
toString() - Method in class Segmentation
Returns a simple string representing the items of the segmentation.
toString() - Method in class SystemItem
Returns a Xml formatted string representation of this system-item.
toStringClose() - Method in class SystemItem
Returns the matching close tag.
toStringOpen() - Method in class SystemItem
Returns a Xml formatted string representation of this item and its start and stop values as a system item.
toStringOut() - Method in class KnownItem
Returns a Xml formatted string representation of this item and its start and stop values, without a line separator.
toStringOut() - Method in class SystemItem
Returns a Xml formatted string representation of this item and its start and stop values as a system item.

U

usage() - Static method in class ComparisonManager
Print usage message

W

warning(SAXParseException) - Method in class xmlContentHandler
SAX ErrorHandler method.

X

xmlContentHandler - class xmlContentHandler.
A class that extends DefaultHandler classes of Java Xml SAX API.
xmlContentHandler(Writer, int) - Constructor for class xmlContentHandler
Constructs an instance of this class with the given Writer as the output writer used to get information during parsing...

A C D E G I K L M O P R S T U W X
Known-Items Task Evaluation

For information over@nist.gov or rtaban@nist.gov