es.upv.dsic.gti_ia.argAgents.knowledgeResources
Class Premise
java.lang.Object
es.upv.dsic.gti_ia.argAgents.knowledgeResources.Premise
- All Implemented Interfaces:
- Serializable
public class Premise
- extends Object
- implements Serializable
Implementation of the concept Premise
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Premise
public Premise(int id,
String name,
String content)
Premise
public Premise()
getID
public int getID()
setID
public void setID(int newID)
getContent
public String getContent()
setContent
public void setContent(String newContent)
getName
public String getName()
setName
public void setName(String newName)
Copyright © 2012 GTI-IA. All Rights Reserved.