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

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

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

Methods in de.uka.ipd.sdq.ByCounter.execution that return CountingArtefactInformation
 CountingArtefactInformation CountingResultIndexing.getCountingArtefactsByTime(long time)
          Gets the CountingArtefactInformation by the time of method execution beginning.
 CountingArtefactInformation CountingResultIndexing.getCountingArtefactsByTimestamp(java.sql.Timestamp timestamp)
          Gets the CountingArtefactInformation by the time of method execution beginning.
 

Methods in de.uka.ipd.sdq.ByCounter.execution that return types with arguments of type CountingArtefactInformation
 java.util.HashMap<CountingArtefactInformation,CountingResult> CountingResultIndexing.getAllCountingResultsByArtefacts()
          Gets the mapping of CountingArtefactInformation to CountingResults.
 java.util.HashMap<java.lang.Long,CountingArtefactInformation> CountingResultIndexing.getCountingArtefactsByBeginning()
          Gets the CountingArtefactInformation by the time of method execution beginning.
 java.util.HashMap<java.lang.String,java.util.List<CountingArtefactInformation>> CountingResultIndexing.getCountingArtefactsByMethodname()
          Gets the CountingArtefactInformation by method name.
 java.util.List<CountingArtefactInformation> CountingResultIndexing.getCountingArtefactsByName(java.lang.String name)
          Gets the CountingArtefactInformation by method name.
 

Methods in de.uka.ipd.sdq.ByCounter.execution with parameters of type CountingArtefactInformation
 int CountingArtefactInformation.compareTo(CountingArtefactInformation o)
          (non-Javadoc)