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

java.lang.Object
  extended by es.upv.dsic.gti_ia.argAgents.knowledgeResources.Case
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ArgumentCase, DomainCase

public class Case
extends Object
implements Serializable

Implementation of the concept Case

See Also:
Serialized Form

Constructor Summary
Case()
           
Case(long id, String creationDate)
           
 
Method Summary
 String getCreationDate()
           
 long getID()
           
 void setCreationDate(String newCreationDate)
           
 void setID(long newID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Case

public Case(long id,
            String creationDate)

Case

public Case()
Method Detail

getCreationDate

public String getCreationDate()

setCreationDate

public void setCreationDate(String newCreationDate)

getID

public long getID()

setID

public void setID(long newID)


Copyright © 2012 GTI-IA. All Rights Reserved.