Interface DiscoveredElementAction<E extends Element>
-
- Type Parameters:
E- The type of the element.
- All Known Implementing Classes:
AddElementToTreeAction,ElementMappingAction,ModelKnowledgeValidator
public interface DiscoveredElementAction<E extends Element>An action to be performed on a discovered element during the discovery process.- Author:
- Luca Frosini (ISTI - CNR)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidanalizeElement(Class<E> e)Analyzes a discovered element.
-