Java Doc for TestOntModel.java in  » RSS-RDF » Jena-2.5.5 » com » hp » hpl » jena » ontology » impl » test » 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.ontology.impl.test 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.hp.hpl.jena.rdf.model.test.ModelTestBase
   com.hp.hpl.jena.ontology.impl.test.TestOntModel

TestOntModel
public class TestOntModel extends ModelTestBase (Code)

Unit tests on OntModel capabilities. Many of OntModel's methods are tested by the other abstractions' unit tests.


author:
   Ian Dickinson, HP Labs
author:
   (email)
version:
   CVS $Id: TestOntModel.java,v 1.31 2008/02/06 11:28:43 ian_dickinson Exp $

Inner Class :protected class OWLProfileExt extends OWLProfile
Inner Class :protected class OWLDLProfileExt extends OWLDLProfile
Inner Class :protected class OWLLiteProfileExt extends OWLLiteProfile

Field Summary
final public static  StringBASE
    
final public static  StringDOC
    
final public static  StringNS
    

Constructor Summary
public  TestOntModel(String name)
    

Method Summary
public  voidsetUp()
    
public  voidtestAddImports0()
    
public  voidtestAddImports1()
    
public  voidtestBulkAddWorks()
     Added by kers to ensure that bulk update works; should really be a test of the ontology Graph using AbstractTestGraph, but that fails because there are too many things that don't pass those tests.
public  voidtestCreateIndividual()
    
public  voidtestGetAllValuesFromRestriction()
    
public  voidtestGetAnnotationProperty()
    
public  voidtestGetBaseModelPrefixes()
    
public  voidtestGetCardinalityRestriction()
    
public  voidtestGetComplementClass()
    
public  voidtestGetDatatypeProperty()
    
public  voidtestGetEnumeratedClass()
    
public  voidtestGetHasValueRestriction()
    
public  voidtestGetImportedModel()
    
public  voidtestGetIndividual()
    
public  voidtestGetIntersectionClass()
    
public  voidtestGetInverseFunctionalProperty()
    
public  voidtestGetMaxCardinalityRestriction()
    
public  voidtestGetMinCardinalityRestriction()
    
public  voidtestGetObjectProperty()
    
public  voidtestGetOntClass()
    
public  voidtestGetOntProperty()
    
public  voidtestGetOntResource()
    
public  voidtestGetOntology()
    
public  voidtestGetRestriction()
    
public  voidtestGetSomeValuesFromRestriction()
    
public  voidtestGetSubgraphs()
    
public  voidtestGetSymmetricProperty()
    
public  voidtestGetTransitiveProperty()
    
public  voidtestGetUnionClass()
    
public  voidtestListAllOntProperties0()
    
public  voidtestListAnnotationProperties0()
    
public  voidtestListDataRange()
    
public  voidtestListDatatypeProperties0()
    
public  voidtestListHierarchyRoots0()
    
public  voidtestListHierarchyRoots1()
    
public  voidtestListHierarchyRoots2()
    
public  voidtestListHierarchyRoots3()
    
public  voidtestListHierarchyRoots4()
    
public  voidtestListImportURIs()
    
public  voidtestListObjectProperties0()
    
public  voidtestListOntProperties0()
     Some tests for listing properties.
public  voidtestListOntProperties1()
    
public  voidtestListOntProperties2()
    
public  voidtestListSubModels0()
    
public  voidtestListSubModels1()
    
public  voidtestLoadImports0()
    
public  voidtestLoadImports1()
    
public  voidtestPrefixDefaulting()
     The prefixes of an OntModel should be the prefixes of its base model, plus any non-clashing ones from the document manager's prefix mapping.
public  voidtestProfiles()
     Test that the supports checks that are defined in the OWL full profile are not missing in the DL and Lite profiles, unless by design.
public  voidtestRead()
    
public  voidtestWriteOutputStream()
    
public  voidtestWriteWriter()
    
public  voidtestWritesPrefixes()
    
public  voidxxtestGetDeductionsModel0()
     Getting the deductions model of an OntModel see also TestBugs.testOntModelGetDeductions

ijd: Feb 6th, 2008 - this test has been disabled for the time being, since it is not correct as written.


Field Detail
BASE
final public static String BASE(Code)



DOC
final public static String DOC(Code)



NS
final public static String NS(Code)




Constructor Detail
TestOntModel
public TestOntModel(String name)(Code)




Method Detail
setUp
public void setUp()(Code)



testAddImports0
public void testAddImports0()(Code)
Test getting conclusions after loading imports



testAddImports1
public void testAddImports1()(Code)



testBulkAddWorks
public void testBulkAddWorks()(Code)
Added by kers to ensure that bulk update works; should really be a test of the ontology Graph using AbstractTestGraph, but that fails because there are too many things that don't pass those tests.

Yet.




testCreateIndividual
public void testCreateIndividual()(Code)
User requested: allow null arguments when creating individuals



testGetAllValuesFromRestriction
public void testGetAllValuesFromRestriction()(Code)



testGetAnnotationProperty
public void testGetAnnotationProperty()(Code)



testGetBaseModelPrefixes
public void testGetBaseModelPrefixes()(Code)



testGetCardinalityRestriction
public void testGetCardinalityRestriction()(Code)



testGetComplementClass
public void testGetComplementClass()(Code)



testGetDatatypeProperty
public void testGetDatatypeProperty()(Code)



testGetEnumeratedClass
public void testGetEnumeratedClass()(Code)



testGetHasValueRestriction
public void testGetHasValueRestriction()(Code)



testGetImportedModel
public void testGetImportedModel()(Code)



testGetIndividual
public void testGetIndividual()(Code)



testGetIntersectionClass
public void testGetIntersectionClass()(Code)



testGetInverseFunctionalProperty
public void testGetInverseFunctionalProperty()(Code)



testGetMaxCardinalityRestriction
public void testGetMaxCardinalityRestriction()(Code)



testGetMinCardinalityRestriction
public void testGetMinCardinalityRestriction()(Code)



testGetObjectProperty
public void testGetObjectProperty()(Code)



testGetOntClass
public void testGetOntClass()(Code)



testGetOntProperty
public void testGetOntProperty()(Code)



testGetOntResource
public void testGetOntResource()(Code)



testGetOntology
public void testGetOntology()(Code)



testGetRestriction
public void testGetRestriction()(Code)



testGetSomeValuesFromRestriction
public void testGetSomeValuesFromRestriction()(Code)



testGetSubgraphs
public void testGetSubgraphs()(Code)



testGetSymmetricProperty
public void testGetSymmetricProperty()(Code)



testGetTransitiveProperty
public void testGetTransitiveProperty()(Code)



testGetUnionClass
public void testGetUnionClass()(Code)



testListAllOntProperties0
public void testListAllOntProperties0()(Code)



testListAnnotationProperties0
public void testListAnnotationProperties0()(Code)



testListDataRange
public void testListDataRange()(Code)



testListDatatypeProperties0
public void testListDatatypeProperties0()(Code)



testListHierarchyRoots0
public void testListHierarchyRoots0()(Code)



testListHierarchyRoots1
public void testListHierarchyRoots1()(Code)



testListHierarchyRoots2
public void testListHierarchyRoots2()(Code)



testListHierarchyRoots3
public void testListHierarchyRoots3()(Code)



testListHierarchyRoots4
public void testListHierarchyRoots4()(Code)



testListImportURIs
public void testListImportURIs()(Code)



testListObjectProperties0
public void testListObjectProperties0()(Code)



testListOntProperties0
public void testListOntProperties0()(Code)
Some tests for listing properties. See also TestListSyntaxCategories



testListOntProperties1
public void testListOntProperties1()(Code)



testListOntProperties2
public void testListOntProperties2()(Code)



testListSubModels0
public void testListSubModels0()(Code)



testListSubModels1
public void testListSubModels1()(Code)



testLoadImports0
public void testLoadImports0()(Code)



testLoadImports1
public void testLoadImports1()(Code)



testPrefixDefaulting
public void testPrefixDefaulting()(Code)
The prefixes of an OntModel should be the prefixes of its base model, plus any non-clashing ones from the document manager's prefix mapping. (which this test assume includes rdfs and daml).



testProfiles
public void testProfiles()(Code)
Test that the supports checks that are defined in the OWL full profile are not missing in the DL and Lite profiles, unless by design. Not strictly a model test, but it has to go somewhere



testRead
public void testRead()(Code)



testWriteOutputStream
public void testWriteOutputStream()(Code)
Test writing the base model to an output stream



testWriteWriter
public void testWriteWriter()(Code)
Test writing the base model to an output stream



testWritesPrefixes
public void testWritesPrefixes()(Code)



xxtestGetDeductionsModel0
public void xxtestGetDeductionsModel0()(Code)
Getting the deductions model of an OntModel see also TestBugs.testOntModelGetDeductions

ijd: Feb 6th, 2008 - this test has been disabled for the time being, since it is not correct as written. However, I'm not removing or changing it just yet, since it is showing up an infelicity in the rule engine that Dave will investigate at some future date.




Fields inherited from com.hp.hpl.jena.rdf.model.test.ModelTestBase
protected static Model aModel(Code)(Java Doc)
final protected static Model empty(Code)(Java Doc)

Methods inherited from com.hp.hpl.jena.rdf.model.test.ModelTestBase
public static void assertIsoModels(String title, Model wanted, Model got)(Code)(Java Doc)
public static void assertIsoModels(Model wanted, Model got)(Code)(Java Doc)
public static Model createMemModel()(Code)(Java Doc)
public static Model createModel(ReificationStyle style)(Code)(Java Doc)
protected static Model extendedModel()(Code)(Java Doc)
public static Literal literal(Model m, String s)(Code)(Java Doc)
public static Model modelAdd(Model m, String facts)(Code)(Java Doc)
public static Model modelWithStatements(String facts)(Code)(Java Doc)
public static Model modelWithStatements(ReificationStyle style, String facts)(Code)(Java Doc)
protected static String nice(RDFNode n)(Code)(Java Doc)
public static Property property(String s)(Code)(Java Doc)
public static Property property(Model m, String s)(Code)(Java Doc)
public static RDFNode rdfNode(Model m, String s)(Code)(Java Doc)
public static RDFNode rdfNode(Model m, String s, Class c)(Code)(Java Doc)
protected static Resource resource()(Code)(Java Doc)
public static Resource resource(String s)(Code)(Java Doc)
public static Resource resource(Model m, String s)(Code)(Java Doc)
public static Set resourceSet(String items)(Code)(Java Doc)
public static Resource[] resources(Model m, String items)(Code)(Java Doc)
public static Statement statement(Model m, String fact)(Code)(Java Doc)
public static Statement statement(String fact)(Code)(Java Doc)
public static Statement[] statements(Model m, String facts)(Code)(Java Doc)

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