Interface ActivationType

    • Method Detail

      • getName

        java.lang.String getName()
        Name of this activation type.
        Returns:
        type name
      • getDescription

        java.lang.String getDescription()
        Description of this activation type.
        Returns:
        type description
      • createConfigurator

        ActivatorConfigurator createConfigurator​(TopcatModelInfo tinfo)
        Returns a component that can be used to configure activators of this type.
        Parameters:
        tinfo - information about topcat model for which the activation will take place
        Returns:
        new configurator to produce compatible Activators
      • getSuitability

        Suitability getSuitability​(TopcatModelInfo tinfo)
        Indicates the applicability of this activation type to a given table.
        Parameters:
        tinfo - information about topcat model
        Returns:
        suitability code