edu.udo.cs.yale.operator.features.construction
Class UnbalancedCrossover.AttributeWeightContainer

java.lang.Object
  extended by edu.udo.cs.yale.operator.features.construction.UnbalancedCrossover.AttributeWeightContainer
Enclosing class:
UnbalancedCrossover

private class UnbalancedCrossover.AttributeWeightContainer
extends java.lang.Object


Field Summary
private  Attribute attribute
           
private  double weight
           
 
Constructor Summary
UnbalancedCrossover.AttributeWeightContainer(Attribute attribute, double weight)
           
 
Method Summary
 Attribute getAttribute()
           
 double getWeight()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

attribute

private Attribute attribute

weight

private double weight
Constructor Detail

UnbalancedCrossover.AttributeWeightContainer

public UnbalancedCrossover.AttributeWeightContainer(Attribute attribute,
                                                    double weight)
Method Detail

getAttribute

public Attribute getAttribute()

getWeight

public double getWeight()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2001-2006