Package jadex.bdi.testcases.service
Interface IBeliefGetter
-
- All Known Implementing Classes:
BeliefGetter
public interface IBeliefGetter
Simple interface for fetching a belief.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFuture
getFact(java.lang.String belname)
Get the fact of a belief.
-
-
-
Method Detail
-
getFact
IFuture getFact(java.lang.String belname)
Get the fact of a belief.- Parameters:
belname
- The belief name.- Returns:
- The fact.
-
-