Interface IBeliefGetter

  • All Known Implementing Classes:
    BeliefGetter

    public interface IBeliefGetter
    Simple interface for fetching 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.