Package kieker.analysis.code.data
Class CallerCalleeEntry
java.lang.Object
kieker.analysis.code.data.CallerCalleeEntry
- Since:
- 1.0
- Author:
- Reiner Jung
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidvoidvoidsetSourceModule(String sourceModule) voidsetSourcePath(String sourcePath) voidsetTargetModule(String targetModule) voidsetTargetPath(String targetPath) toString()
-
Constructor Details
-
CallerCalleeEntry
public CallerCalleeEntry() -
CallerCalleeEntry
-
-
Method Details
-
getCallee
-
setCallee
-
getCaller
-
setCaller
-
getSourcePath
-
setSourcePath
-
getTargetPath
-
setTargetPath
-
getSourceModule
-
setSourceModule
-
getTargetModule
-
setTargetModule
-
equals
-
hashCode
public int hashCode() -
toString
-