de.uka.ipd.sdq.ByCounter.execution
Class CountingResultCollector.ObservedSectionExecutionUpdate
java.lang.Object
de.uka.ipd.sdq.ByCounter.execution.CountingResultCollector.ObservedSectionExecutionUpdate
- All Implemented Interfaces:
- CountingResultCollector.ObservedEvent
- Enclosing class:
- CountingResultCollector
public class CountingResultCollector.ObservedSectionExecutionUpdate
- extends java.lang.Object
- implements CountingResultCollector.ObservedEvent
This class is used to update observers registered to
CountingResultCollector
when a section has been executed.
- Author:
- Martin Krogmann
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
sectionIndex
public final java.lang.Integer sectionIndex
CountingResultCollector.ObservedSectionExecutionUpdate
public CountingResultCollector.ObservedSectionExecutionUpdate(java.lang.Integer sectionIndex)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object