|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CountingResultCollectorMode | |
---|---|
de.uka.ipd.sdq.ByCounter.execution | Provides the main BytecodeCounter class and classes for the execution of instrumented classes. |
Uses of CountingResultCollectorMode in de.uka.ipd.sdq.ByCounter.execution |
---|
Fields in de.uka.ipd.sdq.ByCounter.execution declared as CountingResultCollectorMode | |
---|---|
static CountingResultCollectorMode |
CountingResultCollector.MODE_DEFAULT
Default value for CountingResultCollector.getMode() . |
Methods in de.uka.ipd.sdq.ByCounter.execution that return CountingResultCollectorMode | |
---|---|
CountingResultCollectorMode |
ExecutionSettings.getCountingResultCollectorMode()
|
CountingResultCollectorMode |
CountingResultCollector.getMode()
|
static CountingResultCollectorMode |
CountingResultCollectorMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CountingResultCollectorMode[] |
CountingResultCollectorMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in de.uka.ipd.sdq.ByCounter.execution with parameters of type CountingResultCollectorMode | |
---|---|
void |
ExecutionSettings.setCountingResultCollectorMode(CountingResultCollectorMode countingResultCollectorMode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |