Uses of Interface
org.eclipse.modisco.infra.discovery.benchmark.api.IDiscovererList

Packages that use IDiscovererList
org.eclipse.modisco.infra.discovery.benchmark.api   
 

Uses of IDiscovererList in org.eclipse.modisco.infra.discovery.benchmark.api
 

Methods in org.eclipse.modisco.infra.discovery.benchmark.api that return IDiscovererList
 IDiscovererList DiscovererListFactory.createDiscovererList()
          Create a new DiscovererList
 IDiscovererList IDiscovererListFactory.createDiscovererList()
          Creation of a new DiscovererList
 IDiscovererList IDiscovererListSerializer.deserialize(java.lang.String serializedValue)
           
 

Methods in org.eclipse.modisco.infra.discovery.benchmark.api that return types with arguments of type IDiscovererList
 java.lang.Class<IDiscovererList> IDiscovererListSerializer.getType()
           
 

Methods in org.eclipse.modisco.infra.discovery.benchmark.api with parameters of type IDiscovererList
 java.lang.String IDiscovererListSerializer.serialize(IDiscovererList value)