|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrorWriter | |
edu.umd.cfar.lamp.viper.util | Provides miscellanious utility classes for the ViPER suite. |
edu.umd.cfar.lamp.viper.util.reader | |
viper.descriptors.attributes | Provides the classes necessary to read Attributes in from a file and compare them. |
viper.filters |
Uses of ErrorWriter in edu.umd.cfar.lamp.viper.util |
Methods in edu.umd.cfar.lamp.viper.util with parameters of type ErrorWriter | |
static void |
StringHelp.handleExtraTextOutsideBrackets(java.lang.String line,
ErrorWriter err)
Prints a warning for test that should all be inside brackets but has some outside. |
Uses of ErrorWriter in edu.umd.cfar.lamp.viper.util.reader |
Classes in edu.umd.cfar.lamp.viper.util.reader that implement ErrorWriter | |
class |
VReader
This class offers a "Preprocessor" to ViPER data files, removing comments and expanding #includes. |
Uses of ErrorWriter in viper.descriptors.attributes |
Methods in viper.descriptors.attributes with parameters of type ErrorWriter | |
Filterable.Rule |
FrameSpan.convertRule(java.lang.String unparsedRule,
java.util.List unparsedValues,
ErrorWriter err)
|
Filterable.Rule |
Attribute_svalue.convertRule(java.lang.String unparsedRule,
java.util.List unparsedValues,
ErrorWriter err)
|
Filterable.Rule |
Attribute_polygon.convertRule(java.lang.String unparsedRule,
java.util.List unparsedValues,
ErrorWriter err)
This converts a string into a rule, writing out errors in the format to err . |
Filterable.Rule |
Attribute_obox.convertRule(java.lang.String unparsedRule,
java.util.List unparsedValues,
ErrorWriter err)
|
Filterable.Rule |
Attribute_number.convertRule(java.lang.String unparsedRule,
java.util.List unparsedValues,
ErrorWriter err)
|
Filterable.Rule |
Attribute_bbox.convertRule(java.lang.String unparsedRule,
java.util.List unparsedValues,
ErrorWriter err)
|
void |
Attribute.setValue(java.lang.String s,
ErrorWriter err,
FrameSpan span)
Sets the Attribute to the value indicated by the String over a given FrameSpan. |
void |
Attribute.setValue(java.lang.String s,
ErrorWriter err,
FrameSpan span,
DescVector neighbors)
Sets the value of this attribute, using the given string. |
Filterable.Rule |
Attribute.convertRule(java.lang.String unparsedRule,
java.util.List unparsedValues,
ErrorWriter err)
This converts a rule into the proper format for the data type. |
Uses of ErrorWriter in viper.filters |
Classes in viper.filters that implement ErrorWriter | |
class |
LimitationsParser
Purpose: Will parse out the limitations which will be used to figure out the subset from the test set and the result set which will be used for comparissons in the gtfC. |
Methods in viper.filters with parameters of type ErrorWriter | |
static Filterable.Rule |
Rules.getComplexRule(Filterable f,
java.lang.String complexRule,
ErrorWriter err)
Parses a rule of the form rule "value"
(|| / &&) ... |
Filterable.Rule |
Filterable.convertRule(java.lang.String unparsedRule,
java.util.List unparsedValues,
ErrorWriter err)
This converts a string into a rule, writing out errors in the format to err . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |