Raccoon.SE
Class AttributeMappingAnswer
java.lang.Object
Raccoon.SE.AttributeMappingAnswer
- All Implemented Interfaces:
- java.io.Serializable
- public class AttributeMappingAnswer
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- Qi Zhong
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
searchTableSchema
public PVSchema searchTableSchema
resultTableSchema
public PVSchema resultTableSchema
AttributeMappingAnswer
public AttributeMappingAnswer(PVSchema newSearchTableSchema,
PVSchema newResultTableSchema)
addMapping
public void addMapping(java.lang.String searchTableAttr,
java.lang.String resultTableAttr)
getSearchTableName
public java.lang.String getSearchTableName()
getResultTableName
public java.lang.String getResultTableName()
getSearchNodeTableName
public java.lang.String getSearchNodeTableName()
getResultNodeTableName
public java.lang.String getResultNodeTableName()
getSearchTableAttrVec
public java.util.Vector getSearchTableAttrVec()
getResultTableAttrVec
public java.util.Vector getResultTableAttrVec()
getSearchTableSchema
public PVSchema getSearchTableSchema()
getResultTableSchema
public PVSchema getResultTableSchema()
getResultAttrNum
public int getResultAttrNum()