Class ServiceKeyExtractor

java.lang.Object
jadex.providedservice.impl.search.ServiceKeyExtractor
All Implemented Interfaces:
IKeyExtractor<IServiceIdentifier>

public class ServiceKeyExtractor extends Object implements IKeyExtractor<IServiceIdentifier>
Responsible for extracting values.
  • Field Details

    • KEY_TYPE_INTERFACE

      public static final String KEY_TYPE_INTERFACE
      Key type for the service interface.
      See Also:
    • KEY_TYPE_TAGS

      public static final String KEY_TYPE_TAGS
      Key type for the service tags.
      See Also:
    • KEY_TYPE_PROVIDER

      public static final String KEY_TYPE_PROVIDER
      Key type for the service provider.
      See Also:
    • KEY_TYPE_PLATFORM

      public static final String KEY_TYPE_PLATFORM
      Key type for the service platform.
      See Also:
    • KEY_TYPE_SID

      public static final String KEY_TYPE_SID
      Key type for the service id.
      See Also:
    • KEY_TYPE_NETWORKS

      public static final String KEY_TYPE_NETWORKS
      Key type for the networks.
      See Also:
    • KEY_TYPE_UNRESTRICTED

      public static final String KEY_TYPE_UNRESTRICTED
      Key type for the unrestricted mode.
      See Also:
    • SERVICE_KEY_TYPES

      public static final String[] SERVICE_KEY_TYPES
      The key types.
  • Constructor Details

    • ServiceKeyExtractor

      public ServiceKeyExtractor()
  • Method Details