| 
 | Jadex 0.941 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for all beliefsets (concrete and referenced).
| Method Summary | |
|  void | addFact(Object fact)Add a fact to a belief. | 
|  void | addFacts(Object[] values)Add facts to a parameter set. | 
|  boolean | containsFact(Object fact)Test if a fact is contained in a belief. | 
|  Class | getClazz()Get the value class. | 
|  Object | getFact(Object oldval)Get a value equal to the given object. | 
|  Object[] | getFacts()Get the facts of a beliefset. | 
|  boolean | isAccessible()Is this belief accessable. | 
|  void | removeFact(Object fact)Remove a fact to a belief. | 
|  void | removeFacts()Remove all facts from a belief. | 
|  int | size()Get the number of values currently contained in this set. | 
|  void | updateFact(Object newfact)Update a fact to a new fact. | 
| Methods inherited from interface jadex.runtime.IElement | 
| getModelElement, getName | 
| Method Detail | 
public void addFact(Object fact)
fact - The new fact.public void removeFact(Object fact)
fact - The new fact.public void addFacts(Object[] values)
public void removeFacts()
public Object getFact(Object oldval)
oldval - The old value.public boolean containsFact(Object fact)
fact - The fact to test.
public Object[] getFacts()
public void updateFact(Object newfact)
newfact - The new fact.public int size()
public Class getClazz()
public boolean isAccessible()
| 
 | Jadex 0.941 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright (C) 2002-2005 Lars Braubach, Alexander Pokahr, Andrzej Walczak - University of Hamburg. Use is subject to license terms.