Java Doc for AbstractModelTest.java in  » Search-Engine » semweb4j » org » ontoware » rdf2go » model » 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 » Search Engine » semweb4j » org.ontoware.rdf2go.model 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.ontoware.rdf2go.model.AbstractModelTest

All known Subclasses:   org.ontoware.rdf2go.model.NotifyingModelTest,  org.ontoware.rdf2go.model.ModelTest,
AbstractModelTest
abstract public class AbstractModelTest extends TestCase (Code)


Field Summary
public static  URIa
    
public static  URIb
    
public static  URIc
    
public static  URIdt
    
public static  URIobject
    
public static  URIpredicate
    
public static  URIsubject
    


Method Summary
abstract public  ModelFactorygetModelFactory()
     a Model to be used in the test.
public  voidtestAddRemoveStatementBlankNode()
    
public  voidtestAddRemoveStatementBlankNode2()
    
public  voidtestAddRemoveStatementObjectURIString()
    
public  voidtestAddRemoveStatementURIObjectURIObject()
    
public  voidtestAddStatementDatatypedLiteral()
    
public  voidtestAddStatementLanguageTaggedLiteral()
    
public  voidtestAddStatementSimple()
    
public  voidtestAddStatementURIURIString()
    
public  voidtestAddTwoStatements()
    
public  voidtestAsk()
    
public  voidtestAutoCommit()
    
public  voidtestBasicUsage()
    
public  voidtestCheckForValidURI()
    
public  voidtestComparable()
    
public  voidtestComparableWithDifferent()
    
public  voidtestDiff_different()
    
public  voidtestDiff_empty()
    
public  voidtestDiff_same()
    
public  voidtestGetNewBlankNode()
    
public  voidtestGetSelectQueryResult()
    
public  voidtestGetStatementWithLiteralAndNoLanguageTagObjectURIString()
    
public  voidtestGetStatementWithLiteralAndNoLanguageTagURIURIString()
    
public  voidtestIsOpen()
    
public  voidtestLowerCaseLanguageTag()
    
public  voidtestOpenClose()
    
public  voidtestQuery()
    
public  voidtestRdfsReasoning()
    
public  voidtestRdfsReasoning2()
    
public  voidtestReadFromFile()
    
public  voidtestReadFromFileWithSyntaxArgument()
    
public  voidtestRemoveStatementDatatypedLiteral()
    
public  voidtestRemoveStatementLanguageTaggedLiteral()
    
public  voidtestRemoveStatementSimple()
    
public  voidtestRemoveStatementURIURIString()
    
public  voidtestSelectQuery()
    
public  voidtestSimpleQuery()
    
public  voidtestSimpleQuery1()
    
public  voidtestSparqlAsk()
    
public  voidtestSparqlSelectWithStrings()
    
public  voidtestSparqlSelectWithURIS()
    
public  voidtestStringEncoding()
    
public  voidtestURIs()
    
public  voidtestUpdate()
    
public  voidtestWriteRead()
    

Field Detail
a
public static URI a(Code)



b
public static URI b(Code)



c
public static URI c(Code)



dt
public static URI dt(Code)



object
public static URI object(Code)



predicate
public static URI predicate(Code)



subject
public static URI subject(Code)





Method Detail
getModelFactory
abstract public ModelFactory getModelFactory()(Code)
a Model to be used in the test. It must be fresh, e.g. unused



testAddRemoveStatementBlankNode
public void testAddRemoveStatementBlankNode() throws Exception(Code)



testAddRemoveStatementBlankNode2
public void testAddRemoveStatementBlankNode2() throws Exception(Code)



testAddRemoveStatementObjectURIString
public void testAddRemoveStatementObjectURIString() throws Exception(Code)



testAddRemoveStatementURIObjectURIObject
public void testAddRemoveStatementURIObjectURIObject() throws Exception(Code)



testAddStatementDatatypedLiteral
public void testAddStatementDatatypedLiteral() throws Exception(Code)



testAddStatementLanguageTaggedLiteral
public void testAddStatementLanguageTaggedLiteral() throws Exception(Code)



testAddStatementSimple
public void testAddStatementSimple() throws Exception(Code)



testAddStatementURIURIString
public void testAddStatementURIURIString() throws Exception(Code)



testAddTwoStatements
public void testAddTwoStatements() throws Exception(Code)



testAsk
public void testAsk() throws ModelRuntimeException(Code)



testAutoCommit
public void testAutoCommit() throws ModelRuntimeException(Code)



testBasicUsage
public void testBasicUsage()(Code)
how to write basic model usage operations



testCheckForValidURI
public void testCheckForValidURI()(Code)



testComparable
public void testComparable() throws ModelRuntimeException(Code)



testComparableWithDifferent
public void testComparableWithDifferent() throws ModelRuntimeException(Code)



testDiff_different
public void testDiff_different() throws ModelRuntimeException(Code)



testDiff_empty
public void testDiff_empty() throws ModelRuntimeException(Code)



testDiff_same
public void testDiff_same() throws ModelRuntimeException(Code)



testGetNewBlankNode
public void testGetNewBlankNode()(Code)



testGetSelectQueryResult
public void testGetSelectQueryResult() throws MalformedQueryException, ModelRuntimeException(Code)
how to make simple sparql queries and cope with the results



testGetStatementWithLiteralAndNoLanguageTagObjectURIString
public void testGetStatementWithLiteralAndNoLanguageTagObjectURIString() throws Exception(Code)



testGetStatementWithLiteralAndNoLanguageTagURIURIString
public void testGetStatementWithLiteralAndNoLanguageTagURIURIString() throws Exception(Code)



testIsOpen
public void testIsOpen()(Code)



testLowerCaseLanguageTag
public void testLowerCaseLanguageTag() throws Exception(Code)



testOpenClose
public void testOpenClose()(Code)



testQuery
public void testQuery() throws Exception(Code)



testRdfsReasoning
public void testRdfsReasoning() throws ReasoningNotSupportedException, ModelRuntimeException(Code)



testRdfsReasoning2
public void testRdfsReasoning2() throws ReasoningNotSupportedException, ModelRuntimeException(Code)



testReadFromFile
public void testReadFromFile() throws ModelRuntimeException, IOException(Code)



testReadFromFileWithSyntaxArgument
public void testReadFromFileWithSyntaxArgument() throws ModelRuntimeException, IOException(Code)



testRemoveStatementDatatypedLiteral
public void testRemoveStatementDatatypedLiteral() throws Exception(Code)



testRemoveStatementLanguageTaggedLiteral
public void testRemoveStatementLanguageTaggedLiteral() throws Exception(Code)



testRemoveStatementSimple
public void testRemoveStatementSimple() throws Exception(Code)



testRemoveStatementURIURIString
public void testRemoveStatementURIURIString() throws Exception(Code)



testSelectQuery
public void testSelectQuery() throws Exception(Code)



testSimpleQuery
public void testSimpleQuery() throws Exception(Code)



testSimpleQuery1
public void testSimpleQuery1() throws Exception(Code)



testSparqlAsk
public void testSparqlAsk() throws Exception(Code)



testSparqlSelectWithStrings
public void testSparqlSelectWithStrings() throws Exception(Code)



testSparqlSelectWithURIS
public void testSparqlSelectWithURIS() throws Exception(Code)



testStringEncoding
public void testStringEncoding()(Code)



testURIs
public void testURIs()(Code)
Check for valid and invalid URIs



testUpdate
public void testUpdate()(Code)



testWriteRead
public void testWriteRead() throws ModelRuntimeException(Code)



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