com.sun.mdm.index.matching.converter
Class MatchTupleConverter.TupleInfo

java.lang.Object
  extended bycom.sun.mdm.index.matching.converter.MatchTupleConverter.TupleInfo
Enclosing class:
MatchTupleConverter

class MatchTupleConverter.TupleInfo
extends java.lang.Object

Utility class to return structured info from methods regarding the tuples and the ePaths corresponding to each tuple column


Field Summary
protected  java.util.ArrayList ePaths
           
protected  java.util.ArrayList tuples
           
 
Constructor Summary
MatchTupleConverter.TupleInfo()
           
MatchTupleConverter.TupleInfo(java.util.ArrayList ePaths, java.util.ArrayList tuples)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ePaths

protected java.util.ArrayList ePaths

tuples

protected java.util.ArrayList tuples
Constructor Detail

MatchTupleConverter.TupleInfo

public MatchTupleConverter.TupleInfo()

MatchTupleConverter.TupleInfo

public MatchTupleConverter.TupleInfo(java.util.ArrayList ePaths,
                                     java.util.ArrayList tuples)


Sun Microsystems, Inc.