it.avutils.jmapper.operations.analyzer
Class OperationAnalyzer

java.lang.Object
  extended by it.avutils.jmapper.operations.analyzer.OperationAnalyzer

public final class OperationAnalyzer
extends Object

OperationAnalyzer analyzes the fields and returns the informations relating the operation to be performed.

Author:
Alessandro Vurro

Constructor Summary
OperationAnalyzer(XML aXml)
           
 
Method Summary
 InfoOperation getInfoOperation(Field destination, Field source)
          This method analyzes the fields and returns the informations relating the operation to be performed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationAnalyzer

public OperationAnalyzer(XML aXml)
Method Detail

getInfoOperation

public InfoOperation getInfoOperation(Field destination,
                                      Field source)
This method analyzes the fields and returns the informations relating the operation to be performed.

Parameters:
destination -
source -
Returns:
returns the informations relating the operation to be performed
See Also:
InfoOperation


Copyright © 2013. All Rights Reserved.