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

A

addPair(Hashtable, Object, Object). Method in class com.micronova.util.Relation
Adds a new pair (x, y) to a table.

B

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.

C

contains(Object, Object). Method in class com.micronova.util.Relation
Returns true if the given (source, target) pair exists in the relation set.

D

decode(Decoder). Method in class com.micronova.util.Relation
describeClassInfo(ClassInfo). Method in class com.micronova.util.Relation

E

encode(Encoder). Method in class com.micronova.util.Relation

F

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.

G

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.

H

hasBackTable(). Method in class com.micronova.util.Relation
Returns true if the backward table is built.

P

put(Object, Object). Method in class com.micronova.util.Relation
Places a new pair (source, target) in the relation set.

R

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.