es.upv.dsic.gti_ia.argAgents.knowledgeResources
Class ValPref
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValPref
public ValPref(ArrayList<String> values)
ValPref
public ValPref()
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.