Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
D
E
G
H
I
L
M
N
P
S
T
W
C
clone()
- Method in class sdf.
SDF
Clones this SDF.
combine(Valuation)
- Method in class sdf.
SDF
Combines this SDF with val and returns a new SDF object.
D
displayText()
- Method in class sdf.
SDF
E
equals(Object)
- Method in class sdf.
SDF
Compares SDFs for equality.
equals(Object)
- Method in class sdf.
SDF_Variable
Compares for equality: SDF_Variables are equal if, and only if they have the same name.
extension(Domain)
- Method in class sdf.
SDF
Calculates the vacuous extension of this SDF to the specified domain.
G
getInstance()
- Static method in class sdf.
SDF_Predictor
H
hashCode()
- Method in class sdf.
SDF_Variable
Produces the hashcode of the name string object.
I
inverse()
- Method in class sdf.
SDF
L
label()
- Method in class sdf.
SDF
Returns the domain of this SDF.
M
marginalize(Domain)
- Method in class sdf.
SDF
Marginalizes this SDF to the domain dom.
N
numericTest(double, double)
- Static method in class sdf.
SDF
This test compares two numeric double values on equality.
P
parseValuation(List<Element>, Hashtable<String, Variable>)
- Method in class sdf.
SDF_Parser
parseVariable(String, List<Element>)
- Method in class sdf.
SDF_Parser
predict(Domain)
- Method in class sdf.
SDF_Predictor
predictor()
- Method in class sdf.
SDF
S
sdf
- package sdf
SDF
- Class in
sdf
Shortest distance functions are an example of a valuation algebra and this class is a possible implementation of the valuation interface for the case of shortest distance functions.
SDF(SDF_Variable[], double[][])
- Constructor for class sdf.
SDF
Constructor:
SDF(SDF_Variable[], Hashtable<SDF_Variable, Hashtable<SDF_Variable, Double>>)
- Constructor for class sdf.
SDF
Constructor:
SDF_Parser
- Class in
sdf
This class provides a XML parser implementation for distance functions.
SDF_Parser()
- Constructor for class sdf.
SDF_Parser
SDF_Predictor
- Class in
sdf
A weight predictor for distance functions implemented with the SINGLETON design pattern.
SDF_Variable
- Class in
sdf
This implementation of the Variable interface represents variables as simple strings.
SDF_Variable(String)
- Constructor for class sdf.
SDF_Variable
Constructor:
T
toString()
- Method in class sdf.
SDF
Same as displayText(): invokes this method internally.
toString()
- Method in class sdf.
SDF_Variable
Converts this variable into a string.
W
weight()
- Method in class sdf.
SDF
C
D
E
G
H
I
L
M
N
P
S
T
W
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes