it.avutils.jmapper.operations.analyzer
Class MapAnalyzer
java.lang.Object
it.avutils.jmapper.operations.analyzer.MapAnalyzer
public final class MapAnalyzer
- extends Object
This Class analyzes operations between Maps.
- Author:
- Alessandro Vurro
|
Constructor Summary |
MapAnalyzer(XML aXml)
Takes as input an xml object that represents the xml configuration. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapAnalyzer
public MapAnalyzer(XML aXml)
- Takes as input an xml object that represents the xml configuration.
- Parameters:
aXml - xml object
getInfoOperation
public InfoOperation getInfoOperation(Field destination,
Field source)
- This method calculates and returns information relating the operation to be performed.
- Parameters:
destination - destination field to be analyzedsource - source field to be analyzed
- Returns:
- all information relating the operation to be performed
Copyright © 2013. All Rights Reserved.