org.eclipse.modisco.infra.discovery.benchmark.api
Interface IDiscovererListFactory

All Known Implementing Classes:
DiscovererListFactory

public interface IDiscovererListFactory

Interface of the DiscovererList factory

Author:
Guillaume Doux

Field Summary
static IDiscovererListFactory INSTANCE
          Instance of the factroy
 
Method Summary
 IDiscovererList createDiscovererList()
          Creation of a new DiscovererList
 

Field Detail

INSTANCE

static final IDiscovererListFactory INSTANCE
Instance of the factroy

Method Detail

createDiscovererList

IDiscovererList createDiscovererList()
Creation of a new DiscovererList

Returns:
the new DiscovererList