Index of all Fields and Methods
All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- addPair(Hashtable, Object, Object).
Method in class com.micronova.util.Relation
-
Adds a new pair (x, y) to a table.
- back.
Variable in class com.micronova.util.Relation
-
Hashtable that maps a target to its source vector.
- buildBackTable().
Method in class com.micronova.util.Relation
-
Builds the backward hashtable.
- contains(Object, Object).
Method in class com.micronova.util.Relation
-
Returns true if the given (source, target) pair exists
in the relation set.
- decode(Decoder).
Method in class com.micronova.util.Relation
-
- describeClassInfo(ClassInfo).
Method in class com.micronova.util.Relation
-
- encode(Encoder).
Method in class com.micronova.util.Relation
-
- finishDecoding().
Method in class com.micronova.util.Relation
-
- fore.
Variable in class com.micronova.util.Relation
-
Hashtable that maps a source to its target vector.
- getSources().
Method in class com.micronova.util.Relation
-
Returns all the source objects in the set.
- getSourcesFor(Object).
Method in class com.micronova.util.Relation
-
Returns all the sources for a given target.
- getTargets().
Method in class com.micronova.util.Relation
-
Returns all the target objects in the set.
- getTargetsFor(Object).
Method in class com.micronova.util.Relation
-
Returns all the targets for a given source.
- getVector(Hashtable, Object).
Method in class com.micronova.util.Relation
-
Returns the vector for a given object x from a given table.
- hasBackTable().
Method in class com.micronova.util.Relation
-
Returns true if the backward table is built.
- put(Object, Object).
Method in class com.micronova.util.Relation
-
Places a new pair (source, target) in the relation set.
- Relation().
Constructor for class com.micronova.util.Relation
-
Constructs an empty relation.
- remove(Object).
Method in class com.micronova.util.Relation
-
Removes all pairs (*, x) and (x, *) from the relation set (with cleaning up).
- remove(Object, boolean).
Method in class com.micronova.util.Relation
-
Removes all pairs (*, x) and (x, *) from the relation set.
- remove(Object, Object).
Method in class com.micronova.util.Relation
-
Removes a pair (source, target) from the relation set (with
cleaning up).
- remove(Object, Object, boolean).
Method in class com.micronova.util.Relation
-
Removes a pair (source, target) from the relation set.
- removePair(Hashtable, Object, Object, boolean).
Method in class com.micronova.util.Relation
-
Removes a pair (x, y) from a table.