| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
General notion of a directed edge in a search graph. Edges connect SearchNodes with each other.
 Each edge in a search is associated to an object in the domain that is searched.
| Method Summary | |
|  Object | getDomainObject()Gets the domain object associated to this search egde. | 
|  SearchNode | getFromNode()Gets the node this edge leads from. | 
|  SearchNode | getToNode()Gets the node this edge leads to. | 
|  void | setDomainObject(Object domainObject)Sets the domain object associated to this search egde. | 
|  void | setFromNode(SearchNode fromNode)Sets the node this edge leads from. | 
|  void | setToNode(SearchNode toNode)Sets the node this edge leads to. | 
| Method Detail | 
public SearchNode getFromNode()
SearchNode this edge leads frompublic SearchNode getToNode()
SearchNode this edge leads topublic void setFromNode(SearchNode fromNode)
fromNode - the SearchNode this edge leads frompublic void setToNode(SearchNode toNode)
toNode - the SearchNode this edge leads topublic Object getDomainObject()
public void setDomainObject(Object domainObject)
domainObject - the domain object associated to this search egde| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||