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

    Modifier and Type
    Method
    Description
    void
    Analyzes a discovered element.
  • Method Details

    • analizeElement

      void analizeElement(Class<E> e) throws Exception
      Analyzes a discovered element.
      Parameters:
      e - The class of the discovered element.
      Throws:
      Exception - if an error occurs during analysis.