Uses of Interface
org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.Discovery

Packages that use Discovery
org.eclipse.modisco.infra.discovery.benchmark.api   
org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark   
org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.util   
 

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

Methods in org.eclipse.modisco.infra.discovery.benchmark.api that return Discovery
 Discovery IDiscovererList.get(int index)
           
 Discovery IDiscovererList.remove(int index)
           
 Discovery IDiscovererList.set(int index, Discovery element)
           
 

Methods in org.eclipse.modisco.infra.discovery.benchmark.api that return types with arguments of type Discovery
 java.util.List<Discovery> IDiscovererList.getDiscoverers()
          Return the list of Discovery elements
 java.util.Iterator<Discovery> IDiscovererList.iterator()
           
 java.util.ListIterator<Discovery> IDiscovererList.listIterator()
           
 java.util.ListIterator<Discovery> IDiscovererList.listIterator(int index)
           
 java.util.List<Discovery> IDiscovererList.subList(int fromIndex, int toIndex)
           
 

Methods in org.eclipse.modisco.infra.discovery.benchmark.api with parameters of type Discovery
 boolean IDiscovererList.add(Discovery e)
           
 void IDiscovererList.add(int index, Discovery element)
           
 Discovery IDiscovererList.set(int index, Discovery element)
           
 

Method parameters in org.eclipse.modisco.infra.discovery.benchmark.api with type arguments of type Discovery
 boolean IDiscovererList.addAll(java.util.Collection<? extends Discovery> c)
           
 boolean IDiscovererList.addAll(int index, java.util.Collection<? extends Discovery> c)
           
 

Uses of Discovery in org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark
 

Methods in org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark that return Discovery
 Discovery BenchmarkFactory.createDiscovery()
          Returns a new object of class 'Discovery'.
 

Uses of Discovery in org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.util
 

Methods in org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.util with parameters of type Discovery
 T BenchmarkSwitch.caseDiscovery(Discovery object)
          Returns the result of interpreting the object as an instance of 'Discovery'.