Uses of Class
Raccoon.SE.PVRelation

Packages that use PVRelation
Raccoon.NET   
Raccoon.RM   
Raccoon.SE   
 

Uses of PVRelation in Raccoon.NET
 

Methods in Raccoon.NET with parameters of type PVRelation
 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 PVRelation in Raccoon.RM
 

Methods in Raccoon.RM that return PVRelation
 PVRelation ResourceManager.getRelation(int index)
           
 PVRelation ResourceManager.getRelation(java.lang.String relationName)
           
 PVRelation ResourceManager.getRelation(PVSchema schema)
           
 PVRelation DBConnection.getRelation(java.lang.String tableName)
           
 PVRelation DBConnection.getRelation(PVSchema schema)
           
 

Uses of PVRelation in Raccoon.SE
 

Methods in Raccoon.SE with parameters of type PVRelation
 AttributeMappingAnswer SearchEngine.rmAttributeMapping(PVRelation sourceRelation, PVSchema targetSchema)
          called by remote node and do the local attribute mapping
 boolean PVRelation.match(PVRelation relation)
           
 AttributeMappingAnswer PVRelation.attributeMapping(PVRelation targetRelation)
           
 

Constructors in Raccoon.SE with parameters of type PVRelation
RelationPattern(PVRelation searchRelation)