|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Merges the underlying objects represented by a number of edges into a single object.
| Method Summary | |
java.lang.Object |
merge(java.util.List edges)
Creates a single object from collection of underlying objects represented by a collection of edges. |
void |
setMergedObject(Edge newEdge,
java.lang.Object merged,
java.util.List edges)
Sets the object for the edge created to represented the merged object. |
| Method Detail |
public java.lang.Object merge(java.util.List edges)
edges - A collection of edges.
public void setMergedObject(Edge newEdge,
java.lang.Object merged,
java.util.List edges)
newEdge - The edge created to represent the merged object.merged - The merged object.edges - The original edges that were merged
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||