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

java.lang.Object
  extended by es.upv.dsic.gti_ia.argAgents.knowledgeResources.CaseComponent
      extended by 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

Constructor Summary
Solution()
           
Solution(Conclusion conclusion, String value, int timesUsed)
           
 
Method Summary
 Conclusion getConclusion()
           
 String getPromotesValue()
           
 int getTimesUsed()
           
 void setConclusion(Conclusion newConclusion)
           
 void setPromotesValue(String newPromotesValue)
           
 void setTimesUsed(int timesUsed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Solution

public Solution(Conclusion conclusion,
                String value,
                int timesUsed)

Solution

public Solution()
Method Detail

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.