|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectviper.comparison.distances.Distances.DefaultDifference
A simple differnece object, which keeps track of some information about a computed difference. This includes the compared value, any blackout or don't care values, and the file information.
| Constructor Summary | |
Distances.DefaultDifference(java.lang.Object alpha,
java.lang.Object beta,
java.lang.Object blackout,
java.lang.Object ignore,
CanonicalFileDescriptor cfd)
Constructs a new difference object. |
|
| Method Summary | |
java.lang.Object |
getAlpha()
Gets the target value. |
java.lang.Object |
getBeta()
Gets the candidate object. |
java.lang.Object |
getBlackout()
Gets the blackout value. |
CanonicalFileDescriptor |
getFileInformation()
Gets information about the source media file where the object originated. |
java.lang.Object |
getIgnore()
Gets the value to ignore/region to ignore. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Distances.DefaultDifference(java.lang.Object alpha,
java.lang.Object beta,
java.lang.Object blackout,
java.lang.Object ignore,
CanonicalFileDescriptor cfd)
alpha - the target valuebeta - the candidate valueblackout - the bad regionignore - the ignored regioncfd - information about the containing file| Method Detail |
public java.lang.Object getAlpha()
Measurable.Difference
getAlpha in interface Measurable.Differencepublic java.lang.Object getBeta()
Measurable.Difference
getBeta in interface Measurable.Differencepublic java.lang.Object getBlackout()
Measurable.Difference
getBlackout in interface Measurable.Differencepublic java.lang.Object getIgnore()
Measurable.Difference
getIgnore in interface Measurable.Differencepublic CanonicalFileDescriptor getFileInformation()
Measurable.Difference
getFileInformation in interface Measurable.Difference
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||