Java Doc for ReasonerVocabulary.java in  » RSS-RDF » Jena-2.5.5 » com » hp » hpl » jena » vocabulary » Java Source Code / Java DocumentationJava Source Code and Java Documentation

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.vocabulary 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.hp.hpl.jena.vocabulary.ReasonerVocabulary

ReasonerVocabulary
public class ReasonerVocabulary (Code)
A collection of RDF terms used in driving or configuring some of the builtin reasoners.
author:
   Dave Reynolds
version:
   $Revision: 1.28 $ on $Date: 2008/01/22 15:59:10 $


Field Summary
final public static  PropertyEXT_REASONER_AXIOMS
     Property to denote the axioms file that the reasoner will use for background knowledge.
final public static  PropertyEXT_REASONER_ONT_LANG
     Property to denote the ontology language (OWL, DAML, RDFS) an external reasoner will process.
final public static  PropertyEXT_REASONER_URL
     Property to denote the URL of an external reasoner.
final public static  StringJenaReasonerNS
    
final public static  PropertyPROPderivationLogging
     Property used to configure the derivation logging behaviour of a reasoner. Set to "true" to enable logging of derivations.
final public static  PropertyPROPenableCMPScan
     Property used to switch on/off scanning of data for container membership properties in RDFS preprocessing.
final public static  PropertyPROPenableFunctorFiltering
     Property used to switch on/off filtering of functors from returned results in the generic rule engine.
final public static  PropertyPROPenableOWLTranslation
     Property used to switch on/off OWL schema translation on a generic rule reasoner.
final public static  PropertyPROPenableTGCCaching
     Property used to switch on/off use of the dedicated subclass/subproperty caching in a generic rule reasoner.
final public static  PropertyPROPruleMode
     Property used to set the mode of a generic rule reasoner.
final public static  PropertyPROPruleSet
     Property used to attach a file a rules to a generic rule reasoner. Value should a URI giving the rule set to use.
final public static  PropertyPROPsetRDFSLevel
     Property used to switch to different RDFS processing levles.
final public static  PropertyPROPtraceOn
     Property used to configure the tracing behaviour of a reasoner. Set to "true" to enable internal trace message to be sent to Logger.info .
final public static  StringPropURI
    
final public static  StringRBNamespace
    
final public static  PropertyRB_VALIDATION
    
final public static  PropertyRB_VALIDATION_REPORT
    
final public static  StringRDFS_DEFAULT
    
final public static  StringRDFS_FULL
     Constant for PROPsetRDFSLevel - fullest implementation supported.
final public static  StringRDFS_SIMPLE
     Constant for PROPsetRDFSLevel - simplified, higher performance rules.
final public static  ResourceReasonerClass
    
final public static  PropertyconfigurationP
    
final public static  PropertydescriptionP
    
final public static  PropertydirectRDFType
    
final public static  PropertydirectSubClassOf
    
final public static  PropertydirectSubPropertyOf
    
final public static  PropertyhasRule
     Property of a GRR rule-set config that specifies a rule as a string in the Jena rules language.
final public static  PropertyindividualAsThingP
    
final public static  PropertynameP
    
final public static  PropertyruleSet
     Property of a GRR config with object a node with rule set properties.
final public static  PropertyruleSetURL
     Property of a GRR config with object a resource who's URI is the URL of a Jena rules text.
final public static  PropertyschemaURL
     Property of a reasoner that specifies the URL of a schema to load.
final public static  PropertysupportsP
    
final public static  PropertyversionP
    


Method Summary
final public static  StringgetJenaReasonerNS()
    
final public static  StringgetRBNamespace()
    
final protected static  PropertyjenaReasonerProperty(String localName)
    
final protected static  PropertyruleReasonerProperty(String localName)
    

Field Detail
EXT_REASONER_AXIOMS
final public static Property EXT_REASONER_AXIOMS(Code)
Property to denote the axioms file that the reasoner will use for background knowledge. Values are URL's. Default is no axioms.



EXT_REASONER_ONT_LANG
final public static Property EXT_REASONER_ONT_LANG(Code)
Property to denote the ontology language (OWL, DAML, RDFS) an external reasoner will process. Values are URI's, see com.hp.hpl.jena.ontology.ProfileRegistry . Default is OWL.



EXT_REASONER_URL
final public static Property EXT_REASONER_URL(Code)
Property to denote the URL of an external reasoner. Default is http://localhost:8081



JenaReasonerNS
final public static String JenaReasonerNS(Code)
The namespace used for system level descriptive properties of any reasoner



PROPderivationLogging
final public static Property PROPderivationLogging(Code)
Property used to configure the derivation logging behaviour of a reasoner. Set to "true" to enable logging of derivations.



PROPenableCMPScan
final public static Property PROPenableCMPScan(Code)
Property used to switch on/off scanning of data for container membership properties in RDFS preprocessing.



PROPenableFunctorFiltering
final public static Property PROPenableFunctorFiltering(Code)
Property used to switch on/off filtering of functors from returned results in the generic rule engine. Default is filtering on.



PROPenableOWLTranslation
final public static Property PROPenableOWLTranslation(Code)
Property used to switch on/off OWL schema translation on a generic rule reasoner. Value should be "true" to enable OWL translation



PROPenableTGCCaching
final public static Property PROPenableTGCCaching(Code)
Property used to switch on/off use of the dedicated subclass/subproperty caching in a generic rule reasoner. Set to "true" to enable caching.



PROPruleMode
final public static Property PROPruleMode(Code)
Property used to set the mode of a generic rule reasoner. Valid values are the strings "forward", "backward" or "hybrid"



PROPruleSet
final public static Property PROPruleSet(Code)
Property used to attach a file a rules to a generic rule reasoner. Value should a URI giving the rule set to use.



PROPsetRDFSLevel
final public static Property PROPsetRDFSLevel(Code)
Property used to switch to different RDFS processing levles. The legal levels are "default", "simple", and "full".



PROPtraceOn
final public static Property PROPtraceOn(Code)
Property used to configure the tracing behaviour of a reasoner. Set to "true" to enable internal trace message to be sent to Logger.info .



PropURI
final public static String PropURI(Code)
Base URI used for configuration properties for rule reasoners



RBNamespace
final public static String RBNamespace(Code)
A namespace used for Rubrik specific properties



RB_VALIDATION
final public static Property RB_VALIDATION(Code)
Property used to switch on validation in owl ruleset



RB_VALIDATION_REPORT
final public static Property RB_VALIDATION_REPORT(Code)
Property used for validation reports in owl ruleset



RDFS_DEFAULT
final public static String RDFS_DEFAULT(Code)
Constant for PROPsetRDFSLevel - default behaviour



RDFS_FULL
final public static String RDFS_FULL(Code)
Constant for PROPsetRDFSLevel - fullest implementation supported.



RDFS_SIMPLE
final public static String RDFS_SIMPLE(Code)
Constant for PROPsetRDFSLevel - simplified, higher performance rules.



ReasonerClass
final public static Resource ReasonerClass(Code)
The RDF class to which all Reasoners belong



configurationP
final public static Property configurationP(Code)
Reasoner description property: a configuration property supported by the reasoner



descriptionP
final public static Property descriptionP(Code)
Reasoner description property: text description of the reasoner



directRDFType
final public static Property directRDFType(Code)
The property that represents the direct/minimal version of the rdf:type relationship



directSubClassOf
final public static Property directSubClassOf(Code)
The property that represents the direct/minimal version of the subClassOf relationship



directSubPropertyOf
final public static Property directSubPropertyOf(Code)
The property that represents the direct/minimal version of the subPropertyOf relationship



hasRule
final public static Property hasRule(Code)
Property of a GRR rule-set config that specifies a rule as a string in the Jena rules language.



individualAsThingP
final public static Property individualAsThingP(Code)
A faux property used in reasoner capabilty models to denote reasoners that infer that individuals have rdf:type owl:Thing (or daml:Thing)



nameP
final public static Property nameP(Code)
Reasoner description property: name of the reasoner



ruleSet
final public static Property ruleSet(Code)
Property of a GRR config with object a node with rule set properties.



ruleSetURL
final public static Property ruleSetURL(Code)
Property of a GRR config with object a resource who's URI is the URL of a Jena rules text.



schemaURL
final public static Property schemaURL(Code)
Property of a reasoner that specifies the URL of a schema to load.



supportsP
final public static Property supportsP(Code)
Reasoner description property: a schema property supported by the reasoner



versionP
final public static Property versionP(Code)
Reasoner description property: version of the reasoner





Method Detail
getJenaReasonerNS
final public static String getJenaReasonerNS()(Code)
Return namespace used for system level descriptive properties of any reasoner



getRBNamespace
final public static String getRBNamespace()(Code)
Return namespace used for Rubric specific properties



jenaReasonerProperty
final protected static Property jenaReasonerProperty(String localName)(Code)



ruleReasonerProperty
final protected static Property ruleReasonerProperty(String localName)(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.