Uses of Class
Raccoon.SE.AttributeMappingAnswer

Packages that use AttributeMappingAnswer
Raccoon.NET   
Raccoon.SE   
 

Uses of AttributeMappingAnswer in Raccoon.NET
 

Methods in Raccoon.NET that return AttributeMappingAnswer
 AttributeMappingAnswer NetModuleImpl.callRmAttributeMapping(java.lang.String nodeID, PVRelation relation, PVSchema resultSchema)
          call remote node to do the attribute mapping between remote node (resultSchema) and current node (relation)
 AttributeMappingAnswer NetModuleImpl.rmAttributeMapping(PVRelation relation, PVSchema resultSchema)
          method called by the callRmAttributeMapping from another node.
 AttributeMappingAnswer NetModule.rmAttributeMapping(PVRelation relation, PVSchema resultSchema)
           
 

Uses of AttributeMappingAnswer in Raccoon.SE
 

Methods in Raccoon.SE that return AttributeMappingAnswer
 AttributeMappingAnswer SearchEngine.attributeMapping(java.lang.String nodeID, PVSchema searchSchema, PVSchema resultSchema)
          method for attribute mapping retrieve local data and sent it to remote node to do the mapping
 AttributeMappingAnswer SearchEngine.rmAttributeMapping(PVRelation sourceRelation, PVSchema targetSchema)
          called by remote node and do the local attribute mapping
 AttributeMappingAnswer PVRelation.attributeMapping(PVRelation targetRelation)