Interface AsVictimInterferingLinkDefinition


  • public interface AsVictimInterferingLinkDefinition

    This class can be used in a System Plugin to indicate a special configuration is needed when said system is configured as a victim system.

    This class is needed if the victim system can have different configurations for each interfering link.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getInformation()
      Will provide an information icon on the panel or none if returned value is null
      java.lang.String getName()
      the name as presented in the UI of this panel
      java.lang.Class getUIClass()
      The UI class defining the panel
    • Method Detail

      • getName

        java.lang.String getName()
        the name as presented in the UI of this panel
        Returns:
        name of panel
      • getInformation

        java.lang.String getInformation()
        Will provide an information icon on the panel or none if returned value is null
        Returns:
        optional information string
      • getUIClass

        java.lang.Class getUIClass()
        The UI class defining the panel
        Returns:
        class of the panel