Class RelationTypeImpl<S extends EntityType,T extends EntityType>

java.lang.Object
org.gcube.informationsystem.types.impl.TypeImpl
org.gcube.informationsystem.types.impl.relations.RelationTypeImpl<S,T>
Type Parameters:
S - the source type
T - the target type
All Implemented Interfaces:
Serializable, Element, IdentifiableElement, RelationElement<S,T>, RelationType<S,T>, Type
Direct Known Subclasses:
ConsistsOfTypeImpl, IsRelatedToTypeImpl

public class RelationTypeImpl<S extends EntityType,T extends EntityType> extends TypeImpl implements RelationType<S,T>
The implementation of the RelationType.
Author:
Luca Frosini (ISTI - CNR), F. R. Pisano (ISTI - CNR)
See Also: