es.upv.dsic.gti_ia.argAgents.knowledgeResources
Class Case
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Case
public Case(long id,
String creationDate)
Case
public Case()
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.