org.eclipse.modisco.infra.discovery.benchmark.api
Class DiscovererListFactory

java.lang.Object
  extended by org.eclipse.modisco.infra.discovery.benchmark.api.DiscovererListFactory
All Implemented Interfaces:
IDiscovererListFactory

public class DiscovererListFactory
extends java.lang.Object
implements IDiscovererListFactory

Factory to initialize a new list of discoverers

Author:
Guillaume Doux

Field Summary
 
Fields inherited from interface org.eclipse.modisco.infra.discovery.benchmark.api.IDiscovererListFactory
INSTANCE
 
Constructor Summary
DiscovererListFactory()
           
 
Method Summary
 IDiscovererList createDiscovererList()
          Create a new DiscovererList
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscovererListFactory

public DiscovererListFactory()
Method Detail

createDiscovererList

public IDiscovererList createDiscovererList()
Create a new DiscovererList

Specified by:
createDiscovererList in interface IDiscovererListFactory
Returns:
the new DiscovererList