Uses of Class
org.projog.core.event.SpyPoints.SpyPoint
Packages that use SpyPoints.SpyPoint
Package
Description
Provides a mechanism for objects to notify and be notified of events.
Provides functionality to evaluate user defined predicates defined using Prolog syntax.
-
Uses of SpyPoints.SpyPoint in org.projog.core.event
Fields in org.projog.core.event with type parameters of type SpyPoints.SpyPointModifier and TypeFieldDescriptionprivate final Map<PredicateKey, SpyPoints.SpyPoint> SpyPoints.spyPointsMethods in org.projog.core.event that return SpyPoints.SpyPointModifier and TypeMethodDescriptionprivate SpyPoints.SpyPointSpyPoints.createNewSpyPoint(PredicateKey key) SpyPoints.getSpyPoint(PredicateKey key) Methods in org.projog.core.event that return types with arguments of type SpyPoints.SpyPoint -
Uses of SpyPoints.SpyPoint in org.projog.core.predicate.udp
Fields in org.projog.core.predicate.udp declared as SpyPoints.SpyPointModifier and TypeFieldDescriptionprivate final SpyPoints.SpyPointDynamicUserDefinedPredicateFactory.spyPointprivate final SpyPoints.SpyPointInterpretedTailRecursivePredicate.spyPointprivate final SpyPoints.SpyPointInterpretedTailRecursivePredicateFactory.spyPointprivate final SpyPoints.SpyPointInterpretedUserDefinedPredicate.spyPointprivate final SpyPoints.SpyPointNeverSucceedsPredicateFactory.spyPointprivate final SpyPoints.SpyPointSingleNonRetryableRulePredicateFactory.spyPointprivate final SpyPoints.SpyPointSingleRetryableRulePredicateFactory.RetryableRulePredicate.spyPointprivate final SpyPoints.SpyPointSingleRetryableRulePredicateFactory.spyPointprivate final SpyPoints.SpyPointStaticUserDefinedPredicateFactory.spyPointMethods in org.projog.core.predicate.udp that return SpyPoints.SpyPointModifier and TypeMethodDescriptionprivate static SpyPoints.SpyPointInterpretedTailRecursivePredicateFactory.getSpyPoint(KnowledgeBase kb, TailRecursivePredicateMetaData metaData) Methods in org.projog.core.predicate.udp with parameters of type SpyPoints.SpyPointModifier and TypeMethodDescription(package private) static PredicatePredicateUtils.createFailurePredicate(SpyPoints.SpyPoint spyPoint, Term[] args) (package private) static PredicatePredicateUtils.createSingleClausePredicate(ClauseAction clause, SpyPoints.SpyPoint spyPoint, Term[] args) (package private) static PredicateSingleNonRetryableRulePredicateFactory.evaluateClause(ClauseAction clause, SpyPoints.SpyPoint spyPoint, Term[] args) Constructors in org.projog.core.predicate.udp with parameters of type SpyPoints.SpyPointModifierConstructorDescription(package private)InterpretedTailRecursivePredicate(SpyPoints.SpyPoint spyPoint, Term[] inputArgs, PredicateFactory[] firstClausePredicateFactories, Term[] firstClauseConsequentArgs, Term[] firstClauseOriginalTerms, PredicateFactory[] secondClausePredicateFactories, Term[] secondClauseConsequentArgs, Term[] secondClauseOriginalTerms, boolean isRetryable) InterpretedUserDefinedPredicate(Iterator<ClauseAction> clauseActions, SpyPoints.SpyPoint spyPoint, Term[] queryArgs) (package private)RetryableRulePredicate(ClauseAction clause, SpyPoints.SpyPoint spyPoint, Term[] queryArgs) (package private)SingleNonRetryableRulePredicateFactory(ClauseAction clause, SpyPoints.SpyPoint spyPoint) SingleRetryableRulePredicateFactory(ClauseAction clause, SpyPoints.SpyPoint spyPoint)