es.upv.dsic.gti_ia.argAgents
Class Configuration

java.lang.Object
  extended by es.upv.dsic.gti_ia.argAgents.Configuration

public class Configuration
extends Object

Configuration parameters, read from configuration.xml

Author:
Jaume Jordan Prunera. GTI-IA. UPV

Field Summary
 float argCBRgroupidweight
           
 float argCBRgroupprefweight
           
 float argCBRopponentidweight
           
 float argCBRopponentprefweight
           
 float argCBRproponentidweight
           
 float argCBRproponentprefweight
           
 String databaseName
           
 String domainCBRSimilarity
           
 String password
           
 String serverName
           
 String userName
           
 
Constructor Summary
Configuration()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serverName

public String serverName

databaseName

public String databaseName

userName

public String userName

password

public String password

domainCBRSimilarity

public String domainCBRSimilarity

argCBRproponentidweight

public float argCBRproponentidweight

argCBRproponentprefweight

public float argCBRproponentprefweight

argCBRopponentidweight

public float argCBRopponentidweight

argCBRopponentprefweight

public float argCBRopponentprefweight

argCBRgroupidweight

public float argCBRgroupidweight

argCBRgroupprefweight

public float argCBRgroupprefweight
Constructor Detail

Configuration

public Configuration()


Copyright © 2012 GTI-IA. All Rights Reserved.