A C D F G I L M N O R S T V W

A

accept(File) - Method in class GenericFileFilter
 
add(TimeBase) - Method in class TimeBase
Method used to add two TimeBase object
addEndTime() - Method in class StoriesSegment
this method add the end Time of the last Story ofthe segmentation Vector.
addEndTime() - Method in class TruthData
 
addEndTime() - Method in class VideoSubmission
Add the endTime of the last story of the segmentation ie the length of the Mpeg1
addOneStory(TimeBase, TimeBase, String) - Method in class StoriesSegment
Add a story to the SoriesSegment.
applyClippingPoints() - Method in class StoriesSegment
This method applies the clipping points on a StoriesSegment object.
applyClippingPoints() - Method in class TruthData
This method apply the clipping points to the current Video.
applyClippingPoints() - Method in class VideoSubmission
This method apply the clipping points to the current Video.

C

centisecond - Variable in class TimeBase
 
clippedRef - Variable in class StoriesSegment
 
clippedSub - Variable in class StoriesSegment
 
clippingPoints - Variable in class StoriesSegment
 
clone() - Method in class TruthData
Implementation of the method clone from Object class
copylistTruth(Vector) - Method in class StorySegmentationEvaluation
 
createClippedRef() - Method in class DistributionTree
it Creates the subTree .It displays all the boundaries clipped from the reference
createClippedRef() - Method in class StoryTree
it Creates the subTree .It displays all the Stories clipped from the reference
createClippedSub() - Method in class DistributionTree
it Creates the subTree .It displays all the boundaries clipped from the submission
createClippedSub() - Method in class StoryTree
it Creates the subTree .It displays all the stories clipped from the submission
createDeletion() - Method in class DistributionTree
Creates the subTree .
createInsertion() - Method in class DistributionTree
Create the subTree .
createMatch() - Method in class DistributionTree
Create the subTree .
createMatch() - Method in class StoryTree
Create the subTree .
createMissing() - Method in class StoryTree
Create the subTree .
createNoMatch() - Method in class StoryTree
Create the subTree .
createReference() - Method in class DistributionTree
It creates the subTree to display the reference before the clipping.
createReference() - Method in class StoryTree
It creates the subTree to display the reference before the clipping.
createReferenceAfterClipping() - Method in class DistributionTree
It creates the subTree to display the reference after the clipping.
createReferenceAfterClipping() - Method in class StoryTree
It creates the subTree to display the reference after the clipping.
createSubmission() - Method in class DistributionTree
It creates the subTree to display the Submission before the clipping.
createSubmission() - Method in class StoryTree
It creates the subTree to display the Submission before the clipping.
createSubmissionAfterClipping() - Method in class DistributionTree
It creates the subTree to display the submission after the clipping.
createSubmissionAfterClipping() - Method in class StoryTree
It creates the subTree to display the submission after the clipping.
createTree() - Method in class DistributionTree
This method creates the tree, set the attributes and the elements
createTree() - Method in class StoryTree
This method creates the tree, set the attributes and the elements

D

deletion - Variable in class StoriesSegment
 
displaySegment() - Method in class StoriesSegment
This method display on the standard ouput the content of the segmentation of a StoriesSegment Object.
displayVector(Vector) - Method in class Fusion
This method is used to display on the standard oupout the contents of a Vector
DistributionTree - class DistributionTree.
 

F

Fusion - class Fusion.
 
Fusion(VideoSubmission, TruthData) - Constructor for class Fusion
Constructor method.This method add the time from dubmission and from the truth in the Vector time

G

GenericFileFilter - class GenericFileFilter.
A file filter that recognize *.*, *.ext (any file with the given extendsion), and name.* (any file with the given name)
GenericFileFilter(String) - Constructor for class GenericFileFilter
 
GenericFileFilter(String, boolean) - Constructor for class GenericFileFilter
 
getAlign() - Method in class StoriesSegment
Get the offset you have to apply on the a StoriesSegment Object Time to get the AnalogTime
getAlign() - Method in class TruthData
In order to compare the submission(Digital) and the reference (Analog) we have to use the same time scale.
getAlign() - Method in class VideoSubmission
Returns the offset we have to add to the submission time(Digital) to get the Analog Time.
getAlignementOfPossibleSubmission(TruthData) - Method in class StorySegmentationEvaluation
This function returns the offset you must apply on the submission file corresponding to the truth file.
getBeginStoryForTime(TimeBase) - Method in class StoriesSegment
Gives a time t and this method will return the BeginTime of the story that time t belongs to
getBeginTimeStory(int) - Method in class StoriesSegment
returns the Begin Time of the story number nbSTory in the segmentation
getDifferenceBetween(TimeBase) - Method in class TimeBase
Get the length of time between the current TimeBase and the one in argument
getEndTimeStory(int) - Method in class StoriesSegment
returns the End Time of the story number nbSTory in the segmentation
getExtension(File) - Method in class StorySegmentationEvaluation
This method get the extension of a file
getFileName(String) - Method in class TruthData
Returns the name of the video associated to the current truth from the src_sgm file
getGlobalNumberOfEvaluatedBoundariesinAllTruth() - Method in class StorySegmentationEvaluation
This Method figures out the total number of boundaries evaluted in every files of the reference
getGlobalTotalTimeofOneStoryAllTruth(String) - Method in class StorySegmentationEvaluation
This Method figures out the length of a story type in every files of the reference
getint() - Method in class TimeBase
Return the attribute centisecond of a TimeBase object
getLengthOfCommunStory(String) - Method in class Fusion
This method get the commun length of a specific type of story.
getMPEG1Length() - Method in class StoriesSegment
Return the length of the Mpeg1 video associated
getNbDetectedBoundaries(int) - Method in class VideoSubmission
returns Number Of detected Boundaries for this video.
getNumberOfBoundaries() - Method in class StoriesSegment
Returns the number of boundaries of the current StoriesSegment
getNumberOfEvaluatedBoundaries() - Method in class StoriesSegment
Returns the number of boundaries evaluated of the current StoriesSegment.
getNumberOfRunSubmitted(Submission) - Method in class StorySegmentationEvaluation
Returns the number of the runs submitted in an Submission ie one xml file
getNumberOfStories() - Method in class StoriesSegment
Returns the number of Stories of the current StoriesSegment
getNumberOfVideo(Node) - Method in class Submission
get the number of videos contained in a run
getNumberOfVideoSubmitted(Node) - Method in class StorySegmentationEvaluation
This method returns the number of videos in on specific run
getNumbersOfReferenceBoundariesDetectedOneFile(int) - Method in class VideoSubmission
returns Number Of detected Reference Boundaries for this video.
getOffset() - Method in class TruthData
Each Reference file has a begin recording time like 18:30:00.00.
getOutputDistribution() - Method in class Fusion
This method returns a table of three Vectors useful for the ouput of the classification.
getPriority(Node) - Method in class Submission
Get the priority of one run
getRoot() - Method in class Submission
Get the Root Node of the XML document
getRun() - Method in class Submission
Get the all the runs of the current XML file and add tehn as a Node Object in the returned Vector
getRunsEvaluated() - Method in class StorySegmentationEvaluation
This function is called in the constructor of this class.
getSysId(Node) - Method in class Submission
Get the sysID of one run
getTime(String) - Method in class TruthData
Returns the time of line of a src_sgm file
getTimeOfBoundary(int) - Method in class StoriesSegment
Returns the time of the 1st, 2nd ...n th boundary
getTotalTimeIdentifiedOf(String) - Method in class VideoSubmission
This method returns the total Time of a specific story type.
getTotalTimeOneStory(String) - Method in class StoriesSegment
Returns the length of story named typeStory of the current StoriesSegment
getTree() - Method in class DistributionTree
returns the complete Tree containing the results of the story boundary Task for the VideoSubmission
getTree() - Method in class StoryTree
returns the complete Tree containing the results of the classification task for the VideoSubmission
getTruth(VideoSubmission) - Method in class StorySegmentationEvaluation
This method is used to get the TruthData object corresponding to the video.
getType(int) - Method in class StoriesSegment
returns the type of the story number nbSTory in the segmentation
getType(String) - Method in class TruthData
Returns the type of the story from a line of a src_sgm file
getType(TimeBase, TimeBase) - Method in class StoriesSegment
This method return the type of a story between two boundaries.
getTyped() - Method in class VideoSubmission
This method let us know il the result for this videos contains classification information
getTyped(Node) - Method in class Submission
it check if one specidic run has result for the classification task
getVideo(int, Node) - Method in class Submission
this methos gets the the jth video Node of a specific run
getVideoFileName() - Method in class StoriesSegment
returns the video file name of the current object either Truth or Submission
getVideoFileName() - Method in class TruthData
Returns the name of the video associated to the current truth
getVideoFileName() - Method in class VideoSubmission
Returns the name of the video associated to the current truth
getVideoLength() - Method in class StoriesSegment
It returns the length of the current video (Mpeg1)
getVideosMissing(Node) - Method in class StorySegmentationEvaluation
This methos returns the name of the Videos Missing in a run of the submission

I

insertion - Variable in class StoriesSegment
 
invertStoriesSegment(Vector) - Method in class StoriesSegment
This method invert the stories in the storiesSegment object.

L

lengthVideo - Variable in class StoriesSegment
 
listTruth - Variable in class StorySegmentationEvaluation
 
load() - Method in class TruthData
Load the Reference file.
load() - Method in class VideoSubmission
Load the Video results from the XML file and fill the attributes of VideoSubmission
loadClippingPoints() - Method in class StorySegmentationEvaluation
 
loadOffsets() - Method in class StorySegmentationEvaluation
It load All the offset fron the alignment table named "alignment.txt.final".
loadTruthData() - Method in class StorySegmentationEvaluation
It loads all the Reference file within the directory directoryTruth, an attribute of this class

M

main(String[]) - Static method in class StorySegmentationEvaluation
 
match - Variable in class StoriesSegment
 
matchType - Variable in class StoriesSegment
 
melt(Vector) - Method in class Fusion
This method melts in order way the Times from Submission and truthData.
missingType - Variable in class StoriesSegment
 

N

nomatchType - Variable in class StoriesSegment
 

O

offsetAnalogMinusDigital - Variable in class StoriesSegment
 

R

returnResultBoundaryDistribution() - Method in class StoriesSegment
Returns a Vector with all the Vectors useful ofr the Story boundary task
returnResultStoryDistribution() - Method in class StoriesSegment
Returns a Vector with all the Vectors useful ofr the Classification task

S

searchClippingPoints() - Method in class StoriesSegment
It returns the clipping points ie the clipping start and the clipping end for the current Stories segment object.
segmentation - Variable in class StoriesSegment
 
segmentationBeforeClipping - Variable in class StoriesSegment
 
setTruthData(TruthData) - Method in class VideoSubmission
This method associates a TruthData object to the current Video results
StoriesSegment - class StoriesSegment.
 
StoriesSegment() - Constructor for class StoriesSegment
Constructor method.
StorySegmentationEvaluation - class StorySegmentationEvaluation.
 
StorySegmentationEvaluation(String) - Constructor for class StorySegmentationEvaluation
Constructor of the Class.
StoryTree - class StoryTree.
 
Submission - class Submission.
 
Submission(File) - Constructor for class Submission
Constructor method, it parses the Xml file in param param submitXML a XML file well formed as the storysegmentation dtd defines

T

TimeBase - class TimeBase.
 
TimeBase() - Constructor for class TimeBase
Basic Constructor of the class.
TimeBase(int) - Constructor for class TimeBase
Constructor of the Class set the attribute centisecon to timeCenti
TimeBase(String, String) - Constructor for class TimeBase
Constructor creating TimeBase Object from different date string formats.
toHHMMssString() - Method in class TimeBase
Convert a TimeBase Object into a String in format HH:MM:ss.cc which is the time format of the reference
toString() - Method in class TimeBase
Convert a TimeBase Object into a String in format sssss.cc which is the time format of the submissions
treated - Variable in class StoriesSegment
 
TruthData - class TruthData.
 
TruthData() - Constructor for class TruthData
Basic constructor of the Class, call the constructor of the super Class StroriesSegment
TruthData(File) - Constructor for class TruthData
Constructor of the Class, call the constructor of the super Class StroriesSegment and load the Reference file in parameter

V

VideoSubmission - class VideoSubmission.
 
VideoSubmission(boolean, Node) - Constructor for class VideoSubmission
Constructor of the class.
VideoSubmission(boolean, Node, Vector, Vector) - Constructor for class VideoSubmission
Constructor of the class.

W

write() - Method in class StorySegmentationEvaluation
This method write an xml file into the directory Result you put in argument of the execution command.

A C D F G I L M N O R S T V W