gr.uoa.di.madgik.commons.infra.nodeselection.cost
Class CostFunction.CostFactor

java.lang.Object
  extended by gr.uoa.di.madgik.commons.infra.nodeselection.cost.CostFunction.CostFactor
Enclosing class:
CostFunction

public static class CostFunction.CostFactor
extends java.lang.Object


Field Summary
 java.lang.String name
           
 
Constructor Summary
CostFunction.CostFactor(java.lang.String name, float coefficient, boolean ascending)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name
Constructor Detail

CostFunction.CostFactor

public CostFunction.CostFactor(java.lang.String name,
                               float coefficient,
                               boolean ascending)