Uses of Interface
org.gcube.informationsystem.types.reference.properties.LinkedEntity
-
-
Uses of LinkedEntity in org.gcube.informationsystem.discovery.knowledge
Fields in org.gcube.informationsystem.discovery.knowledge with type parameters of type LinkedEntity Modifier and Type Field Description protected Map<String,Set<LinkedEntity>>UsageKnowledge. mapMethods in org.gcube.informationsystem.discovery.knowledge that return types with arguments of type LinkedEntity Modifier and Type Method Description Set<LinkedEntity>UsageKnowledge. getUsage(String typeName)Methods in org.gcube.informationsystem.discovery.knowledge with parameters of type LinkedEntity Modifier and Type Method Description protected voidUsageKnowledge. add(String typeName, LinkedEntity linkedEntity)voidUsageKnowledge. add(LinkedEntity linkedEntity)Method parameters in org.gcube.informationsystem.discovery.knowledge with type arguments of type LinkedEntity Modifier and Type Method Description voidUsageKnowledge. addAll(Collection<LinkedEntity> linkedEntities) -
Uses of LinkedEntity in org.gcube.informationsystem.types.impl.entities
Fields in org.gcube.informationsystem.types.impl.entities with type parameters of type LinkedEntity Modifier and Type Field Description protected List<LinkedEntity>ResourceTypeImpl. facetsprotected List<LinkedEntity>ResourceTypeImpl. resourcesMethods in org.gcube.informationsystem.types.impl.entities that return types with arguments of type LinkedEntity Modifier and Type Method Description List<LinkedEntity>ResourceTypeImpl. getFacets()List<LinkedEntity>ResourceTypeImpl. getResources() -
Uses of LinkedEntity in org.gcube.informationsystem.types.impl.properties
Classes in org.gcube.informationsystem.types.impl.properties that implement LinkedEntity Modifier and Type Class Description classLinkedEntityImplMethods in org.gcube.informationsystem.types.impl.properties with parameters of type LinkedEntity Modifier and Type Method Description intLinkedEntityImpl. compareTo(LinkedEntity other) -
Uses of LinkedEntity in org.gcube.informationsystem.types.reference.entities
Methods in org.gcube.informationsystem.types.reference.entities that return types with arguments of type LinkedEntity Modifier and Type Method Description List<LinkedEntity>ResourceType. getFacets()List<LinkedEntity>ResourceType. getResources()
-