pl.edu.agh.cast.model.mapper
Interface LinkLoader


public interface LinkLoader

This interface is used in class-specific link loading. Implementing classes must provide constructor with one parameter which is the object for which the specific load method is invoked.

Author:
AGH CAST Team

Method Summary
 void loadLink(List<Mappable> elements)
          Load elements linked to the object in class specific way.
 

Method Detail

loadLink

void loadLink(List<Mappable> elements)
Load elements linked to the object in class specific way.

Parameters:
elements - Elements to be loaded.


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.