Uses of Class
de.uka.ipd.sdq.ByCounter.execution.AbstractCollectionStrategy

Packages that use AbstractCollectionStrategy
de.uka.ipd.sdq.ByCounter.execution Provides the main BytecodeCounter class and classes for the execution of instrumented classes. 
 

Uses of AbstractCollectionStrategy in de.uka.ipd.sdq.ByCounter.execution
 

Subclasses of AbstractCollectionStrategy in de.uka.ipd.sdq.ByCounter.execution
 class CollectionStrategyDefault
          This class is used in CountingResultCollector in order to process results during result collection when no other strategy is specified.
 class CollectionStrategyForceInlining
          This class can be used in addition to CountingResultCollector in order to achieve result inlining during result collection.
 class CollectionStrategyWishedInlining
          This class can be used in addition to CountingResultCollector in order to achieve result inlining for specific methods during result collection.