|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DescriptorList | |
viper.comparison | Provides the classes necessary to compare Descriptors, including a simple command line application useful for generating graphs between a large number of cases. |
viper.descriptors | Provides the classes necessary to read comparable Descriptors in from a file. |
viper.filters |
Uses of DescriptorList in viper.comparison |
Constructors in viper.comparison with parameters of type DescriptorList | |
CompMatrix(DescriptorList targets,
DescriptorList candidates,
CanonicalFileDescriptor cfd,
EvaluationParameters.ScopeRules scope,
java.io.PrintWriter log)
Creates a new structure for the comparison of two DescriptorLists. |
|
CompMatrix(DescriptorList targets,
DescriptorList candidates,
CanonicalFileDescriptor cfd,
EvaluationParameters.ScopeRules scope,
java.io.PrintWriter log,
Revealer ticker)
Create a new descriptor comparison matrix. |
Uses of DescriptorList in viper.descriptors |
Classes in viper.descriptors that implement DescriptorList | |
class |
DescriptorConfigs
A collection of Descriptor Objects that supports various operations on them, such as comparison between to DescVector, collection of statistics, reading and printing from files, and various others. |
class |
DescVector
A collection of Descriptor Objects that supports various operations on them, such as comparison between to DescVector, collection of statistics, reading and printing from files, and various others. |
Methods in viper.descriptors that return DescriptorList | |
DescriptorList |
DescriptorData.getForFile(java.lang.String fileName)
Return the DescriptorList who describe the media with the specified filename or URL String. |
DescriptorList |
DescriptorData.removeFile(java.lang.String filename)
Removes the given file name and its corresponding metadata. |
DescriptorList |
DescriptorData.setDataForFile(java.lang.String S,
DescriptorList l)
Replaces the DesciptorList associated to a given filename with the DescriptorList that is passed in. |
DescriptorList |
DescriptorData.getFlattenedData()
Returns the list as one long DescriptorList. |
DescriptorList |
DescHolder.getFlattenedData()
|
DescriptorList |
DescHolder.getForFile(java.lang.String filename)
|
DescriptorList |
DescHolder.setDataForFile(java.lang.String S,
DescriptorList l)
|
DescriptorList |
DescHolder.removeFile(java.lang.String filename)
|
Methods in viper.descriptors with parameters of type DescriptorList | |
DescriptorList |
DescriptorData.setDataForFile(java.lang.String S,
DescriptorList l)
Replaces the DesciptorList associated to a given filename with the DescriptorList that is passed in. |
DescriptorList |
DescHolder.setDataForFile(java.lang.String S,
DescriptorList l)
|
protected void |
Converter.deformList(DescriptorList data)
Deformer works by applying list-level, descriptor-level, and attribute-level deformations: the list level ones basically consist of dropping random descriptors. |
Uses of DescriptorList in viper.filters |
Methods in viper.filters with parameters of type DescriptorList | |
RuleHolder |
LimitationsParser.parseFile(java.lang.String file_path,
java.lang.String block_name,
DescriptorList d_vector)
Parses the file given for the block name that is given and for the limitations information that is found in that block. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |