Uses of Interface
org.projog.core.predicate.udp.KeyFactories.KeyFactory
-
Packages that use KeyFactories.KeyFactory Package Description org.projog.core.predicate.udp Provides functionality to evaluate user defined predicates defined using Prolog syntax. -
-
Uses of KeyFactories.KeyFactory in org.projog.core.predicate.udp
Classes in org.projog.core.predicate.udp that implement KeyFactories.KeyFactory Modifier and Type Class Description private static classKeyFactories.KeyFactory1private static classKeyFactories.KeyFactory2private static classKeyFactories.KeyFactory3Fields in org.projog.core.predicate.udp declared as KeyFactories.KeyFactory Modifier and Type Field Description private static KeyFactories.KeyFactory[]KeyFactories. FACTORIESprivate KeyFactories.KeyFactoryIndex. keyFactoryMethods in org.projog.core.predicate.udp that return KeyFactories.KeyFactory Modifier and Type Method Description (package private) static KeyFactories.KeyFactoryKeyFactories. getKeyFactory(int numArgs)
-