pl.edu.agh.cast.model.mapper
Interface AttributeLoader
public interface AttributeLoader
This interface is used in class-specific attribute loading.
Implemnting classes must provide construcotr with one parameter which is the object for which the specific load
method is invoked.
- Author:
- AGH CAST Team
Method Summary |
void |
loadAttribute(Node phoneNode,
List<Link> attrLinks)
Create attribute based on base model node and collection of its links. |
loadAttribute
void loadAttribute(Node phoneNode,
List<Link> attrLinks)
- Create attribute based on base model node and collection of its links.
- Parameters:
phoneNode
- The nodeattrLinks
- The collection of node links
Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.