Interface RelationType<S extends EntityType,T extends EntityType>

Type Parameters:
S - The type of the source entity.
T - The type of the target entity.
All Superinterfaces:
Element, IdentifiableElement, RelationElement<S,T>, Serializable, Type
All Known Subinterfaces:
ConsistsOfType, IsRelatedToType
All Known Implementing Classes:
ConsistsOfTypeImpl, IsRelatedToTypeImpl, RelationTypeImpl

@TypeMetadata(name="RelationType", description="This type provides information for any RelationType", version="1.0.0") @Change(version="1.0.0", description="First Version") public interface RelationType<S extends EntityType,T extends EntityType> extends Type, RelationElement<S,T>
The base interface for all relation type definitions.
Author:
Luca Frosini (ISTI - CNR)