Interface TypesDiscoverer<T>
-
public interface TypesDiscoverer<T>- Author:
- Luca Frosini (ISTI - CNR)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<T>discover(AccessType accessType)This function discover all available types of a certain AccessType.
-
-
-
Method Detail
-
discover
Collection<T> discover(AccessType accessType)
This function discover all available types of a certain AccessType. Allowed AccessTypes are only IS Model Types seeAccessType.getModelTypes()- Parameters:
accessType-- Returns:
-
-