no.uio.edd.utils.datautils
Interface EddChainable

All Known Implementing Classes:
GeoModelElement

public interface EddChainable

An interface of classes whose objects are parts of a pointer chain.

Author:
oeide

Method Summary
 EddChainable next()
          Get the next object in the chain.
 void setNext(EddChainable newNext)
          Set the pointer to the next object in the chain.
 

Method Detail

next

EddChainable next()
Get the next object in the chain.

Returns:
The next object.

setNext

void setNext(EddChainable newNext)
Set the pointer to the next object in the chain.

Parameters:
newNext - New value for the next object pointer.