es.upv.dsic.gti_ia.argAgents.knowledgeResources
Class Solution
java.lang.Object
es.upv.dsic.gti_ia.argAgents.knowledgeResources.CaseComponent
es.upv.dsic.gti_ia.argAgents.knowledgeResources.Solution
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ArgumentSolution
public class Solution
- extends CaseComponent
- implements Serializable
Implementation of the concept Solution
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Solution
public Solution(Conclusion conclusion,
String value,
int timesUsed)
Solution
public Solution()
getConclusion
public Conclusion getConclusion()
setConclusion
public void setConclusion(Conclusion newConclusion)
getPromotesValue
public String getPromotesValue()
setPromotesValue
public void setPromotesValue(String newPromotesValue)
getTimesUsed
public int getTimesUsed()
setTimesUsed
public void setTimesUsed(int timesUsed)
Copyright © 2012 GTI-IA. All Rights Reserved.