es.upv.dsic.gti_ia.argAgents.knowledgeResources
Class SimilarArgumentCase
java.lang.Object
es.upv.dsic.gti_ia.argAgents.knowledgeResources.SimilarArgumentCase
- All Implemented Interfaces:
- Comparable<Object>
public class SimilarArgumentCase
- extends Object
- implements Comparable<Object>
Structure to store the degree of similarity of an argument-case
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimilarArgumentCase
public SimilarArgumentCase(ArgumentCase argumentCase,
float suitability)
getArgumentCase
public ArgumentCase getArgumentCase()
setArgumentCase
public void setArgumentCase(ArgumentCase argumentCase)
getSuitability
public float getSuitability()
setSuitability
public void setSuitability(float suitability)
compareTo
public int compareTo(Object obj)
- Specified by:
compareTo in interface Comparable<Object>
Copyright © 2012 GTI-IA. All Rights Reserved.