Class RRCCTypesDiscoverer

java.lang.Object
org.gcube.informationsystem.resourceregistry.schema.RRCCTypesDiscoverer
All Implemented Interfaces:
org.gcube.informationsystem.model.knowledge.TypesDiscoverer<org.gcube.informationsystem.types.reference.Type>

public class RRCCTypesDiscoverer extends Object implements org.gcube.informationsystem.model.knowledge.TypesDiscoverer<org.gcube.informationsystem.types.reference.Type>
Author:
Luca Frosini (ISTI - CNR)
  • Field Details

  • Constructor Details

    • RRCCTypesDiscoverer

      public RRCCTypesDiscoverer(ResourceRegistrySchemaClientImpl rrsc)
      Creates a new types discoverer instance.
      Parameters:
      rrsc - the Resource Registry Schema Client implementation to use for type discovery
  • Method Details

    • discover

      public Collection<org.gcube.informationsystem.types.reference.Type> discover(org.gcube.informationsystem.base.reference.AccessType accessType)
      Specified by:
      discover in interface org.gcube.informationsystem.model.knowledge.TypesDiscoverer<org.gcube.informationsystem.types.reference.Type>