edu.udo.cs.yale.operator.preprocessing
Class ExampleSetJoin.AttributeSource
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ExampleSetJoin.AttributeSource
public ExampleSetJoin.AttributeSource(int source,
Attribute attribute)
getSource
public int getSource()
getAttribute
public Attribute getAttribute()
Copyright © 2001-2006