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


public interface AttributeSaver

Implemnting classes must provide construcotr with one parameter which is the object for which the specific save method is invoked.

Author:
AGH CAST Team

Method Summary
 void saveAttribute(Node node, List<Link> links)
          Class specific attribute save method.
 

Method Detail

saveAttribute

void saveAttribute(Node node,
                   List<Link> links)
Class specific attribute save method.

Parameters:
node - The node which represents the object in the base model
links - The links connected to the node, whose name is the same as the name of the attribute.


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