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

java.lang.Object
  extended by es.upv.dsic.gti_ia.argAgents.knowledgeResources.Context
      extended by 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

Constructor Summary
DomainContext()
           
DomainContext(HashMap<Integer,Premise> premises)
           
 
Method Summary
 void addPremise(Premise newPremise)
           
 HashMap<Integer,Premise> getPremises()
           
 void removePremise(Premise oldPremise)
           
 void setPremises(HashMap<Integer,Premise> newPremises)
           
 void setPremisesFromList(ArrayList<Premise> newPremises)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomainContext

public DomainContext(HashMap<Integer,Premise> premises)

DomainContext

public DomainContext()
Method Detail

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.