Class RelationElementImpl<S extends EntityElement,T extends EntityElement>

java.lang.Object
org.gcube.informationsystem.base.impl.ElementImpl
org.gcube.informationsystem.base.impl.relations.RelationElementImpl<S,T>
Type Parameters:
S - The type of the source entity.
T - The type of the target entity.
All Implemented Interfaces:
Serializable, Element, IdentifiableElement, RelationElement<S,T>
Direct Known Subclasses:
IsParentOfImpl, RelationImpl

public abstract class RelationElementImpl<S extends EntityElement,T extends EntityElement> extends ElementImpl implements RelationElement<S,T>
The default implementation of the RelationElement interface.
Author:
Luca Frosini (ISTI - CNR)
See Also: