public class DependencySet extends java.util.HashSet<Dependency>
Dependency
,
Serialized FormConstructor 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, spliterator
addAll, containsAll, retainAll, toArray, toArray
finalize, getClass, notify, notifyAll, wait, wait, wait
public 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>