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


org.ontoware.rdfreactor.schema.rdfs.Resource
   org.ontoware.rdfreactor.schema.owl.OwlThing
      org.ontoware.rdfreactor.schema.owl.OwlClass

All known Subclasses:   org.ontoware.rdfreactor.schema.owl.DeprecatedClass,  org.ontoware.rdfreactor.schema.owl.Restriction,
OwlClass
public class OwlClass extends OwlThing (Code)
This class manages access to these properties:
  • ComplementOf
  • DisjointWith
  • EquivalentClass
  • IntersectionOf
  • UnionOf
  • OneOf
  • SubClassOf
This class was generated by RDFReactor on 26.01.08 12:47


Field Summary
final public static  URICOMPLEMENTOF
    
final public static  URIDISJOINTWITH
    
final public static  URIEQUIVALENTCLASS
    
final public static  URIINTERSECTIONOF
    
final public static  URI[]MANAGED_URIS
    
final public static  URIONEOF
    
final public static  URIRDFS_CLASS
    
final public static  URISUBCLASSOF
    
final public static  URIUNIONOF
    

Constructor Summary
protected  OwlClass(Model model, URI classURI, org.ontoware.rdf2go.model.node.Resource instanceIdentifier, boolean write)
     Returns a Java wrapper over an RDF object, identified by URI.
public  OwlClass(Model model, org.ontoware.rdf2go.model.node.Resource instanceIdentifier, boolean write)
     Returns a Java wrapper over an RDF object, identified by URI.
public  OwlClass(Model model, String uriString, boolean write)
     Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
public  OwlClass(Model model, BlankNode bnode, boolean write)
     Returns a Java wrapper over an RDF object, identified by a blank node.
public  OwlClass(Model model, boolean write)
     Returns a Java wrapper over an RDF object, identified by a randomly generated URI.

Method Summary
public static  voidaddComplementOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidaddComplementOf(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidaddComplementOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)
    
public  voidaddComplementOf(OwlClass value)
    
public  voidaddComplementOf()
    
public static  voidaddDisjointWith(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidaddDisjointWith(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidaddDisjointWith(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)
    
public  voidaddDisjointWith(OwlClass value)
    
public  voidaddDisjointWith()
    
public static  voidaddEquivalentClass(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidaddEquivalentClass(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidaddEquivalentClass(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)
    
public  voidaddEquivalentClass(OwlClass value)
    
public  voidaddEquivalentClass()
    
public static  voidaddIntersectionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidaddIntersectionOf(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidaddIntersectionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value)
    
public  voidaddIntersectionOf(List value)
    
public  voidaddIntersectionOf()
    
public static  voidaddOneOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidaddOneOf(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidaddOneOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value)
    
public  voidaddOneOf(List value)
    
public  voidaddOneOf()
    
public static  voidaddSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidaddSubClassOf(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidaddSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)
    
public  voidaddSubClassOf(OwlClass value)
    
public  voidaddSubClassOf()
    
public static  voidaddUnionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidaddUnionOf(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidaddUnionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value)
    
public  voidaddUnionOf(List value)
    
public  voidaddUnionOf()
    
public static  voidcreateInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
     Create a new instance of this class in the model.
public static  voiddeleteInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
     Delete all rdf:type from this instance.
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Resource>getAllAllValuesFrom_Inverse(Model model, Object objectValue)
    
public static  ClosableIterator<OwlClass>getAllComplementOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<OwlClass>getAllComplementOf()
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Resource>getAllComplementOf_Inverse(Model model, Object objectValue)
    
public static  ReactorResult<OwlClass>getAllComplementOf_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<OwlClass>getAllComplementOf_as()
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllComplementOf_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllComplementOf_asNode()
    
public static  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllComplementOf_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllComplementOf_asNode_()
    
public static  ClosableIterator<OwlClass>getAllDisjointWith(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<OwlClass>getAllDisjointWith()
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Resource>getAllDisjointWith_Inverse(Model model, Object objectValue)
    
public static  ReactorResult<OwlClass>getAllDisjointWith_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<OwlClass>getAllDisjointWith_as()
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllDisjointWith_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllDisjointWith_asNode()
    
public static  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllDisjointWith_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllDisjointWith_asNode_()
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Resource>getAllDomain_Inverse(Model model, Object objectValue)
    
public static  ClosableIterator<OwlClass>getAllEquivalentClass(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<OwlClass>getAllEquivalentClass()
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Resource>getAllEquivalentClass_Inverse(Model model, Object objectValue)
    
public static  ReactorResult<OwlClass>getAllEquivalentClass_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<OwlClass>getAllEquivalentClass_as()
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllEquivalentClass_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllEquivalentClass_asNode()
    
public static  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllEquivalentClass_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllEquivalentClass_asNode_()
    
public static  ReactorResult<? extends OwlClass>getAllInstance_as(Model model)
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Resource>getAllInstances(Model model)
    
public static  ClosableIterator<List>getAllIntersectionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<List>getAllIntersectionOf()
    
public static  ReactorResult<List>getAllIntersectionOf_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<List>getAllIntersectionOf_as()
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllIntersectionOf_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllIntersectionOf_asNode()
    
public static  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllIntersectionOf_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllIntersectionOf_asNode_()
    
public static  ClosableIterator<List>getAllOneOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<List>getAllOneOf()
    
public static  ReactorResult<List>getAllOneOf_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<List>getAllOneOf_as()
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllOneOf_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllOneOf_asNode()
    
public static  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllOneOf_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllOneOf_asNode_()
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Resource>getAllRange_Inverse(Model model, Object objectValue)
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Resource>getAllSomeValuesFrom_Inverse(Model model, Object objectValue)
    
public static  ClosableIterator<OwlClass>getAllSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<OwlClass>getAllSubClassOf()
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Resource>getAllSubClassOf_Inverse(Model model, Object objectValue)
    
public static  ReactorResult<OwlClass>getAllSubClassOf_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<OwlClass>getAllSubClassOf_as()
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllSubClassOf_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllSubClassOf_asNode()
    
public static  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllSubClassOf_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllSubClassOf_asNode_()
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Resource>getAllType_Inverse(Model model, Object objectValue)
    
public static  ClosableIterator<List>getAllUnionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<List>getAllUnionOf()
    
public static  ReactorResult<List>getAllUnionOf_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<List>getAllUnionOf_as()
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllUnionOf_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllUnionOf_asNode()
    
public static  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllUnionOf_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllUnionOf_asNode_()
    
public static  booleanhasInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public static  voidremoveAllComplementOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public static  voidremoveAllDisjointWith(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public static  voidremoveAllEquivalentClass(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public static  voidremoveAllIntersectionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public static  voidremoveAllOneOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public static  voidremoveAllSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public static  voidremoveAllUnionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public static  voidremoveComplementOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidremoveComplementOf(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidremoveComplementOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)
    
public  voidremoveComplementOf(OwlClass value)
    
public static  voidremoveDisjointWith(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidremoveDisjointWith(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidremoveDisjointWith(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)
    
public  voidremoveDisjointWith(OwlClass value)
    
public static  voidremoveEquivalentClass(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidremoveEquivalentClass(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidremoveEquivalentClass(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)
    
public  voidremoveEquivalentClass(OwlClass value)
    
public static  voidremoveIntersectionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidremoveIntersectionOf(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidremoveIntersectionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value)
    
public  voidremoveIntersectionOf(List value)
    
public static  voidremoveOneOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidremoveOneOf(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidremoveOneOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value)
    
public  voidremoveOneOf(List value)
    
public static  voidremoveSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidremoveSubClassOf(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidremoveSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)
    
public  voidremoveSubClassOf(OwlClass value)
    
public static  voidremoveUnionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidremoveUnionOf(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidremoveUnionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value)
    
public  voidremoveUnionOf(List value)
    
public static  voidsetComplementOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property ComplementOf from an RDF2Go node.
public  voidsetComplementOf(org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property ComplementOf from an RDF2Go node.
public static  voidsetComplementOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)
     Sets a value of property ComplementOf from an instance of OwlClass First, all existing values are removed, then this value is added.
public  voidsetComplementOf(OwlClass value)
     Sets a value of property ComplementOf from an instance of OwlClass First, all existing values are removed, then this value is added.
public static  voidsetDisjointWith(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property DisjointWith from an RDF2Go node.
public  voidsetDisjointWith(org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property DisjointWith from an RDF2Go node.
public static  voidsetDisjointWith(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)
     Sets a value of property DisjointWith from an instance of OwlClass First, all existing values are removed, then this value is added.
public  voidsetDisjointWith(OwlClass value)
     Sets a value of property DisjointWith from an instance of OwlClass First, all existing values are removed, then this value is added.
public static  voidsetEquivalentClass(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property EquivalentClass from an RDF2Go node.
public  voidsetEquivalentClass(org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property EquivalentClass from an RDF2Go node.
public static  voidsetEquivalentClass(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)
     Sets a value of property EquivalentClass from an instance of OwlClass First, all existing values are removed, then this value is added.
public  voidsetEquivalentClass(OwlClass value)
     Sets a value of property EquivalentClass from an instance of OwlClass First, all existing values are removed, then this value is added.
public static  voidsetIntersectionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property IntersectionOf from an RDF2Go node.
public  voidsetIntersectionOf(org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property IntersectionOf from an RDF2Go node.
public static  voidsetIntersectionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value)
     Sets a value of property IntersectionOf from an instance of List First, all existing values are removed, then this value is added.
public  voidsetIntersectionOf(List value)
     Sets a value of property IntersectionOf from an instance of List First, all existing values are removed, then this value is added.
public static  voidsetOneOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property OneOf from an RDF2Go node.
public  voidsetOneOf(org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property OneOf from an RDF2Go node.
public static  voidsetOneOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value)
     Sets a value of property OneOf from an instance of List First, all existing values are removed, then this value is added.
public  voidsetOneOf(List value)
     Sets a value of property OneOf from an instance of List First, all existing values are removed, then this value is added.
public static  voidsetSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property SubClassOf from an RDF2Go node.
public  voidsetSubClassOf(org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property SubClassOf from an RDF2Go node.
public static  voidsetSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)
     Sets a value of property SubClassOf from an instance of Class First, all existing values are removed, then this value is added.
public  voidsetSubClassOf(OwlClass value)
     Sets a value of property SubClassOf from an instance of Class First, all existing values are removed, then this value is added.
public static  voidsetUnionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property UnionOf from an RDF2Go node.
public  voidsetUnionOf(org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property UnionOf from an RDF2Go node.
public static  voidsetUnionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value)
     Sets a value of property UnionOf from an instance of List First, all existing values are removed, then this value is added.
public  voidsetUnionOf(List value)
     Sets a value of property UnionOf from an instance of List First, all existing values are removed, then this value is added.

Field Detail
COMPLEMENTOF
final public static URI COMPLEMENTOF(Code)
http://www.w3.org/2002/07/owl#complementOf



DISJOINTWITH
final public static URI DISJOINTWITH(Code)
http://www.w3.org/2002/07/owl#disjointWith



EQUIVALENTCLASS
final public static URI EQUIVALENTCLASS(Code)
http://www.w3.org/2002/07/owl#equivalentClass



INTERSECTIONOF
final public static URI INTERSECTIONOF(Code)
http://www.w3.org/2002/07/owl#intersectionOf



MANAGED_URIS
final public static URI[] MANAGED_URIS(Code)
all property-URIs with this class as domain



ONEOF
final public static URI ONEOF(Code)
http://www.w3.org/2002/07/owl#oneOf



RDFS_CLASS
final public static URI RDFS_CLASS(Code)
http://www.w3.org/2002/07/owl#Class



SUBCLASSOF
final public static URI SUBCLASSOF(Code)
http://www.w3.org/2000/01/rdf-schema#subClassOf



UNIONOF
final public static URI UNIONOF(Code)
http://www.w3.org/2002/07/owl#unionOf




Constructor Detail
OwlClass
protected OwlClass(Model model, URI classURI, org.ontoware.rdf2go.model.node.Resource instanceIdentifier, boolean write)(Code)
Returns a Java wrapper over an RDF object, identified by URI. Creating two wrappers for the same instanceURI is legal.
Parameters:
  model - RDF2GO Model implementation, see http://rdf2go.semweb4j.org
Parameters:
  classURI - URI of RDFS class
Parameters:
  instanceIdentifier - Resource that identifies this instance
Parameters:
  write - if true, the statement (this, rdf:type, TYPE) is written to the model[Generated from RDFReactor template rule #c1]



OwlClass
public OwlClass(Model model, org.ontoware.rdf2go.model.node.Resource instanceIdentifier, boolean write)(Code)
Returns a Java wrapper over an RDF object, identified by URI. Creating two wrappers for the same instanceURI is legal.
Parameters:
  model - RDF2GO Model implementation, see http://rdf2go.ontoware.org
Parameters:
  instanceIdentifier - an RDF2Go Resource identifying this instance
Parameters:
  write - if true, the statement (this, rdf:type, TYPE) is written to the model[Generated from RDFReactor template rule #c2]



OwlClass
public OwlClass(Model model, String uriString, boolean write) throws ModelRuntimeException(Code)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String. Creating two wrappers for the same URI is legal.
Parameters:
  model - RDF2GO Model implementation, see http://rdf2go.ontoware.org
Parameters:
  uriString - a URI given as a String
Parameters:
  write - if true, the statement (this, rdf:type, TYPE) is written to the model
throws:
  ModelRuntimeException - if URI syntax is wrong[Generated from RDFReactor template rule #c7]



OwlClass
public OwlClass(Model model, BlankNode bnode, boolean write)(Code)
Returns a Java wrapper over an RDF object, identified by a blank node. Creating two wrappers for the same blank node is legal.
Parameters:
  model - RDF2GO Model implementation, see http://rdf2go.ontoware.org
Parameters:
  bnode - BlankNode of this instance
Parameters:
  write - if true, the statement (this, rdf:type, TYPE) is written to the model[Generated from RDFReactor template rule #c8]



OwlClass
public OwlClass(Model model, boolean write)(Code)
Returns a Java wrapper over an RDF object, identified by a randomly generated URI. Creating two wrappers results in different URIs.
Parameters:
  model - RDF2GO Model implementation, see http://rdf2go.ontoware.org
Parameters:
  write - if true, the statement (this, rdf:type, TYPE) is written to the model[Generated from RDFReactor template rule #c9]




Method Detail
addComplementOf
public static void addComplementOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Adds a value to property ComplementOf as an RDF2Go node
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #add1static]



addComplementOf
public void addComplementOf(org.ontoware.rdf2go.model.node.Node value)(Code)
Adds a value to property ComplementOf as an RDF2Go node
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #add1dynamic]



addComplementOf
public static void addComplementOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)(Code)
Adds a value to property ComplementOf from an instance of OwlClass
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource[Generated from RDFReactor template rule #add3static]



addComplementOf
public void addComplementOf(OwlClass value)(Code)
Adds a value to property ComplementOf from an instance of OwlClass [Generated from RDFReactor template rule #add4dynamic]



addComplementOf
public void addComplementOf()(Code)
Removes all values of property ComplementOf * [Generated from RDFReactor template rule #removeall1dynamic]



addDisjointWith
public static void addDisjointWith(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Adds a value to property DisjointWith as an RDF2Go node
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #add1static]



addDisjointWith
public void addDisjointWith(org.ontoware.rdf2go.model.node.Node value)(Code)
Adds a value to property DisjointWith as an RDF2Go node
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #add1dynamic]



addDisjointWith
public static void addDisjointWith(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)(Code)
Adds a value to property DisjointWith from an instance of OwlClass
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource[Generated from RDFReactor template rule #add3static]



addDisjointWith
public void addDisjointWith(OwlClass value)(Code)
Adds a value to property DisjointWith from an instance of OwlClass [Generated from RDFReactor template rule #add4dynamic]



addDisjointWith
public void addDisjointWith()(Code)
Removes all values of property DisjointWith * [Generated from RDFReactor template rule #removeall1dynamic]



addEquivalentClass
public static void addEquivalentClass(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Adds a value to property EquivalentClass as an RDF2Go node
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #add1static]



addEquivalentClass
public void addEquivalentClass(org.ontoware.rdf2go.model.node.Node value)(Code)
Adds a value to property EquivalentClass as an RDF2Go node
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #add1dynamic]



addEquivalentClass
public static void addEquivalentClass(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)(Code)
Adds a value to property EquivalentClass from an instance of OwlClass
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource[Generated from RDFReactor template rule #add3static]



addEquivalentClass
public void addEquivalentClass(OwlClass value)(Code)
Adds a value to property EquivalentClass from an instance of OwlClass [Generated from RDFReactor template rule #add4dynamic]



addEquivalentClass
public void addEquivalentClass()(Code)
Removes all values of property EquivalentClass * [Generated from RDFReactor template rule #removeall1dynamic]



addIntersectionOf
public static void addIntersectionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Adds a value to property IntersectionOf as an RDF2Go node
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #add1static]



addIntersectionOf
public void addIntersectionOf(org.ontoware.rdf2go.model.node.Node value)(Code)
Adds a value to property IntersectionOf as an RDF2Go node
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #add1dynamic]



addIntersectionOf
public static void addIntersectionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value)(Code)
Adds a value to property IntersectionOf from an instance of List
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource[Generated from RDFReactor template rule #add3static]



addIntersectionOf
public void addIntersectionOf(List value)(Code)
Adds a value to property IntersectionOf from an instance of List [Generated from RDFReactor template rule #add4dynamic]



addIntersectionOf
public void addIntersectionOf()(Code)
Removes all values of property IntersectionOf * [Generated from RDFReactor template rule #removeall1dynamic]



addOneOf
public static void addOneOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Adds a value to property OneOf as an RDF2Go node
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #add1static]



addOneOf
public void addOneOf(org.ontoware.rdf2go.model.node.Node value)(Code)
Adds a value to property OneOf as an RDF2Go node
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #add1dynamic]



addOneOf
public static void addOneOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value)(Code)
Adds a value to property OneOf from an instance of List
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource[Generated from RDFReactor template rule #add3static]



addOneOf
public void addOneOf(List value)(Code)
Adds a value to property OneOf from an instance of List [Generated from RDFReactor template rule #add4dynamic]



addOneOf
public void addOneOf()(Code)
Removes all values of property OneOf * [Generated from RDFReactor template rule #removeall1dynamic]



addSubClassOf
public static void addSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Adds a value to property SubClassOf as an RDF2Go node
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #add1static]



addSubClassOf
public void addSubClassOf(org.ontoware.rdf2go.model.node.Node value)(Code)
Adds a value to property SubClassOf as an RDF2Go node
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #add1dynamic]



addSubClassOf
public static void addSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)(Code)
Adds a value to property SubClassOf from an instance of Class
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource[Generated from RDFReactor template rule #add3static]



addSubClassOf
public void addSubClassOf(OwlClass value)(Code)
Adds a value to property SubClassOf from an instance of Class [Generated from RDFReactor template rule #add4dynamic]



addSubClassOf
public void addSubClassOf()(Code)
Removes all values of property SubClassOf * [Generated from RDFReactor template rule #removeall1dynamic]



addUnionOf
public static void addUnionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Adds a value to property UnionOf as an RDF2Go node
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #add1static]



addUnionOf
public void addUnionOf(org.ontoware.rdf2go.model.node.Node value)(Code)
Adds a value to property UnionOf as an RDF2Go node
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #add1dynamic]



addUnionOf
public static void addUnionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value)(Code)
Adds a value to property UnionOf from an instance of List
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource[Generated from RDFReactor template rule #add3static]



addUnionOf
public void addUnionOf(List value)(Code)
Adds a value to property UnionOf from an instance of List [Generated from RDFReactor template rule #add4dynamic]



addUnionOf
public void addUnionOf()(Code)
Removes all values of property UnionOf * [Generated from RDFReactor template rule #removeall1dynamic]



createInstance
public static void createInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Create a new instance of this class in the model. That is, create the statement (instanceResource, RDF.type, http://www.w3.org/2002/07/owl#Class).
Parameters:
  model - an RDF2Go model
Parameters:
  instanceResource - an RDF2Go resource[Generated from RDFReactor template rule #class1]



deleteInstance
public static void deleteInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Delete all rdf:type from this instance. Other triples are not affected.
Parameters:
  model - an RDF2Go model
Parameters:
  instanceResource - an RDF2Go resource[Generated from RDFReactor template rule #class4]



getAllAllValuesFrom_Inverse
public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllAllValuesFrom_Inverse(Model model, Object objectValue)(Code)

Parameters:
  model - an RDF2Go model
Parameters:
  objectValue - all A's as RDF resources, that have a relation 'AllValuesFrom' to this Class instance[Generated from RDFReactor template rule #getallinverse1static]



getAllComplementOf
public static ClosableIterator<OwlClass> getAllComplementOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property ComplementOf * @param model an RDF2Go model
Parameters:
  resource - an RDF2Go resource a ClosableIterator of $type[Generated from RDFReactor template rule #get11static]



getAllComplementOf
public ClosableIterator<OwlClass> getAllComplementOf()(Code)
Get all values of property ComplementOf * @return a ClosableIterator of $type [Generated from RDFReactor template rule #get12dynamic]



getAllComplementOf_Inverse
public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllComplementOf_Inverse(Model model, Object objectValue)(Code)

Parameters:
  model - an RDF2Go model
Parameters:
  objectValue - all A's as RDF resources, that have a relation 'ComplementOf' to this OwlClass instance[Generated from RDFReactor template rule #getallinverse1static]



getAllComplementOf_as
public static ReactorResult<OwlClass> getAllComplementOf_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property ComplementOf as a ReactorResult of OwlClass
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get11static-reactorresult]



getAllComplementOf_as
public ReactorResult<OwlClass> getAllComplementOf_as()(Code)
Get all values of property ComplementOf as a ReactorResult of OwlClass a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get12dynamic-reactorresult]



getAllComplementOf_asNode
public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllComplementOf_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property ComplementOf as an Iterator over RDF2Go nodes
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource a ClosableIterator of RDF2Go Nodes[Generated from RDFReactor template rule #get7static]



getAllComplementOf_asNode
public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllComplementOf_asNode()(Code)
Get all values of property ComplementOf as an Iterator over RDF2Go nodes a ClosableIterator of RDF2Go Nodes[Generated from RDFReactor template rule #get8dynamic]



getAllComplementOf_asNode_
public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllComplementOf_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property ComplementOf as a ReactorResult of RDF2Go nodes
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource a List of RDF2Go Nodes[Generated from RDFReactor template rule #get7static-reactor-result]



getAllComplementOf_asNode_
public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllComplementOf_asNode_()(Code)
Get all values of property ComplementOf as a ReactorResult of RDF2Go nodes a List of RDF2Go Nodes[Generated from RDFReactor template rule #get8dynamic-reactor-result]



getAllDisjointWith
public static ClosableIterator<OwlClass> getAllDisjointWith(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property DisjointWith * @param model an RDF2Go model
Parameters:
  resource - an RDF2Go resource a ClosableIterator of $type[Generated from RDFReactor template rule #get11static]



getAllDisjointWith
public ClosableIterator<OwlClass> getAllDisjointWith()(Code)
Get all values of property DisjointWith * @return a ClosableIterator of $type [Generated from RDFReactor template rule #get12dynamic]



getAllDisjointWith_Inverse
public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllDisjointWith_Inverse(Model model, Object objectValue)(Code)

Parameters:
  model - an RDF2Go model
Parameters:
  objectValue - all A's as RDF resources, that have a relation 'DisjointWith' to this OwlClass instance[Generated from RDFReactor template rule #getallinverse1static]



getAllDisjointWith_as
public static ReactorResult<OwlClass> getAllDisjointWith_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property DisjointWith as a ReactorResult of OwlClass
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get11static-reactorresult]



getAllDisjointWith_as
public ReactorResult<OwlClass> getAllDisjointWith_as()(Code)
Get all values of property DisjointWith as a ReactorResult of OwlClass a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get12dynamic-reactorresult]



getAllDisjointWith_asNode
public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllDisjointWith_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property DisjointWith as an Iterator over RDF2Go nodes
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource a ClosableIterator of RDF2Go Nodes[Generated from RDFReactor template rule #get7static]



getAllDisjointWith_asNode
public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllDisjointWith_asNode()(Code)
Get all values of property DisjointWith as an Iterator over RDF2Go nodes a ClosableIterator of RDF2Go Nodes[Generated from RDFReactor template rule #get8dynamic]



getAllDisjointWith_asNode_
public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllDisjointWith_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property DisjointWith as a ReactorResult of RDF2Go nodes
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource a List of RDF2Go Nodes[Generated from RDFReactor template rule #get7static-reactor-result]



getAllDisjointWith_asNode_
public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllDisjointWith_asNode_()(Code)
Get all values of property DisjointWith as a ReactorResult of RDF2Go nodes a List of RDF2Go Nodes[Generated from RDFReactor template rule #get8dynamic-reactor-result]



getAllDomain_Inverse
public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllDomain_Inverse(Model model, Object objectValue)(Code)

Parameters:
  model - an RDF2Go model
Parameters:
  objectValue - all A's as RDF resources, that have a relation 'Domain' to this Class instance[Generated from RDFReactor template rule #getallinverse1static]



getAllEquivalentClass
public static ClosableIterator<OwlClass> getAllEquivalentClass(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property EquivalentClass * @param model an RDF2Go model
Parameters:
  resource - an RDF2Go resource a ClosableIterator of $type[Generated from RDFReactor template rule #get11static]



getAllEquivalentClass
public ClosableIterator<OwlClass> getAllEquivalentClass()(Code)
Get all values of property EquivalentClass * @return a ClosableIterator of $type [Generated from RDFReactor template rule #get12dynamic]



getAllEquivalentClass_Inverse
public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllEquivalentClass_Inverse(Model model, Object objectValue)(Code)

Parameters:
  model - an RDF2Go model
Parameters:
  objectValue - all A's as RDF resources, that have a relation 'EquivalentClass' to this OwlClass instance[Generated from RDFReactor template rule #getallinverse1static]



getAllEquivalentClass_as
public static ReactorResult<OwlClass> getAllEquivalentClass_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property EquivalentClass as a ReactorResult of OwlClass
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get11static-reactorresult]



getAllEquivalentClass_as
public ReactorResult<OwlClass> getAllEquivalentClass_as()(Code)
Get all values of property EquivalentClass as a ReactorResult of OwlClass a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get12dynamic-reactorresult]



getAllEquivalentClass_asNode
public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllEquivalentClass_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property EquivalentClass as an Iterator over RDF2Go nodes
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource a ClosableIterator of RDF2Go Nodes[Generated from RDFReactor template rule #get7static]



getAllEquivalentClass_asNode
public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllEquivalentClass_asNode()(Code)
Get all values of property EquivalentClass as an Iterator over RDF2Go nodes a ClosableIterator of RDF2Go Nodes[Generated from RDFReactor template rule #get8dynamic]



getAllEquivalentClass_asNode_
public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllEquivalentClass_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property EquivalentClass as a ReactorResult of RDF2Go nodes
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource a List of RDF2Go Nodes[Generated from RDFReactor template rule #get7static-reactor-result]



getAllEquivalentClass_asNode_
public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllEquivalentClass_asNode_()(Code)
Get all values of property EquivalentClass as a ReactorResult of RDF2Go nodes a List of RDF2Go Nodes[Generated from RDFReactor template rule #get8dynamic-reactor-result]



getAllInstance_as
public static ReactorResult<? extends OwlClass> getAllInstance_as(Model model)(Code)

Parameters:
  model - an RDF2Go model all instances of this class in Model 'model' as a ReactorResult,which can conveniently be converted to iterator, list or array.[Generated from RDFReactor template rule #class3-as]



getAllInstances
public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllInstances(Model model)(Code)

Parameters:
  model - an RDF2Go model all instances of this class in Model 'model' as RDF resources[Generated from RDFReactor template rule #class3]



getAllIntersectionOf
public static ClosableIterator<List> getAllIntersectionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property IntersectionOf * @param model an RDF2Go model
Parameters:
  resource - an RDF2Go resource a ClosableIterator of $type[Generated from RDFReactor template rule #get11static]



getAllIntersectionOf
public ClosableIterator<List> getAllIntersectionOf()(Code)
Get all values of property IntersectionOf * @return a ClosableIterator of $type [Generated from RDFReactor template rule #get12dynamic]



getAllIntersectionOf_as
public static ReactorResult<List> getAllIntersectionOf_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property IntersectionOf as a ReactorResult of List
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get11static-reactorresult]



getAllIntersectionOf_as
public ReactorResult<List> getAllIntersectionOf_as()(Code)
Get all values of property IntersectionOf as a ReactorResult of List a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get12dynamic-reactorresult]



getAllIntersectionOf_asNode
public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllIntersectionOf_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property IntersectionOf as an Iterator over RDF2Go nodes
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource a ClosableIterator of RDF2Go Nodes[Generated from RDFReactor template rule #get7static]



getAllIntersectionOf_asNode
public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllIntersectionOf_asNode()(Code)
Get all values of property IntersectionOf as an Iterator over RDF2Go nodes a ClosableIterator of RDF2Go Nodes[Generated from RDFReactor template rule #get8dynamic]



getAllIntersectionOf_asNode_
public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllIntersectionOf_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property IntersectionOf as a ReactorResult of RDF2Go nodes
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource a List of RDF2Go Nodes[Generated from RDFReactor template rule #get7static-reactor-result]



getAllIntersectionOf_asNode_
public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllIntersectionOf_asNode_()(Code)
Get all values of property IntersectionOf as a ReactorResult of RDF2Go nodes a List of RDF2Go Nodes[Generated from RDFReactor template rule #get8dynamic-reactor-result]



getAllOneOf
public static ClosableIterator<List> getAllOneOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property OneOf * @param model an RDF2Go model
Parameters:
  resource - an RDF2Go resource a ClosableIterator of $type[Generated from RDFReactor template rule #get11static]



getAllOneOf
public ClosableIterator<List> getAllOneOf()(Code)
Get all values of property OneOf * @return a ClosableIterator of $type [Generated from RDFReactor template rule #get12dynamic]



getAllOneOf_as
public static ReactorResult<List> getAllOneOf_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property OneOf as a ReactorResult of List
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get11static-reactorresult]



getAllOneOf_as
public ReactorResult<List> getAllOneOf_as()(Code)
Get all values of property OneOf as a ReactorResult of List a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get12dynamic-reactorresult]



getAllOneOf_asNode
public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllOneOf_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property OneOf as an Iterator over RDF2Go nodes
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource a ClosableIterator of RDF2Go Nodes[Generated from RDFReactor template rule #get7static]



getAllOneOf_asNode
public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllOneOf_asNode()(Code)
Get all values of property OneOf as an Iterator over RDF2Go nodes a ClosableIterator of RDF2Go Nodes[Generated from RDFReactor template rule #get8dynamic]



getAllOneOf_asNode_
public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllOneOf_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property OneOf as a ReactorResult of RDF2Go nodes
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource a List of RDF2Go Nodes[Generated from RDFReactor template rule #get7static-reactor-result]



getAllOneOf_asNode_
public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllOneOf_asNode_()(Code)
Get all values of property OneOf as a ReactorResult of RDF2Go nodes a List of RDF2Go Nodes[Generated from RDFReactor template rule #get8dynamic-reactor-result]



getAllRange_Inverse
public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllRange_Inverse(Model model, Object objectValue)(Code)

Parameters:
  model - an RDF2Go model
Parameters:
  objectValue - all A's as RDF resources, that have a relation 'Range' to this Class instance[Generated from RDFReactor template rule #getallinverse1static]



getAllSomeValuesFrom_Inverse
public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllSomeValuesFrom_Inverse(Model model, Object objectValue)(Code)

Parameters:
  model - an RDF2Go model
Parameters:
  objectValue - all A's as RDF resources, that have a relation 'SomeValuesFrom' to this Class instance[Generated from RDFReactor template rule #getallinverse1static]



getAllSubClassOf
public static ClosableIterator<OwlClass> getAllSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property SubClassOf * @param model an RDF2Go model
Parameters:
  resource - an RDF2Go resource a ClosableIterator of $type[Generated from RDFReactor template rule #get11static]



getAllSubClassOf
public ClosableIterator<OwlClass> getAllSubClassOf()(Code)
Get all values of property SubClassOf * @return a ClosableIterator of $type [Generated from RDFReactor template rule #get12dynamic]



getAllSubClassOf_Inverse
public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllSubClassOf_Inverse(Model model, Object objectValue)(Code)

Parameters:
  model - an RDF2Go model
Parameters:
  objectValue - all A's as RDF resources, that have a relation 'SubClassOf' to this Class instance[Generated from RDFReactor template rule #getallinverse1static]



getAllSubClassOf_as
public static ReactorResult<OwlClass> getAllSubClassOf_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property SubClassOf as a ReactorResult of Class
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get11static-reactorresult]



getAllSubClassOf_as
public ReactorResult<OwlClass> getAllSubClassOf_as()(Code)
Get all values of property SubClassOf as a ReactorResult of Class a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get12dynamic-reactorresult]



getAllSubClassOf_asNode
public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllSubClassOf_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property SubClassOf as an Iterator over RDF2Go nodes
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource a ClosableIterator of RDF2Go Nodes[Generated from RDFReactor template rule #get7static]



getAllSubClassOf_asNode
public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllSubClassOf_asNode()(Code)
Get all values of property SubClassOf as an Iterator over RDF2Go nodes a ClosableIterator of RDF2Go Nodes[Generated from RDFReactor template rule #get8dynamic]



getAllSubClassOf_asNode_
public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllSubClassOf_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property SubClassOf as a ReactorResult of RDF2Go nodes
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource a List of RDF2Go Nodes[Generated from RDFReactor template rule #get7static-reactor-result]



getAllSubClassOf_asNode_
public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllSubClassOf_asNode_()(Code)
Get all values of property SubClassOf as a ReactorResult of RDF2Go nodes a List of RDF2Go Nodes[Generated from RDFReactor template rule #get8dynamic-reactor-result]



getAllType_Inverse
public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllType_Inverse(Model model, Object objectValue)(Code)

Parameters:
  model - an RDF2Go model
Parameters:
  objectValue - all A's as RDF resources, that have a relation 'Type' to this Class instance[Generated from RDFReactor template rule #getallinverse1static]



getAllUnionOf
public static ClosableIterator<List> getAllUnionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property UnionOf * @param model an RDF2Go model
Parameters:
  resource - an RDF2Go resource a ClosableIterator of $type[Generated from RDFReactor template rule #get11static]



getAllUnionOf
public ClosableIterator<List> getAllUnionOf()(Code)
Get all values of property UnionOf * @return a ClosableIterator of $type [Generated from RDFReactor template rule #get12dynamic]



getAllUnionOf_as
public static ReactorResult<List> getAllUnionOf_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property UnionOf as a ReactorResult of List
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get11static-reactorresult]



getAllUnionOf_as
public ReactorResult<List> getAllUnionOf_as()(Code)
Get all values of property UnionOf as a ReactorResult of List a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get12dynamic-reactorresult]



getAllUnionOf_asNode
public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllUnionOf_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property UnionOf as an Iterator over RDF2Go nodes
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource a ClosableIterator of RDF2Go Nodes[Generated from RDFReactor template rule #get7static]



getAllUnionOf_asNode
public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllUnionOf_asNode()(Code)
Get all values of property UnionOf as an Iterator over RDF2Go nodes a ClosableIterator of RDF2Go Nodes[Generated from RDFReactor template rule #get8dynamic]



getAllUnionOf_asNode_
public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllUnionOf_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property UnionOf as a ReactorResult of RDF2Go nodes
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource a List of RDF2Go Nodes[Generated from RDFReactor template rule #get7static-reactor-result]



getAllUnionOf_asNode_
public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllUnionOf_asNode_()(Code)
Get all values of property UnionOf as a ReactorResult of RDF2Go nodes a List of RDF2Go Nodes[Generated from RDFReactor template rule #get8dynamic-reactor-result]



hasInstance
public static boolean hasInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)

Parameters:
  model - an RDF2Go model
Parameters:
  instanceResource - an RDF2Go resource true if instanceResource is an instance of this class in the model[Generated from RDFReactor template rule #class2]



removeAllComplementOf
public static void removeAllComplementOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Removes all values of property ComplementOf * @param model an RDF2Go model
Parameters:
  resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static]



removeAllDisjointWith
public static void removeAllDisjointWith(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Removes all values of property DisjointWith * @param model an RDF2Go model
Parameters:
  resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static]



removeAllEquivalentClass
public static void removeAllEquivalentClass(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Removes all values of property EquivalentClass * @param model an RDF2Go model
Parameters:
  resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static]



removeAllIntersectionOf
public static void removeAllIntersectionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Removes all values of property IntersectionOf * @param model an RDF2Go model
Parameters:
  resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static]



removeAllOneOf
public static void removeAllOneOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Removes all values of property OneOf * @param model an RDF2Go model
Parameters:
  resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static]



removeAllSubClassOf
public static void removeAllSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Removes all values of property SubClassOf * @param model an RDF2Go model
Parameters:
  resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static]



removeAllUnionOf
public static void removeAllUnionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Removes all values of property UnionOf * @param model an RDF2Go model
Parameters:
  resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static]



removeComplementOf
public static void removeComplementOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Removes a value of property ComplementOf as an RDF2Go node
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be removed[Generated from RDFReactor template rule #remove1static]



removeComplementOf
public void removeComplementOf(org.ontoware.rdf2go.model.node.Node value)(Code)
Removes a value of property ComplementOf as an RDF2Go node
Parameters:
  value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic]



removeComplementOf
public static void removeComplementOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)(Code)
Removes a value of property ComplementOf given as an instance of OwlClass
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be removed[Generated from RDFReactor template rule #remove3static]



removeComplementOf
public void removeComplementOf(OwlClass value)(Code)
Removes a value of property ComplementOf given as an instance of OwlClass
Parameters:
  value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic]



removeDisjointWith
public static void removeDisjointWith(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Removes a value of property DisjointWith as an RDF2Go node
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be removed[Generated from RDFReactor template rule #remove1static]



removeDisjointWith
public void removeDisjointWith(org.ontoware.rdf2go.model.node.Node value)(Code)
Removes a value of property DisjointWith as an RDF2Go node
Parameters:
  value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic]



removeDisjointWith
public static void removeDisjointWith(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)(Code)
Removes a value of property DisjointWith given as an instance of OwlClass
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be removed[Generated from RDFReactor template rule #remove3static]



removeDisjointWith
public void removeDisjointWith(OwlClass value)(Code)
Removes a value of property DisjointWith given as an instance of OwlClass
Parameters:
  value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic]



removeEquivalentClass
public static void removeEquivalentClass(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Removes a value of property EquivalentClass as an RDF2Go node
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be removed[Generated from RDFReactor template rule #remove1static]



removeEquivalentClass
public void removeEquivalentClass(org.ontoware.rdf2go.model.node.Node value)(Code)
Removes a value of property EquivalentClass as an RDF2Go node
Parameters:
  value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic]



removeEquivalentClass
public static void removeEquivalentClass(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)(Code)
Removes a value of property EquivalentClass given as an instance of OwlClass
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be removed[Generated from RDFReactor template rule #remove3static]



removeEquivalentClass
public void removeEquivalentClass(OwlClass value)(Code)
Removes a value of property EquivalentClass given as an instance of OwlClass
Parameters:
  value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic]



removeIntersectionOf
public static void removeIntersectionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Removes a value of property IntersectionOf as an RDF2Go node
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be removed[Generated from RDFReactor template rule #remove1static]



removeIntersectionOf
public void removeIntersectionOf(org.ontoware.rdf2go.model.node.Node value)(Code)
Removes a value of property IntersectionOf as an RDF2Go node
Parameters:
  value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic]



removeIntersectionOf
public static void removeIntersectionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value)(Code)
Removes a value of property IntersectionOf given as an instance of List
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be removed[Generated from RDFReactor template rule #remove3static]



removeIntersectionOf
public void removeIntersectionOf(List value)(Code)
Removes a value of property IntersectionOf given as an instance of List
Parameters:
  value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic]



removeOneOf
public static void removeOneOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Removes a value of property OneOf as an RDF2Go node
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be removed[Generated from RDFReactor template rule #remove1static]



removeOneOf
public void removeOneOf(org.ontoware.rdf2go.model.node.Node value)(Code)
Removes a value of property OneOf as an RDF2Go node
Parameters:
  value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic]



removeOneOf
public static void removeOneOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value)(Code)
Removes a value of property OneOf given as an instance of List
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be removed[Generated from RDFReactor template rule #remove3static]



removeOneOf
public void removeOneOf(List value)(Code)
Removes a value of property OneOf given as an instance of List
Parameters:
  value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic]



removeSubClassOf
public static void removeSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Removes a value of property SubClassOf as an RDF2Go node
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be removed[Generated from RDFReactor template rule #remove1static]



removeSubClassOf
public void removeSubClassOf(org.ontoware.rdf2go.model.node.Node value)(Code)
Removes a value of property SubClassOf as an RDF2Go node
Parameters:
  value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic]



removeSubClassOf
public static void removeSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)(Code)
Removes a value of property SubClassOf given as an instance of Class
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be removed[Generated from RDFReactor template rule #remove3static]



removeSubClassOf
public void removeSubClassOf(OwlClass value)(Code)
Removes a value of property SubClassOf given as an instance of Class
Parameters:
  value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic]



removeUnionOf
public static void removeUnionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Removes a value of property UnionOf as an RDF2Go node
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be removed[Generated from RDFReactor template rule #remove1static]



removeUnionOf
public void removeUnionOf(org.ontoware.rdf2go.model.node.Node value)(Code)
Removes a value of property UnionOf as an RDF2Go node
Parameters:
  value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic]



removeUnionOf
public static void removeUnionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value)(Code)
Removes a value of property UnionOf given as an instance of List
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be removed[Generated from RDFReactor template rule #remove3static]



removeUnionOf
public void removeUnionOf(List value)(Code)
Removes a value of property UnionOf given as an instance of List
Parameters:
  value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic]



setComplementOf
public static void setComplementOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Sets a value of property ComplementOf from an RDF2Go node. First, all existing values are removed, then this value is added. Cardinality constraints are not checked, but this method exists only for properties with no minCardinality or minCardinality == 1.
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be set[Generated from RDFReactor template rule #set1static]



setComplementOf
public void setComplementOf(org.ontoware.rdf2go.model.node.Node value)(Code)
Sets a value of property ComplementOf from an RDF2Go node. First, all existing values are removed, then this value is added. Cardinality constraints are not checked, but this method exists only for properties with no minCardinality or minCardinality == 1.
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #set1dynamic]



setComplementOf
public static void setComplementOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)(Code)
Sets a value of property ComplementOf from an instance of OwlClass First, all existing values are removed, then this value is added. Cardinality constraints are not checked, but this method exists only for properties with no minCardinality or minCardinality == 1.
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #set3static]



setComplementOf
public void setComplementOf(OwlClass value)(Code)
Sets a value of property ComplementOf from an instance of OwlClass First, all existing values are removed, then this value is added. Cardinality constraints are not checked, but this method exists only for properties with no minCardinality or minCardinality == 1.
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #set4dynamic]



setDisjointWith
public static void setDisjointWith(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Sets a value of property DisjointWith from an RDF2Go node. First, all existing values are removed, then this value is added. Cardinality constraints are not checked, but this method exists only for properties with no minCardinality or minCardinality == 1.
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be set[Generated from RDFReactor template rule #set1static]



setDisjointWith
public void setDisjointWith(org.ontoware.rdf2go.model.node.Node value)(Code)
Sets a value of property DisjointWith from an RDF2Go node. First, all existing values are removed, then this value is added. Cardinality constraints are not checked, but this method exists only for properties with no minCardinality or minCardinality == 1.
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #set1dynamic]



setDisjointWith
public static void setDisjointWith(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)(Code)
Sets a value of property DisjointWith from an instance of OwlClass First, all existing values are removed, then this value is added. Cardinality constraints are not checked, but this method exists only for properties with no minCardinality or minCardinality == 1.
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #set3static]



setDisjointWith
public void setDisjointWith(OwlClass value)(Code)
Sets a value of property DisjointWith from an instance of OwlClass First, all existing values are removed, then this value is added. Cardinality constraints are not checked, but this method exists only for properties with no minCardinality or minCardinality == 1.
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #set4dynamic]



setEquivalentClass
public static void setEquivalentClass(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Sets a value of property EquivalentClass from an RDF2Go node. First, all existing values are removed, then this value is added. Cardinality constraints are not checked, but this method exists only for properties with no minCardinality or minCardinality == 1.
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be set[Generated from RDFReactor template rule #set1static]



setEquivalentClass
public void setEquivalentClass(org.ontoware.rdf2go.model.node.Node value)(Code)
Sets a value of property EquivalentClass from an RDF2Go node. First, all existing values are removed, then this value is added. Cardinality constraints are not checked, but this method exists only for properties with no minCardinality or minCardinality == 1.
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #set1dynamic]



setEquivalentClass
public static void setEquivalentClass(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)(Code)
Sets a value of property EquivalentClass from an instance of OwlClass First, all existing values are removed, then this value is added. Cardinality constraints are not checked, but this method exists only for properties with no minCardinality or minCardinality == 1.
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #set3static]



setEquivalentClass
public void setEquivalentClass(OwlClass value)(Code)
Sets a value of property EquivalentClass from an instance of OwlClass First, all existing values are removed, then this value is added. Cardinality constraints are not checked, but this method exists only for properties with no minCardinality or minCardinality == 1.
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #set4dynamic]



setIntersectionOf
public static void setIntersectionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Sets a value of property IntersectionOf from an RDF2Go node. First, all existing values are removed, then this value is added. Cardinality constraints are not checked, but this method exists only for properties with no minCardinality or minCardinality == 1.
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be set[Generated from RDFReactor template rule #set1static]



setIntersectionOf
public void setIntersectionOf(org.ontoware.rdf2go.model.node.Node value)(Code)
Sets a value of property IntersectionOf from an RDF2Go node. First, all existing values are removed, then this value is added. Cardinality constraints are not checked, but this method exists only for properties with no minCardinality or minCardinality == 1.
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #set1dynamic]



setIntersectionOf
public static void setIntersectionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value)(Code)
Sets a value of property IntersectionOf from an instance of List First, all existing values are removed, then this value is added. Cardinality constraints are not checked, but this method exists only for properties with no minCardinality or minCardinality == 1.
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #set3static]



setIntersectionOf
public void setIntersectionOf(List value)(Code)
Sets a value of property IntersectionOf from an instance of List First, all existing values are removed, then this value is added. Cardinality constraints are not checked, but this method exists only for properties with no minCardinality or minCardinality == 1.
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #set4dynamic]



setOneOf
public static void setOneOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Sets a value of property OneOf from an RDF2Go node. First, all existing values are removed, then this value is added. Cardinality constraints are not checked, but this method exists only for properties with no minCardinality or minCardinality == 1.
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be set[Generated from RDFReactor template rule #set1static]



setOneOf
public void setOneOf(org.ontoware.rdf2go.model.node.Node value)(Code)
Sets a value of property OneOf from an RDF2Go node. First, all existing values are removed, then this value is added. Cardinality constraints are not checked, but this method exists only for properties with no minCardinality or minCardinality == 1.
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #set1dynamic]



setOneOf
public static void setOneOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value)(Code)
Sets a value of property OneOf from an instance of List First, all existing values are removed, then this value is added. Cardinality constraints are not checked, but this method exists only for properties with no minCardinality or minCardinality == 1.
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #set3static]



setOneOf
public void setOneOf(List value)(Code)
Sets a value of property OneOf from an instance of List First, all existing values are removed, then this value is added. Cardinality constraints are not checked, but this method exists only for properties with no minCardinality or minCardinality == 1.
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #set4dynamic]



setSubClassOf
public static void setSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Sets a value of property SubClassOf from an RDF2Go node. First, all existing values are removed, then this value is added. Cardinality constraints are not checked, but this method exists only for properties with no minCardinality or minCardinality == 1.
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be set[Generated from RDFReactor template rule #set1static]



setSubClassOf
public void setSubClassOf(org.ontoware.rdf2go.model.node.Node value)(Code)
Sets a value of property SubClassOf from an RDF2Go node. First, all existing values are removed, then this value is added. Cardinality constraints are not checked, but this method exists only for properties with no minCardinality or minCardinality == 1.
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #set1dynamic]



setSubClassOf
public static void setSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)(Code)
Sets a value of property SubClassOf from an instance of Class First, all existing values are removed, then this value is added. Cardinality constraints are not checked, but this method exists only for properties with no minCardinality or minCardinality == 1.
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #set3static]



setSubClassOf
public void setSubClassOf(OwlClass value)(Code)
Sets a value of property SubClassOf from an instance of Class First, all existing values are removed, then this value is added. Cardinality constraints are not checked, but this method exists only for properties with no minCardinality or minCardinality == 1.
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #set4dynamic]



setUnionOf
public static void setUnionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Sets a value of property UnionOf from an RDF2Go node. First, all existing values are removed, then this value is added. Cardinality constraints are not checked, but this method exists only for properties with no minCardinality or minCardinality == 1.
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be set[Generated from RDFReactor template rule #set1static]



setUnionOf
public void setUnionOf(org.ontoware.rdf2go.model.node.Node value)(Code)
Sets a value of property UnionOf from an RDF2Go node. First, all existing values are removed, then this value is added. Cardinality constraints are not checked, but this method exists only for properties with no minCardinality or minCardinality == 1.
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #set1dynamic]



setUnionOf
public static void setUnionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value)(Code)
Sets a value of property UnionOf from an instance of List First, all existing values are removed, then this value is added. Cardinality constraints are not checked, but this method exists only for properties with no minCardinality or minCardinality == 1.
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #set3static]



setUnionOf
public void setUnionOf(List value)(Code)
Sets a value of property UnionOf from an instance of List First, all existing values are removed, then this value is added. Cardinality constraints are not checked, but this method exists only for properties with no minCardinality or minCardinality == 1.
Parameters:
  value - the value to be added[Generated from RDFReactor template rule #set4dynamic]



Fields inherited from org.ontoware.rdfreactor.schema.owl.OwlThing
final public static URI DIFFERENTFROM(Code)(Java Doc)
final public static URI EQUIVALENTPROPERTY(Code)(Java Doc)
final public static URI[] MANAGED_URIS(Code)(Java Doc)
final public static URI RDFS_CLASS(Code)(Java Doc)
final public static URI SAMEAS(Code)(Java Doc)
final public static URI VERSIONINFO(Code)(Java Doc)

Methods inherited from org.ontoware.rdfreactor.schema.owl.OwlThing
public static void addDifferentFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void addDifferentFrom(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void addDifferentFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlThing value)(Code)(Java Doc)
public void addDifferentFrom(OwlThing value)(Code)(Java Doc)
public void addDifferentFrom()(Code)(Java Doc)
public static void addEquivalentProperty(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void addEquivalentProperty(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void addEquivalentProperty(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlThing value)(Code)(Java Doc)
public void addEquivalentProperty(OwlThing value)(Code)(Java Doc)
public void addEquivalentProperty()(Code)(Java Doc)
public static void addSameAs(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void addSameAs(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void addSameAs(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlThing value)(Code)(Java Doc)
public void addSameAs(OwlThing value)(Code)(Java Doc)
public void addSameAs()(Code)(Java Doc)
public static void addVersionInfo(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void addVersionInfo(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void addVersionInfo(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlThing value)(Code)(Java Doc)
public void addVersionInfo(OwlThing value)(Code)(Java Doc)
public void addVersionInfo()(Code)(Java Doc)
public static void createInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public static void deleteInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public static ClosableIterator<OwlThing> getAllDifferentFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<OwlThing> getAllDifferentFrom()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllDifferentFrom_Inverse(Model model, Object objectValue)(Code)(Java Doc)
public static ReactorResult<OwlThing> getAllDifferentFrom_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<OwlThing> getAllDifferentFrom_as()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllDifferentFrom_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllDifferentFrom_asNode()(Code)(Java Doc)
public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllDifferentFrom_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllDifferentFrom_asNode_()(Code)(Java Doc)
public static ClosableIterator<OwlThing> getAllEquivalentProperty(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<OwlThing> getAllEquivalentProperty()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllEquivalentProperty_Inverse(Model model, Object objectValue)(Code)(Java Doc)
public static ReactorResult<OwlThing> getAllEquivalentProperty_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<OwlThing> getAllEquivalentProperty_as()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllEquivalentProperty_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllEquivalentProperty_asNode()(Code)(Java Doc)
public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllEquivalentProperty_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllEquivalentProperty_asNode_()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllHasValue_Inverse(Model model, Object objectValue)(Code)(Java Doc)
public static ReactorResult<? extends OwlThing> getAllInstance_as(Model model)(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllInstances(Model model)(Code)(Java Doc)
public static ClosableIterator<OwlThing> getAllSameAs(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<OwlThing> getAllSameAs()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllSameAs_Inverse(Model model, Object objectValue)(Code)(Java Doc)
public static ReactorResult<OwlThing> getAllSameAs_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<OwlThing> getAllSameAs_as()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllSameAs_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllSameAs_asNode()(Code)(Java Doc)
public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllSameAs_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllSameAs_asNode_()(Code)(Java Doc)
public static ClosableIterator<OwlThing> getAllVersionInfo(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<OwlThing> getAllVersionInfo()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllVersionInfo_Inverse(Model model, Object objectValue)(Code)(Java Doc)
public static ReactorResult<OwlThing> getAllVersionInfo_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<OwlThing> getAllVersionInfo_as()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllVersionInfo_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllVersionInfo_asNode()(Code)(Java Doc)
public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllVersionInfo_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllVersionInfo_asNode_()(Code)(Java Doc)
public static boolean hasInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public static void removeAllDifferentFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public static void removeAllEquivalentProperty(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public static void removeAllSameAs(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public static void removeAllVersionInfo(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public static void removeDifferentFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void removeDifferentFrom(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void removeDifferentFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlThing value)(Code)(Java Doc)
public void removeDifferentFrom(OwlThing value)(Code)(Java Doc)
public static void removeEquivalentProperty(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void removeEquivalentProperty(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void removeEquivalentProperty(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlThing value)(Code)(Java Doc)
public void removeEquivalentProperty(OwlThing value)(Code)(Java Doc)
public static void removeSameAs(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void removeSameAs(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void removeSameAs(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlThing value)(Code)(Java Doc)
public void removeSameAs(OwlThing value)(Code)(Java Doc)
public static void removeVersionInfo(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void removeVersionInfo(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void removeVersionInfo(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlThing value)(Code)(Java Doc)
public void removeVersionInfo(OwlThing value)(Code)(Java Doc)
public static void setDifferentFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void setDifferentFrom(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void setDifferentFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlThing value)(Code)(Java Doc)
public void setDifferentFrom(OwlThing value)(Code)(Java Doc)
public static void setEquivalentProperty(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void setEquivalentProperty(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void setEquivalentProperty(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlThing value)(Code)(Java Doc)
public void setEquivalentProperty(OwlThing value)(Code)(Java Doc)
public static void setSameAs(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void setSameAs(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void setSameAs(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlThing value)(Code)(Java Doc)
public void setSameAs(OwlThing value)(Code)(Java Doc)
public static void setVersionInfo(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void setVersionInfo(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void setVersionInfo(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlThing value)(Code)(Java Doc)
public void setVersionInfo(OwlThing value)(Code)(Java Doc)

Fields inherited from org.ontoware.rdfreactor.schema.rdfs.Resource
final public static URI COMMENT(Code)(Java Doc)
final public static URI ISDEFINEDBY(Code)(Java Doc)
final public static URI LABEL(Code)(Java Doc)
final public static URI[] MANAGED_URIS(Code)(Java Doc)
final public static URI MEMBER(Code)(Java Doc)
final public static URI RDFS_CLASS(Code)(Java Doc)
final public static URI SEEALSO(Code)(Java Doc)
final public static URI TYPE(Code)(Java Doc)
final public static URI VALUE(Code)(Java Doc)

Methods inherited from org.ontoware.rdfreactor.schema.rdfs.Resource
public static void addComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void addComment(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void addComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, String value)(Code)(Java Doc)
public void addComment(String value)(Code)(Java Doc)
public void addComment()(Code)(Java Doc)
public static void addIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void addIsDefinedBy(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void addIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code)(Java Doc)
public void addIsDefinedBy(Resource value)(Code)(Java Doc)
public void addIsDefinedBy()(Code)(Java Doc)
public static void addLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void addLabel(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void addLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, String value)(Code)(Java Doc)
public void addLabel(String value)(Code)(Java Doc)
public void addLabel()(Code)(Java Doc)
public static void addMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void addMember(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void addMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code)(Java Doc)
public void addMember(Resource value)(Code)(Java Doc)
public void addMember()(Code)(Java Doc)
public static void addSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void addSeeAlso(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void addSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code)(Java Doc)
public void addSeeAlso(Resource value)(Code)(Java Doc)
public void addSeeAlso()(Code)(Java Doc)
public static void addType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void addType(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void addType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value)(Code)(Java Doc)
public void addType(Class value)(Code)(Java Doc)
public void addType()(Code)(Java Doc)
public static void addValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void addValue(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void addValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code)(Java Doc)
public void addValue(Resource value)(Code)(Java Doc)
public void addValue()(Code)(Java Doc)
public static void createInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public static void deleteInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public static ClosableIterator<String> getAllComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<String> getAllComment()(Code)(Java Doc)
public static ReactorResult<String> getAllComment_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<String> getAllComment_as()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllComment_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllComment_asNode()(Code)(Java Doc)
public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllComment_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllComment_asNode_()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllFirst_Inverse(Model model, Object objectValue)(Code)(Java Doc)
public static ReactorResult<? extends Resource> getAllInstance_as(Model model)(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllInstances(Model model)(Code)(Java Doc)
public static ClosableIterator<Resource> getAllIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<Resource> getAllIsDefinedBy()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllIsDefinedBy_Inverse(Model model, Object objectValue)(Code)(Java Doc)
public static ReactorResult<Resource> getAllIsDefinedBy_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<Resource> getAllIsDefinedBy_as()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllIsDefinedBy_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllIsDefinedBy_asNode()(Code)(Java Doc)
public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllIsDefinedBy_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllIsDefinedBy_asNode_()(Code)(Java Doc)
public static ClosableIterator<String> getAllLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<String> getAllLabel()(Code)(Java Doc)
public static ReactorResult<String> getAllLabel_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<String> getAllLabel_as()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllLabel_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllLabel_asNode()(Code)(Java Doc)
public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllLabel_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllLabel_asNode_()(Code)(Java Doc)
public static ClosableIterator<Resource> getAllMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<Resource> getAllMember()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllMember_Inverse(Model model, Object objectValue)(Code)(Java Doc)
public static ReactorResult<Resource> getAllMember_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<Resource> getAllMember_as()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllMember_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllMember_asNode()(Code)(Java Doc)
public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllMember_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllMember_asNode_()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllObject_Inverse(Model model, Object objectValue)(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllPredicate_Inverse(Model model, Object objectValue)(Code)(Java Doc)
public static ClosableIterator<Resource> getAllSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<Resource> getAllSeeAlso()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllSeeAlso_Inverse(Model model, Object objectValue)(Code)(Java Doc)
public static ReactorResult<Resource> getAllSeeAlso_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<Resource> getAllSeeAlso_as()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllSeeAlso_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllSeeAlso_asNode()(Code)(Java Doc)
public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllSeeAlso_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllSeeAlso_asNode_()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllSubject_Inverse(Model model, Object objectValue)(Code)(Java Doc)
public static ClosableIterator<Class> getAllType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<Class> getAllType()(Code)(Java Doc)
public static ReactorResult<Class> getAllType_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<Class> getAllType_as()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllType_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllType_asNode()(Code)(Java Doc)
public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllType_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllType_asNode_()(Code)(Java Doc)
public static ClosableIterator<Resource> getAllValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<Resource> getAllValue()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllValue_Inverse(Model model, Object objectValue)(Code)(Java Doc)
public static ReactorResult<Resource> getAllValue_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<Resource> getAllValue_as()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllValue_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllValue_asNode()(Code)(Java Doc)
public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllValue_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllValue_asNode_()(Code)(Java Doc)
public static boolean hasInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public static void removeAllComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public static void removeAllIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public static void removeAllLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public static void removeAllMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public static void removeAllSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public static void removeAllType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public static void removeAllValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public static void removeComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void removeComment(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void removeComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, String value)(Code)(Java Doc)
public void removeComment(String value)(Code)(Java Doc)
public static void removeIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void removeIsDefinedBy(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void removeIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code)(Java Doc)
public void removeIsDefinedBy(Resource value)(Code)(Java Doc)
public static void removeLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void removeLabel(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void removeLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, String value)(Code)(Java Doc)
public void removeLabel(String value)(Code)(Java Doc)
public static void removeMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void removeMember(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void removeMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code)(Java Doc)
public void removeMember(Resource value)(Code)(Java Doc)
public static void removeSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void removeSeeAlso(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void removeSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code)(Java Doc)
public void removeSeeAlso(Resource value)(Code)(Java Doc)
public static void removeType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void removeType(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void removeType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value)(Code)(Java Doc)
public void removeType(Class value)(Code)(Java Doc)
public static void removeValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void removeValue(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void removeValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code)(Java Doc)
public void removeValue(Resource value)(Code)(Java Doc)
public static void setComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void setComment(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void setComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, String value)(Code)(Java Doc)
public void setComment(String value)(Code)(Java Doc)
public static void setIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void setIsDefinedBy(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void setIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code)(Java Doc)
public void setIsDefinedBy(Resource value)(Code)(Java Doc)
public static void setLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void setLabel(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void setLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, String value)(Code)(Java Doc)
public void setLabel(String value)(Code)(Java Doc)
public static void setMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void setMember(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void setMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code)(Java Doc)
public void setMember(Resource value)(Code)(Java Doc)
public static void setSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void setSeeAlso(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void setSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code)(Java Doc)
public void setSeeAlso(Resource value)(Code)(Java Doc)
public static void setType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void setType(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void setType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value)(Code)(Java Doc)
public void setType(Class value)(Code)(Java Doc)
public static void setValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void setValue(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void setValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code)(Java Doc)
public void setValue(Resource value)(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.