Uses of Interface
astra.reasoner.Queryable
| Package | Description |
|---|---|
| astra.core | |
| astra.reasoner |
-
Uses of Queryable in astra.core
Classes in astra.core that implement Queryable Modifier and Type Class Description classAgentclassASTRAClassclassEventBeliefManagerMethods in astra.core with parameters of type Queryable Modifier and Type Method Description voidAgent. addSource(Queryable source) -
Uses of Queryable in astra.reasoner
Methods in astra.reasoner that return types with arguments of type Queryable Modifier and Type Method Description List<Queryable>NewReasoner. sources()List<Queryable>Reasoner. sources()Methods in astra.reasoner with parameters of type Queryable Modifier and Type Method Description voidNewReasoner. addSource(Queryable source)voidReasoner. addSource(Queryable source)Constructor parameters in astra.reasoner with type arguments of type Queryable Constructor Description BeliefIterator(List<Queryable> sources, Predicate target)