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