de.uka.ipd.sdq.ByCounter.execution
Class CallerInformation

java.lang.Object
  extended by de.uka.ipd.sdq.ByCounter.execution.CallerInformation

public final class CallerInformation
extends java.lang.Object

A small class to describe caller information. TODO why isn't it used anywhere?

Since:
0.1
Version:
1.2
Author:
Martin Krogmann, Michael Kuperberg

Constructor Summary
CallerInformation()
           
 
Method Summary
 java.lang.String toString()
          (non-Javadoc)
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CallerInformation

public CallerInformation()
Method Detail

toString

public java.lang.String toString()
(non-Javadoc)

Overrides:
toString in class java.lang.Object
See Also:
Object.toString()