Class represent thread with specified Function. ThreadInfo holds its Function, id, and its purpose is shell from Function class.
- Author
- Jan Kučera
◆ ThreadInfo()
◆ equals()
| boolean cz.muni.stanse.threadchecker.ThreadInfo.equals |
( |
Object |
obj | ) |
|
|
inline |
◆ getDependencyGraphs()
| Set<DependencyGraph> cz.muni.stanse.threadchecker.ThreadInfo.getDependencyGraphs |
( |
| ) |
|
|
inline |
◆ getFunction()
| Function cz.muni.stanse.threadchecker.ThreadInfo.getFunction |
( |
| ) |
|
|
inline |
◆ getFunctionName()
| String cz.muni.stanse.threadchecker.ThreadInfo.getFunctionName |
( |
| ) |
|
|
inline |
◆ getId()
| int cz.muni.stanse.threadchecker.ThreadInfo.getId |
( |
| ) |
|
|
inline |
◆ hashCode()
| int cz.muni.stanse.threadchecker.ThreadInfo.hashCode |
( |
| ) |
|
|
inline |
◆ toString()
| String cz.muni.stanse.threadchecker.ThreadInfo.toString |
( |
| ) |
|
|
inline |
Function return string representation of thread showing ID and Datalist.
- Returns
- String
The documentation for this class was generated from the following file: