Interface IsRelatedTo<S extends Resource,T extends Resource>

Type Parameters:
S - The type of the source resource.
T - The type of the target resource.
All Superinterfaces:
Element, ERElement, IdentifiableElement, ModelElement, Relation<S,T>, RelationElement<S,T>, SchemaMixedElement, Serializable
All Known Implementing Classes:
DummyIsRelatedTo, IsRelatedToImpl

@TypeMetadata(name="IsRelatedTo", description="This is the base type for any IsRelatedTo relation", version="1.0.0") @Change(version="1.0.0", description="First Version") public interface IsRelatedTo<S extends Resource,T extends Resource> extends Relation<S,T>
Represents an "IsRelatedTo" relationship, indicating that a Resource is related to another Resource.

This is a specialized, abstract type of Relation that models associations between resources. For more details, refer to the gCube Facet Based Resource Model Wiki.

Author:
Luca Frosini (ISTI - CNR)
See Also: