Uses of Interface
org.gcube.informationsystem.model.reference.relations.ConsistsOf
-
-
Uses of ConsistsOf in org.gcube.informationsystem.model.impl.entities
Fields in org.gcube.informationsystem.model.impl.entities with type parameters of type ConsistsOf Modifier and Type Field Description protected List<ConsistsOf<? extends Resource,? extends Facet>>ResourceImpl. consistsOfListMethods in org.gcube.informationsystem.model.impl.entities with type parameters of type ConsistsOf Modifier and Type Method Description <C extends ConsistsOf<? extends Resource,? extends Facet>>
voidResourceImpl. addFacet(C relation)<C extends ConsistsOf<? extends Resource,? extends Facet>>
List<C>ResourceImpl. getConsistsOf(Class<C> clz)<F extends Facet,C extends ConsistsOf<? extends Resource,F>>
List<C>ResourceImpl. getConsistsOf(Class<C> clz, Class<F> facetClz)<F extends Facet,C extends ConsistsOf<? extends Resource,F>>
List<F>ResourceImpl. getFacets(Class<C> clz, Class<F> facetClz)Methods in org.gcube.informationsystem.model.impl.entities that return types with arguments of type ConsistsOf Modifier and Type Method Description List<ConsistsOf<? extends Resource,? extends Facet>>ResourceImpl. getConsistsOf() -
Uses of ConsistsOf in org.gcube.informationsystem.model.impl.relations
Classes in org.gcube.informationsystem.model.impl.relations that implement ConsistsOf Modifier and Type Class Description classConsistsOfImpl<S extends Resource,T extends Facet> -
Uses of ConsistsOf in org.gcube.informationsystem.model.reference.entities
Methods in org.gcube.informationsystem.model.reference.entities with type parameters of type ConsistsOf Modifier and Type Method Description <C extends ConsistsOf<? extends Resource,? extends Facet>>
voidResource. addFacet(C relation)<C extends ConsistsOf<? extends Resource,? extends Facet>>
List<C>Resource. getConsistsOf(Class<C> clz)<F extends Facet,C extends ConsistsOf<? extends Resource,F>>
List<C>Resource. getConsistsOf(Class<C> clz, Class<F> target)<F extends Facet,C extends ConsistsOf<? extends Resource,F>>
List<F>Resource. getFacets(Class<C> clz, Class<F> target)Methods in org.gcube.informationsystem.model.reference.entities that return types with arguments of type ConsistsOf Modifier and Type Method Description List<ConsistsOf<? extends Resource,? extends Facet>>Resource. getConsistsOf() -
Uses of ConsistsOf in org.gcube.informationsystem.types.annotations
Methods in org.gcube.informationsystem.types.annotations that return types with arguments of type ConsistsOf Modifier and Type Method Description Class<? extends ConsistsOf>relation() -
Uses of ConsistsOf in org.gcube.informationsystem.types.impl.relations
Constructor parameters in org.gcube.informationsystem.types.impl.relations with type arguments of type ConsistsOf Constructor Description ConsistsOfTypeImpl(Class<? extends ConsistsOf<? extends Resource,? extends Facet>> clz)
-