public static class DependencyResolver.NodeInfo<T>
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
protected java.util.Set<T> | 
mydeps
The set of nodes this node depends on. 
 | 
protected java.util.Set<T> | 
otherdeps
The set of nodes depending on this node. 
 | 
| Constructor and Description | 
|---|
NodeInfo()
Create a node info. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Set<T> | 
getMyDeps()
Get the mydeps. 
 | 
java.util.Set<T> | 
getOtherDeps()
Get the otherdeps. 
 | 
void | 
setMyDeps(java.util.Set<T> mydeps)
Set the mydeps to set. 
 | 
void | 
setOtherDeps(java.util.Set<T> otherdeps)
Set the otherdeps to set. 
 | 
java.lang.String | 
toString()
Get a string representation. 
 | 
protected java.util.Set<T> mydeps
protected java.util.Set<T> otherdeps
public java.util.Set<T> getMyDeps()
public void setMyDeps(java.util.Set<T> mydeps)
mydeps - The mydeps to set.public java.util.Set<T> getOtherDeps()
public void setOtherDeps(java.util.Set<T> otherdeps)
otherdeps - The otherdeps to set.public java.lang.String toString()
toString in class java.lang.Object