edu.udo.cs.yale.operator.preprocessing
Class ExampleSetJoin.AttributeSource

java.lang.Object
  extended by edu.udo.cs.yale.operator.preprocessing.ExampleSetJoin.AttributeSource
Enclosing class:
ExampleSetJoin

private static class ExampleSetJoin.AttributeSource
extends java.lang.Object

Helper class to find the correct data for all union attributes.


Field Summary
private  Attribute attribute
           
private static int FIRST_SOURCE
           
private static int SECOND_SOURCE
           
private  int source
           
 
Constructor Summary
ExampleSetJoin.AttributeSource(int source, Attribute attribute)
           
 
Method Summary
 Attribute getAttribute()
           
 int getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIRST_SOURCE

private static final int FIRST_SOURCE
See Also:
Constant Field Values

SECOND_SOURCE

private static final int SECOND_SOURCE
See Also:
Constant Field Values

source

private int source

attribute

private Attribute attribute
Constructor Detail

ExampleSetJoin.AttributeSource

public ExampleSetJoin.AttributeSource(int source,
                                      Attribute attribute)
Method Detail

getSource

public int getSource()

getAttribute

public Attribute getAttribute()


Copyright © 2001-2006