|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodNotSupportedException | |
viper.comparison.distances | |
viper.descriptors.attributes | Provides the classes necessary to read Attributes in from a file and compare them. |
Uses of MethodNotSupportedException in viper.comparison.distances |
Methods in viper.comparison.distances that throw MethodNotSupportedException | |
FrameSpan |
AttrMeasure.calculateDistancesAndThresh(Attribute target,
FrameSpan targetSpan,
Attribute candidate,
FrameSpan candSpan,
CanonicalFileDescriptor cfd,
DistanceHolder dh)
Calculate the distances between the two attributes using this attribute measure. |
double |
AttrMeasure.distanceAgainst(Measurable.Difference D)
Compares attributes or framespans by the metric this is set to use. |
double |
AttrMeasure.distanceAgainstDynamic(Attribute target,
FrameSpan gSpan,
Attribute candidate,
FrameSpan fSpan,
CanonicalFileDescriptor cfd)
compares two dynamic attributes |
Uses of MethodNotSupportedException in viper.descriptors.attributes |
Methods in viper.descriptors.attributes that throw MethodNotSupportedException | |
void |
Attribute.setExtraConfig(java.util.Map list)
Sets the extra config information. |
protected void |
Attribute.setDefaultValue(org.w3c.dom.Element defaultValue)
|
protected abstract void |
AbstractAttribute.setDefaultValue(java.lang.String defaultValue)
Some attributes may have a default value. |
protected abstract void |
AbstractAttribute.setDefaultValue(org.w3c.dom.Element defaultValue)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |