es.upv.dsic.gti_ia.argAgents.knowledgeResources
Class ValPref

java.lang.Object
  extended by es.upv.dsic.gti_ia.argAgents.knowledgeResources.ValPref
All Implemented Interfaces:
Serializable

public class ValPref
extends Object
implements Serializable

Implementation of the concept ValueNode

See Also:
Serialized Form

Constructor Summary
ValPref()
           
ValPref(ArrayList<String> values)
           
 
Method Summary
 void addValue(String newValue)
           
 String getPreferred()
           
 ArrayList<String> getValues()
           
 void removeValue(String oldValue)
           
 void setValues(ArrayList<String> values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValPref

public ValPref(ArrayList<String> values)

ValPref

public ValPref()
Method Detail

getPreferred

public String getPreferred()

getValues

public ArrayList<String> getValues()

setValues

public void setValues(ArrayList<String> values)

addValue

public void addValue(String newValue)

removeValue

public void removeValue(String oldValue)


Copyright © 2012 GTI-IA. All Rights Reserved.