org.mandarax.reference

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Rule Engine » Mandarax » org.mandarax.reference 
org.mandarax.reference
Java Source File NameTypeComment
AbstractKnowledgeBase.javaClass Abstract super class for knowledge bases.
AbstractResolutionInferenceEngine.javaClass Abstract superclass for inference engines based on resolution.
AdvancedKnowledgeBase.javaClass Default implementation of a knowledge base managing clause sets in anordered container (like a list).
CautiousSemanticEvaluationPolicy.javaClass Semantic evaluation policy that evaluates complex terms only if they are in the context of a semantic predicate.
Complex.javaClass Abstract super class for logical entities such as complex terms and facts.
ComplexTermImpl.javaClass Reference implementation for complex terms.
ConstantTermImpl.javaClass Reference implementation for constant terms.
DefaultInferenceEngine.javaClass Default inference engine.
DefaultLogicFactory.javaClass Factory object for creating logical entities objects. The classes with the postfix Impl should never be instanciated directly.
DefaultLoopCheckingAlgorithm.javaClass Simple implementation of a loop checking algorithm that can be customized by setting some parameters.
DefaultSelectionPolicy.javaClass Selection policy that orders literals from the left to the right, but moves all negated literals to the right.
Using this selection policy can proof R(a) from -P(x),Q(x) -> R(x),Q(a) , using 'left most selection' would only be able to do this with prerequisites being in a different position.
DefaultSemanticEvaluationPolicy.javaClass Default policy to do semantic evaluation: if predicates / functions are semantic, always try to evaluate the respective clauses / complex terms.
DerivationNodeImpl.javaClass Derivation nodes represent application of a single rule.
DerivationStepCounter.javaClass Simple class for counting the derivation step.
DerivationTreeBuilder.javaClass Builder for a derivation tree.
ExtendedUnificationAlgorithm.javaInterface Extended unification algorithm that keeps a reference to the semantic evaluation policy and can use it in order to unify terms.
FactImpl.javaClass Reference implementation for (simple) facts.
IEUtils.javaClass Class containing some useful utilities for inference engine implementations.
KnowledgeBase.javaClass Default implementation of a knowledge base.
LeftMostSelectionPolicy.javaClass Simple selection policy - just use the natural order of the negative literals of the goal.
NoSemanticEvaluationPolicy.javaClass Semantic evaluation policy that switches semantic evaluation off.
NullLoopCheckingAlgorithm.javaClass Trivial loop checking algorithm which actually means no loop checking at all.
PrerequisiteImpl.javaClass Reference implementation of the Prerequisite interface.
QueryImpl.javaClass Reference implementation of the Query interface.

Warning:This class should only be instanciated through a logic factory object.

Resolution.javaClass Helper class to retrieve resolution steps.
ResolutionInferenceEngine.javaClass Implementation of an inference engine returning only one result.
ResolutionInferenceEngine2.javaClass Implementation of an inference engine returning many results.
ResolutionInferenceEngine3.javaClass Implementation of an inference engine returning many results.
ResolutionInferenceEngine4.javaClass Implementation of an inference engine returning many results.
ResultSetImpl2.javaClass Implementation of a result set for ResolutionInferenceEngine2.
RightMostSelectionPolicy.javaClass Simple selection policy - just use the converse order of the negative literals of the goal.
RobinsonsUnificationAlgorithm.javaClass Reference implementation of Robinson's unification algorithm.
RuleImpl.javaClass Reference implementation for rules.
SemanticEvaluationPolicy.javaInterface Algorithm used by the inference engines to evaluate 'semantic' clauses and terms.
SessionImpl.javaClass Default session implementation.
StrictSelectionPolicy.javaClass Strict selection policy - just use the first negative literal of the goal.
TmpClause.javaClass Simple clause class for internal use in the inference engine.
VariableRenaming.javaClass Utility to clone facts and to rename variables.
VariableTermImpl.javaClass Reference implementation for variable terms.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.