public class DependencySet extends java.util.HashSet<Dependency>
Dependency,
Serialized Form| Constructor and Description |
|---|
DependencySet() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.lang.Double> |
getTw()
This method the set of different and significative
w values |
Dependency |
search(java.lang.String source,
java.lang.String target)
This method can be used to retrieve a dependency from the current set
|
java.lang.String |
toString() |
add, clear, clone, contains, isEmpty, iterator, remove, size, spliteratoraddAll, containsAll, retainAll, toArray, toArrayfinalize, getClass, notify, notifyAll, wait, wait, waitpublic Dependency search(java.lang.String source, java.lang.String target)
source - the name of the source activity of the dependencytarget - the name of the target activity of the dependencypublic java.util.Collection<java.lang.Double> getTw()
w valuespublic java.lang.String toString()
toString in class java.util.AbstractCollection<Dependency>