Abstract class for DependencyRule
- Author
- Jan Kučera
◆ AbstractDependencyRule() [1/2]
| cz.muni.stanse.threadchecker.graph.AbstractDependencyRule.AbstractDependencyRule |
( |
AbstractDependencyRule |
rule | ) |
|
|
inline |
◆ AbstractDependencyRule() [2/2]
| cz.muni.stanse.threadchecker.graph.AbstractDependencyRule.AbstractDependencyRule |
( |
ResourceVertex |
sourceVertex, |
|
|
ResourceVertex |
targetVertex |
|
) |
| |
|
inline |
◆ equals()
| boolean cz.muni.stanse.threadchecker.graph.AbstractDependencyRule.equals |
( |
Object |
obj | ) |
|
|
inline |
◆ getSource()
| ResourceVertex cz.muni.stanse.threadchecker.graph.AbstractDependencyRule.getSource |
( |
| ) |
|
|
inline |
◆ getTarget()
| ResourceVertex cz.muni.stanse.threadchecker.graph.AbstractDependencyRule.getTarget |
( |
| ) |
|
|
inline |
◆ hashCode()
| int cz.muni.stanse.threadchecker.graph.AbstractDependencyRule.hashCode |
( |
| ) |
|
|
inline |
◆ toString()
| String cz.muni.stanse.threadchecker.graph.AbstractDependencyRule.toString |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: