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

Method Summary
 String getTargetNode(DataRow row)
          Retrieves the target 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

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.