Uses of Class
org.projog.core.event.SpyPoints.SpyPoint
-
Packages that use SpyPoints.SpyPoint Package Description org.projog.core.event Provides a mechanism for objects to notify and be notified of events.org.projog.core.predicate.udp 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.SpyPoint Modifier and Type Field Description private java.util.Map<PredicateKey,SpyPoints.SpyPoint>SpyPoints. spyPointsMethods in org.projog.core.event that return SpyPoints.SpyPoint Modifier and Type Method Description private SpyPoints.SpyPointSpyPoints. createNewSpyPoint(PredicateKey key)SpyPoints.SpyPointSpyPoints. getSpyPoint(PredicateKey key)Methods in org.projog.core.event that return types with arguments of type SpyPoints.SpyPoint Modifier and Type Method Description java.util.Map<PredicateKey,SpyPoints.SpyPoint>SpyPoints. getSpyPoints() -
Uses of SpyPoints.SpyPoint in org.projog.core.predicate.udp
Fields in org.projog.core.predicate.udp declared as SpyPoints.SpyPoint Modifier and Type Field Description private SpyPoints.SpyPointDynamicUserDefinedPredicateFactory. spyPointprivate SpyPoints.SpyPointInterpretedTailRecursivePredicate. spyPointprivate SpyPoints.SpyPointInterpretedTailRecursivePredicateFactory. spyPointprivate SpyPoints.SpyPointInterpretedUserDefinedPredicate. spyPointprivate SpyPoints.SpyPointNeverSucceedsPredicateFactory. spyPointprivate SpyPoints.SpyPointSingleNonRetryableRulePredicateFactory. spyPointprivate SpyPoints.SpyPointSingleRetryableRulePredicateFactory.RetryableRulePredicate. spyPointprivate SpyPoints.SpyPointSingleRetryableRulePredicateFactory. spyPointprivate SpyPoints.SpyPointStaticUserDefinedPredicateFactory. spyPointMethods in org.projog.core.predicate.udp that return SpyPoints.SpyPoint Modifier and Type Method Description private static SpyPoints.SpyPointInterpretedTailRecursivePredicateFactory. getSpyPoint(KnowledgeBase kb, TailRecursivePredicateMetaData metaData)Methods in org.projog.core.predicate.udp with parameters of type SpyPoints.SpyPoint Modifier and Type Method Description (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.SpyPoint Constructor Description InterpretedTailRecursivePredicate(SpyPoints.SpyPoint spyPoint, Term[] inputArgs, PredicateFactory[] firstClausePredicateFactories, Term[] firstClauseConsequentArgs, Term[] firstClauseOriginalTerms, PredicateFactory[] secondClausePredicateFactories, Term[] secondClauseConsequentArgs, Term[] secondClauseOriginalTerms, boolean isRetryable)InterpretedUserDefinedPredicate(java.util.Iterator<ClauseAction> clauseActions, SpyPoints.SpyPoint spyPoint, Term[] queryArgs)NeverSucceedsPredicateFactory(SpyPoints.SpyPoint spyPoint)RetryableRulePredicate(ClauseAction clause, SpyPoints.SpyPoint spyPoint, Term[] queryArgs)SingleNonRetryableRulePredicateFactory(ClauseAction clause, SpyPoints.SpyPoint spyPoint)SingleRetryableRulePredicateFactory(ClauseAction clause, SpyPoints.SpyPoint spyPoint)
-