Uses of Class
it.avutils.jmapper.operations.info.InfoOperation

Packages that use InfoOperation
it.avutils.jmapper.operations This package contains classes common to all operations. 
it.avutils.jmapper.operations.analyzer This package contains classes used to analyze operations. 
it.avutils.jmapper.operations.info This package contains classes used to transport information of the operations. 
 

Uses of InfoOperation in it.avutils.jmapper.operations
 

Fields in it.avutils.jmapper.operations declared as InfoOperation
protected  InfoOperation AGeneralOperationAccessor.info
          information about the operation that will be executed
 

Methods in it.avutils.jmapper.operations with parameters of type InfoOperation
 AGeneralOperationAccessor AGeneralOperationAccessor.setInfoOperation(InfoOperation aInfo)
          Setting of operation informations.
 

Uses of InfoOperation in it.avutils.jmapper.operations.analyzer
 

Methods in it.avutils.jmapper.operations.analyzer that return InfoOperation
 InfoOperation OperationAnalyzer.getInfoOperation(Field destination, Field source)
          This method analyzes the fields and returns the informations relating the operation to be performed.
 InfoOperation ObjectAnalyzer.getInfoOperation(Field destination, Field source)
          This method calculates and returns information relating the operation to be performed.
 InfoOperation MapAnalyzer.getInfoOperation(Field destination, Field source)
          This method calculates and returns information relating the operation to be performed.
 InfoOperation CollectionAnalyzer.getInfoOperation(Field destination, Field source)
          This method calculates and returns information relating the operation to be performed.
 InfoOperation BasicAnalyzer.getInfoOperation(Field destination, Field source)
          This method calculates and returns information relating the operation to be performed.
 InfoOperation ArrayListAnalyzer.getInfoOperation(Field destination, Field source)
          This method calculates and returns information relating the operation to be performed.
 InfoOperation ArrayAnalyzer.getInfoOperation(Field destination, Field source)
          This method calculates and returns information relating the operation to be performed.
 

Uses of InfoOperation in it.avutils.jmapper.operations.info
 

Subclasses of InfoOperation in it.avutils.jmapper.operations.info
 class InfoMapOperation
          InfoMapOperation represents the operation to be performed, taking with him such information as:
the key type of operation.
 

Methods in it.avutils.jmapper.operations.info that return InfoOperation
 InfoOperation InfoOperation.setConfigChosen(ChooseConfig configChosen)
           
 InfoOperation InfoOperation.setConversionType(ConversionType conversionType)
           
 InfoOperation InfoOperation.setInstructionType(OperationType instructionType)
           
 



Copyright © 2013. All Rights Reserved.