Interface PythonScriptElementProcessor

All Known Implementing Classes:
ControllerScriptElementProcessor

public interface PythonScriptElementProcessor
Processor for Python script elements that can apply type-level default annotations based on member element stereotypes.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(ClassElement classElement, MemberElement memberElement)
    Process a Python script element and its member element to apply default annotations.
  • Method Details

    • process

      void process(ClassElement classElement, MemberElement memberElement)
      Process a Python script element and its member element to apply default annotations.
      Parameters:
      classElement - the Python script class element
      memberElement - the member element being processed