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

Method Summary
 String getSourceNode(DataRow row)
          Retrieves the source node value for a specified data row.
 
Methods inherited from interface pl.edu.agh.cast.importer.base.converter.rules.IConversionRule
clear, createCopy, getFormat, isComplete, setFormat
 

Method Detail

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.