com.hp.hpl.jena.reasoner.rulesys.impl

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 » RSS RDF » Jena 2.5.5 » com.hp.hpl.jena.reasoner.rulesys.impl 
com.hp.hpl.jena.reasoner.rulesys.impl
Package documentation for com.hp.hpl.jena.reasoner.rulesys.impl

Internal implementation objects used by the rule system interpreters and compilers. Note that the class in here are not intended for general use. In particular, they are primarily stucts rather than correctly encasulated objects (i.e. they access each other's fields directly in some cases, instead of indirectly through accessor methods).

Java Source File NameTypeComment
BaseRuleReasonerFactory.javaClass BaseRuleReasonerFactory - a base for RuleReasonerFactories that handles the list of rules.
BBRuleContext.javaClass Implementation of RuleContext for use in the backward chaining interpreter.
BFRuleContext.javaClass An implementation of the generic RuleContext interface used by the basic forward (BF) rule engine.
BindingStack.javaClass Provides a trail of possible variable bindings for a forward rule.
BindingVector.javaClass An implementation of a binding environment that maintains a single array of bound values for the variables in a rule. Stack management is done externally.
ChoicePointFrame.javaClass Represents a single frame in the LP interpreter's choice point stack, represents the OR part of the search tree.
ConsumerChoicePointFrame.javaClass Frame in the LPInterpreter's control stack used to represent matching to the results of a tabled predicate.
EnvironmentFrame.javaClass Represents a single frame in the LP interpreter's environment stack.
EnvironmentFrameWithDerivation.javaClass Extension of the normal AND-stack environment frame to support incremental derivation logging.
FrameObject.javaClass Base class for stack frame objects.
FRuleEngine.javaClass The processing engine for forward production rules.
FRuleEngineI.javaInterface Rule engines implement the internals of forward rule inference graphs and the forward part of hybrid graphs.
Generator.javaClass A generator represents a set of memoized results for a single tabled subgoal.
GenericChoiceFrame.javaClass Core properties of choice frames used use to represent the OR state of the backtracking search.
GenericTripleMatchFrame.javaClass Frame on the choice point stack used to represent the state of some form of triple match - this is either a direct graph query or a query to a cached set of results.
LPAgendaEntry.javaInterface The signature of classes that can go on the LPEngines processing agenda.
LPBindingEnvironment.javaClass Implementation of the binding environment interface for use in LP backward rules.
LPBRuleEngine.javaClass LP version of the core backward chaining engine.
LPInterpreter.javaClass Bytecode interpeter engine for the LP version of the backward chaining rule system.
LPInterpreterContext.javaInterface The context in which an LPInterpreter instance is running.
LPInterpreterState.javaInterface Marker interface for classes than can be used to initialize the state of an LP interpreter - either an initial context (which in turn is either a top level iterator or an generator being run for the first time), or a previaous saved context (i.e.
LPRuleStore.javaClass Holds the set of backward rules used by an LPEngine.
LPRuleSyntaxException.javaClass Exception used to indicate syntactic errors the LP version of the backward chaining rule engine.
LPTopGoalIterator.javaClass Wraps up the results an LP rule engine instance into a conventional iterator.
MutableTriplePattern.javaClass Variant of the normal TriplePattern object which can be updated in place to avoid store turn over.
OWLExptRuleTranslationHook.javaClass Experimental change to OWL translation hook that doesn't handle translation of restrictions to functors.
OWLRuleTranslationHook.javaClass A rule preprocessor that scans the data looking for interesection definitions and augements the rule base by translations of the intersection statement.
RDFSCMPPreprocessHook.javaClass A rule preprocessor that scans all supplied data looking for instances of container membership properties and adds those to the deductions set.
RETEClauseFilter.javaClass Checks a triple against the grounded matches and intra-triple matches for a single rule clause.
RETEConflictSet.javaClass Manages a set of ready-to-fire rules.
RETEEngine.javaClass A RETE version of the the forward rule system engine.
RETENode.javaInterface Interface for all nodes in the network.
RETEQueue.javaClass Represents one input left of a join node.
RETERuleContext.javaClass An implementation of the generic RuleContext for use in the RETE implementation.
RETESinkNode.javaInterface Interface for all inner nodes in the RETE network.
RETESourceNode.javaInterface Interface for all non-terminal nodes in the network.
RETETerminal.javaClass The final node in a RETE graph.
RuleClauseCode.javaClass Object used to hold the compiled bytecode stream for a single rule clause.
RuleStore.javaClass Indexes a collection of rule.
StateFlag.javaClass A set of constants used to record state information in the backchaining rule interepreter.
TempNodeCache.javaClass In some rules we need to be able to create temporary property values which are inferred from ontology constraints but not present in the ground data.
TopLevelTripleMatchFrame.javaClass
TripleMatchFrame.javaClass Frame on the choice point stack used to represent the state of a direct graph triple match.
WrappedReasonerFactory.javaClass WrappedReasonerFactory - a wrapper round ReasonerFactories that accepts a Resource configuring initial rules, schemas, etc.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.