es.upv.dsic.gti_ia.argAgents.knowledgeResources
Class DomainContext
java.lang.Object
es.upv.dsic.gti_ia.argAgents.knowledgeResources.Context
es.upv.dsic.gti_ia.argAgents.knowledgeResources.DomainContext
- All Implemented Interfaces:
- Serializable
public class DomainContext
- extends Context
- implements Serializable
Implementation of the concept DomainContext
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DomainContext
public DomainContext(HashMap<Integer,Premise> premises)
DomainContext
public DomainContext()
getPremises
public HashMap<Integer,Premise> getPremises()
addPremise
public void addPremise(Premise newPremise)
removePremise
public void removePremise(Premise oldPremise)
setPremises
public void setPremises(HashMap<Integer,Premise> newPremises)
setPremisesFromList
public void setPremisesFromList(ArrayList<Premise> newPremises)
Copyright © 2012 GTI-IA. All Rights Reserved.