wt.util.graph
Interface GraphNodeModel

All Superinterfaces:
Cloneable
All Known Subinterfaces:
GraphModel, ObjectGraph, ObjectGraphNode, ObjectGraphNodeTemplate, ObjectGraphTemplate
All Known Implementing Classes:
AbstractObjectGraph, AbstractObjectGraphNode, AbstractObjectGraphNodeTemplate, AbstractObjectGraphTemplate, TypeInstanceGraph, TypeInstanceNode

public interface GraphNodeModel
extends Cloneable



Supported API: false

Extendable: false


Field Summary
static String NEIGHBOR
          Label for the attribute.
 
Method Summary
 Object clone()
          

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

Field Detail

NEIGHBOR

public static final String NEIGHBOR
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
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.