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:
IsRelatedToImpl

@TypeMetadata(name="IsRelatedTo", description="This is a specialized type of {@link Relation} that models associations between resources.", version="1.1.0") @Change(version="1.1.0",description="Removed Abstract Annotation to allow instantiation") @Change(version="1.0.0",description="First Version") @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 type of Relation that models associations between resources.
Author:
Luca Frosini (ISTI - CNR)
See Also: