Stanse  -1
Public Member Functions | List of all members
cz.muni.stanse.threadchecker.graph.AbstractDependencyRule Class Referenceabstract
Inheritance diagram for cz.muni.stanse.threadchecker.graph.AbstractDependencyRule:
Inheritance graph
[legend]

Public Member Functions

 AbstractDependencyRule (AbstractDependencyRule rule)
 
 AbstractDependencyRule (ResourceVertex sourceVertex, ResourceVertex targetVertex)
 
ResourceVertex getSource ()
 
ResourceVertex getTarget ()
 
String toString ()
 
boolean equals (Object obj)
 
int hashCode ()
 

Detailed Description

Abstract class for DependencyRule

Author
Jan Kučera

Constructor & Destructor Documentation

cz.muni.stanse.threadchecker.graph.AbstractDependencyRule.AbstractDependencyRule ( AbstractDependencyRule  rule)
inline
cz.muni.stanse.threadchecker.graph.AbstractDependencyRule.AbstractDependencyRule ( ResourceVertex  sourceVertex,
ResourceVertex  targetVertex 
)
inline

Member Function Documentation

boolean cz.muni.stanse.threadchecker.graph.AbstractDependencyRule.equals ( Object  obj)
inline
ResourceVertex cz.muni.stanse.threadchecker.graph.AbstractDependencyRule.getSource ( )
inline
ResourceVertex cz.muni.stanse.threadchecker.graph.AbstractDependencyRule.getTarget ( )
inline
int cz.muni.stanse.threadchecker.graph.AbstractDependencyRule.hashCode ( )
inline
String cz.muni.stanse.threadchecker.graph.AbstractDependencyRule.toString ( )
inline

The documentation for this class was generated from the following file: