Interface TypesDiscoverer<T>


public interface TypesDiscoverer<T>
Author:
Luca Frosini (ISTI - CNR)
  • Method Summary

    Modifier and Type
    Method
    Description
    discover(AccessType accessType)
    This function discover all available types of a certain AccessType.
  • Method Details

    • discover

      Collection<T> discover(AccessType accessType)
      This function discover all available types of a certain AccessType. Allowed AccessTypes are only IS Model Types see AccessType.getModelTypes()
      Parameters:
      accessType - The access type.
      Returns:
      A collection of discovered types.