|
Stanse
-1
|
Public Member Functions | |
| DependencyGraph () | |
| DependencyGraph (List< DependencyRule > rules) | |
| Collection< DependencyRule > | getRules () |
| void | addRule (DependencyRule newRule) |
| boolean | isSubset (DependencyGraph otherGraph) |
| DependencyGraph | merge (DependencyGraph other) |
| boolean | equals (Object obj) |
| int | hashCode () |
| int | size () |
| String | toString () |
Class holds List of DependencyRules and also provides some usefull methods for comparing and reducing number of rules.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Method compare otherGraph wheter these two graphs are subset or similar
| otherGraph | DependencyGraph |
|
inline |
Method create new DependencyGraph and merge there Dep. rules from this and other graph.
| other | DependencyGraph |
|
inline |
|
inline |
1.8.6