Interface ClockworkInspector

  • All Superinterfaces:
    DebugDumpable, DiagnosticContext

    public interface ClockworkInspector
    extends DiagnosticContext
    Interface used to intercept the ModelContext as it passes through the computation. It is mostly used in tests. EXPERIMENTAL
    Author:
    Radovan Semancik
    • Method Detail

      • projectorComponentSkip

        void projectorComponentSkip​(String componentName)
      • projectorComponentStart

        void projectorComponentStart​(String componentName)
      • projectorComponentFinish

        void projectorComponentFinish​(String componentName)
      • afterMappingEvaluation

        <F extends ObjectType> void afterMappingEvaluation​(ModelContext<F> context,
                                                           Mapping<?,​?> evaluatedMapping)
        May be used to gather profiling data, etc.