pl.edu.agh.cast.importer.base.general
Interface ITargetNodeConversionRule
- All Superinterfaces:
- IConversionRule
- All Known Implementing Classes:
- DirectedGraphConversionRule, TargetNodeSingleColumnConversionRule
public interface ITargetNodeConversionRule
- extends IConversionRule
Interface for all target node conversion rules.
- Author:
- AGH CAST Team
getTargetNode
String getTargetNode(DataRow row)
throws ConversionRuleException,
IllegalArgumentException
- Retrieves the target node value for a specified data row.
- Parameters:
row
- the data row, from which to retrieve the target node value
- Returns:
- target node value
- Throws:
ConversionRuleException
IllegalArgumentException
Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.