Class represent thread with specified Function. ThreadInfo holds its Function, id, and its purpose is shell from Function class.
- Author
- Jan Kučera
| boolean cz.muni.stanse.threadchecker.ThreadInfo.equals |
( |
Object |
obj | ) |
|
|
inline |
| Set<DependencyGraph> cz.muni.stanse.threadchecker.ThreadInfo.getDependencyGraphs |
( |
| ) |
|
|
inline |
| Function cz.muni.stanse.threadchecker.ThreadInfo.getFunction |
( |
| ) |
|
|
inline |
| String cz.muni.stanse.threadchecker.ThreadInfo.getFunctionName |
( |
| ) |
|
|
inline |
| int cz.muni.stanse.threadchecker.ThreadInfo.getId |
( |
| ) |
|
|
inline |
| int cz.muni.stanse.threadchecker.ThreadInfo.hashCode |
( |
| ) |
|
|
inline |
| 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: