See: Description
Interface | Description |
---|---|
RelationNetwork<ObjectType,RelationType> |
An interface for a network of relations between objects.
|
SimilarityFunction<FromType,ToType> |
Defines the functionality of a similarity function that computes the
similarity between two objects.
|
Class | Description |
---|---|
AbstractRelation<SourceType,TargetType> |
An abstract implementation of a relation between two objects.
|