Interface IServiceIdentifier

All Known Implementing Classes:
ServiceIdentifier

public interface IServiceIdentifier
Interface for service identifier.
  • Method Details

    • getProviderId

      jadex.core.ComponentIdentifier getProviderId()
      Get the service provider identifier.
      Returns:
      The provider id.
    • getServiceName

      String getServiceName()
      Get the service name.
      Returns:
      The service name.
    • getServiceType

      jadex.common.ClassInfo getServiceType()
      Get the service type name.
      Returns:
      The service type name.
    • getServiceSuperTypes

      jadex.common.ClassInfo[] getServiceSuperTypes()
      Get the service super types.
      Returns:
      The service super types.
    • getScope

      ServiceScope getScope()
      Get the visibility scope.
      Returns:
      The visibility scope.
    • getTags

      Set<String> getTags()
      Get the service tags.
      Returns:
      The tags.