|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--Fusion
| Constructor Summary | |
Fusion(VideoSubmission sub,
TruthData truth)
Constructor method.This method add the time from dubmission and from the truth in the Vector time |
|
| Method Summary | |
void |
displayVector(java.util.Vector timeOrder)
This method is used to display on the standard oupout the contents of a Vector |
TimeBase |
getLengthOfCommunStory(java.lang.String type)
This method get the commun length of a specific type of story. |
java.util.Vector[] |
getOutputDistribution()
This method returns a table of three Vectors useful for the ouput of the classification. |
void |
melt(java.util.Vector time)
This method melts in order way the Times from Submission and truthData. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Fusion(VideoSubmission sub,
TruthData truth)
Truth |----|-|----|--|-----------| Submission |---|-----|-|---|-----|-----| time ||--|-|-|-|-||--|-----|-----|
sub - VideoSubmission objecttruth - TruthData object associated to the submission| Method Detail |
public void displayVector(java.util.Vector timeOrder)
timeOrder - Vectorpublic void melt(java.util.Vector time)
time - Vector containing all the timespublic TimeBase getLengthOfCommunStory(java.lang.String type)
type - type of the story
public java.util.Vector[] getOutputDistribution()
| match |
|nomatch|
|missing|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||