Uses of Interface
org.gcube.informationsystem.model.reference.relations.IsRelatedTo
-
-
Uses of IsRelatedTo in org.gcube.informationsystem.model.impl.entities
Fields in org.gcube.informationsystem.model.impl.entities with type parameters of type IsRelatedTo Modifier and Type Field Description protected List<IsRelatedTo<? extends Resource,? extends Resource>>ResourceImpl. isRelatedToListThe list ofIsRelatedTorelations.Methods in org.gcube.informationsystem.model.impl.entities with type parameters of type IsRelatedTo Modifier and Type Method Description <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 IsRelatedTo Modifier and Type Method Description List<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 IsRelatedTo Modifier and Type Method Description voidResourceImpl. 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 IsRelatedTo Modifier and Type Class Description classDummyIsRelatedTo<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 IsRelatedTo Modifier and Type Method Description <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 IsRelatedTo Modifier and Type Method Description List<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.annotations
Methods in org.gcube.informationsystem.types.annotations that return types with arguments of type IsRelatedTo Modifier and Type Method Description Class<? extends IsRelatedTo>relation()The relation type connecting the 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 IsRelatedTo Constructor Description IsRelatedToTypeImpl(Class<? extends IsRelatedTo<? extends Resource,? extends Resource>> clz)Constructs a newIsRelatedToTypeImplfrom a class.
-