Uses of Interface
org.gcube.informationsystem.model.reference.relations.IsRelatedTo
Packages that use IsRelatedTo
Package
Description
-
Uses of IsRelatedTo in org.gcube.informationsystem.model.impl.entities
Fields in org.gcube.informationsystem.model.impl.entities with type parameters of type IsRelatedToModifier and TypeFieldDescriptionprotected List<IsRelatedTo<? extends Resource,? extends Resource>> ResourceImpl.isRelatedToListThe list ofIsRelatedTorelations.Methods in org.gcube.informationsystem.model.impl.entities with type parameters of type IsRelatedToModifier and TypeMethodDescription<I extends IsRelatedTo<? extends Resource,? extends Resource>>
List<I>ResourceImpl.getIsRelatedTo(Class<I> clz) ReturnsIsRelatedTorelations of a specific type.Methods in org.gcube.informationsystem.model.impl.entities that return types with arguments of type IsRelatedToModifier and TypeMethodDescriptionList<IsRelatedTo<? extends Resource,? extends Resource>> ResourceImpl.getIsRelatedTo()Returns allIsRelatedTorelations for this resource, linking it to other resources.Methods in org.gcube.informationsystem.model.impl.entities with parameters of type IsRelatedToModifier and TypeMethodDescriptionvoidResourceImpl.attachResource(IsRelatedTo relation) Attaches another resource to this one via anIsRelatedTorelation. -
Uses of IsRelatedTo in org.gcube.informationsystem.model.impl.relations
Classes in org.gcube.informationsystem.model.impl.relations that implement IsRelatedToModifier and TypeClassDescriptionclassDummyIsRelatedTo<S extends Resource,T extends Resource> A dummy implementation of theIsRelatedTointerface, used for placeholder or testing purposes.classIsRelatedToImpl<S extends Resource,T extends Resource> The default abstract implementation of theIsRelatedTointerface. -
Uses of IsRelatedTo in org.gcube.informationsystem.model.reference.entities
Methods in org.gcube.informationsystem.model.reference.entities with type parameters of type IsRelatedToModifier and TypeMethodDescription<I extends IsRelatedTo<? extends Resource,? extends Resource>>
voidResource.attachResource(I relation) Attaches another resource to this one via anIsRelatedTorelation.<I extends IsRelatedTo<? extends Resource,? extends Resource>>
List<I>Resource.getIsRelatedTo(Class<I> clz) ReturnsIsRelatedTorelations of a specific type.Methods in org.gcube.informationsystem.model.reference.entities that return types with arguments of type IsRelatedToModifier and TypeMethodDescriptionList<IsRelatedTo<? extends Resource,? extends Resource>> Resource.getIsRelatedTo()Returns allIsRelatedTorelations for this resource, linking it to other resources. -
Uses of IsRelatedTo in org.gcube.informationsystem.types.impl.relations
Constructor parameters in org.gcube.informationsystem.types.impl.relations with type arguments of type IsRelatedToModifierConstructorDescriptionIsRelatedToTypeImpl(Class<? extends IsRelatedTo<? extends Resource, ? extends Resource>> clz) Constructs a newIsRelatedToTypeImplfrom a class.