wt.util.graph
Interface GraphEdgeModel

All Superinterfaces:
Cloneable
All Known Subinterfaces:
ObjectGraphEdge, ObjectGraphEdgeTemplate
All Known Implementing Classes:
AbstractObjectGraphEdge, AbstractObjectGraphEdgeTemplate, TypeInstanceEdge

public interface GraphEdgeModel
extends Cloneable



Supported API: false

Extendable: false


Method Summary
 Object clone()
          

Supported API: false
 boolean equals(Object obj)
          Tests if two references refer to the same object.
 

Method Detail

clone

public Object clone()


Supported API: false

Returns:
Object

equals

public boolean equals(Object obj)
Tests if two references refer to the same object.

Supported API: false

Parameters:
obj -
Returns:
true if both references refer to the same object, otherwise false.