Interface AgentClassFilter


public interface AgentClassFilter
Filter to be used with LaunchAgentsMenu It tests if a class should be used
Since:
MadKit 5.0.0.22
Version:
0.9
Author:
Fabien Michel
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(String agentClass)
    Test if a class should be used in a LaunchAgentsMenu
  • Method Details

    • accept

      boolean accept(String agentClass)
      Test if a class should be used in a LaunchAgentsMenu
      Parameters:
      agentClass - the full name of an agent class
      Returns:
      true if this class should be included in the menu