Package jadex.core.impl
Class DependencyResolver.NodeInfo<T>
java.lang.Object
jadex.core.impl.DependencyResolver.NodeInfo<T>
- Enclosing class:
DependencyResolver<T>
Info object for a node.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
mydeps
The set of nodes this node depends on. -
otherdeps
The set of nodes depending on this node.
-
-
Constructor Details
-
NodeInfo
public NodeInfo()Create a node info.
-
-
Method Details
-
getMyDeps
Get the mydeps.- Returns:
- The mydeps.
-
setMyDeps
Set the mydeps to set.- Parameters:
mydeps
- The mydeps to set.
-
getOtherDeps
Get the otherdeps.- Returns:
- The otherdeps.
-
setOtherDeps
Set the otherdeps to set.- Parameters:
otherdeps
- The otherdeps to set.
-
toString
Get a string representation.
-