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

java.lang.Object
  extended by 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

Constructor Summary
Premise()
           
Premise(int id, String name, String content)
           
 
Method Summary
 String getContent()
           
 int getID()
           
 String getName()
           
 void setContent(String newContent)
           
 void setID(int newID)
           
 void setName(String newName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Premise

public Premise(int id,
               String name,
               String content)

Premise

public Premise()
Method Detail

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.