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