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


java.lang.Object
   org.ontoware.rdfreactor.runtime.ReactorRuntimeEntity
      org.ontoware.rdfreactor.schema.rdfs.Resource

All known Subclasses:   org.ontoware.rdfreactor.schema.rdfs.Property,  org.ontoware.rdfreactor.schema.rdfs.Statement,  org.ontoware.rdfreactor.schema.rdfs.Ontology,  org.ontoware.rdfreactor.schema.rdfs.Container,  org.ontoware.rdfreactor.schema.rdfs.Class,  org.ontoware.rdfreactor.schema.rdfs.List,  org.ontoware.rdfreactor.schema.owl.OwlThing,
Resource
public class Resource extends ReactorRuntimeEntity (Code)
This class manages access to these properties:
  • Comment
  • IsDefinedBy
  • Label
  • Member
  • SeeAlso
  • Type
  • Value
This class was generated by RDFReactor on 26.01.08 12:44


Field Summary
final public static  URICOMMENT
    
final public static  URIISDEFINEDBY
    
final public static  URILABEL
    
final public static  URI[]MANAGED_URIS
    
final public static  URIMEMBER
    
final public static  URIRDFS_CLASS
    
final public static  URISEEALSO
    
final public static  URITYPE
    
final public static  URIVALUE
    

Constructor Summary
protected  Resource(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  Resource(Model model, org.ontoware.rdf2go.model.node.Resource instanceIdentifier, boolean write)
     Returns a Java wrapper over an RDF object, identified by URI.
public  Resource(Model model, String uriString, boolean write)
     Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
public  Resource(Model model, BlankNode bnode, boolean write)
     Returns a Java wrapper over an RDF object, identified by a blank node.
public  Resource(Model model, boolean write)
     Returns a Java wrapper over an RDF object, identified by a randomly generated URI.

Method Summary
public static  voidaddComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidaddComment(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidaddComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, String value)
    
public  voidaddComment(String value)
    
public  voidaddComment()
    
public static  voidaddIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidaddIsDefinedBy(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidaddIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)
    
public  voidaddIsDefinedBy(Resource value)
    
public  voidaddIsDefinedBy()
    
public static  voidaddLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidaddLabel(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidaddLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, String value)
    
public  voidaddLabel(String value)
    
public  voidaddLabel()
    
public static  voidaddMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidaddMember(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidaddMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)
    
public  voidaddMember(Resource value)
    
public  voidaddMember()
    
public static  voidaddSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidaddSeeAlso(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidaddSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)
    
public  voidaddSeeAlso(Resource value)
    
public  voidaddSeeAlso()
    
public static  voidaddType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidaddType(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidaddType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value)
    
public  voidaddType(Class value)
    
public  voidaddType()
    
public static  voidaddValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidaddValue(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidaddValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)
    
public  voidaddValue(Resource value)
    
public  voidaddValue()
    
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<String>getAllComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<String>getAllComment()
    
public static  ReactorResult<String>getAllComment_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<String>getAllComment_as()
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllComment_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllComment_asNode()
    
public static  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllComment_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllComment_asNode_()
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Resource>getAllFirst_Inverse(Model model, Object objectValue)
    
public static  ReactorResult<? extends Resource>getAllInstance_as(Model model)
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Resource>getAllInstances(Model model)
    
public static  ClosableIterator<Resource>getAllIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<Resource>getAllIsDefinedBy()
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Resource>getAllIsDefinedBy_Inverse(Model model, Object objectValue)
    
public static  ReactorResult<Resource>getAllIsDefinedBy_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<Resource>getAllIsDefinedBy_as()
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllIsDefinedBy_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllIsDefinedBy_asNode()
    
public static  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllIsDefinedBy_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllIsDefinedBy_asNode_()
    
public static  ClosableIterator<String>getAllLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<String>getAllLabel()
    
public static  ReactorResult<String>getAllLabel_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<String>getAllLabel_as()
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllLabel_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllLabel_asNode()
    
public static  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllLabel_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllLabel_asNode_()
    
public static  ClosableIterator<Resource>getAllMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<Resource>getAllMember()
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Resource>getAllMember_Inverse(Model model, Object objectValue)
    
public static  ReactorResult<Resource>getAllMember_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<Resource>getAllMember_as()
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllMember_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllMember_asNode()
    
public static  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllMember_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllMember_asNode_()
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Resource>getAllObject_Inverse(Model model, Object objectValue)
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Resource>getAllPredicate_Inverse(Model model, Object objectValue)
    
public static  ClosableIterator<Resource>getAllSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<Resource>getAllSeeAlso()
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Resource>getAllSeeAlso_Inverse(Model model, Object objectValue)
    
public static  ReactorResult<Resource>getAllSeeAlso_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<Resource>getAllSeeAlso_as()
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllSeeAlso_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllSeeAlso_asNode()
    
public static  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllSeeAlso_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllSeeAlso_asNode_()
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Resource>getAllSubject_Inverse(Model model, Object objectValue)
    
public static  ClosableIterator<Class>getAllType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<Class>getAllType()
    
public static  ReactorResult<Class>getAllType_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<Class>getAllType_as()
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllType_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllType_asNode()
    
public static  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllType_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllType_asNode_()
    
public static  ClosableIterator<Resource>getAllValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<Resource>getAllValue()
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Resource>getAllValue_Inverse(Model model, Object objectValue)
    
public static  ReactorResult<Resource>getAllValue_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<Resource>getAllValue_as()
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllValue_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllValue_asNode()
    
public static  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllValue_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllValue_asNode_()
    
public static  booleanhasInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public static  voidremoveAllComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public static  voidremoveAllIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public static  voidremoveAllLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public static  voidremoveAllMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public static  voidremoveAllSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public static  voidremoveAllType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public static  voidremoveAllValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public static  voidremoveComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidremoveComment(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidremoveComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, String value)
    
public  voidremoveComment(String value)
    
public static  voidremoveIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidremoveIsDefinedBy(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidremoveIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)
    
public  voidremoveIsDefinedBy(Resource value)
    
public static  voidremoveLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidremoveLabel(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidremoveLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, String value)
    
public  voidremoveLabel(String value)
    
public static  voidremoveMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidremoveMember(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidremoveMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)
    
public  voidremoveMember(Resource value)
    
public static  voidremoveSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidremoveSeeAlso(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidremoveSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)
    
public  voidremoveSeeAlso(Resource value)
    
public static  voidremoveType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidremoveType(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidremoveType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value)
    
public  voidremoveType(Class value)
    
public static  voidremoveValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidremoveValue(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidremoveValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)
    
public  voidremoveValue(Resource value)
    
public static  voidsetComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property Comment from an RDF2Go node.
public  voidsetComment(org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property Comment from an RDF2Go node.
public static  voidsetComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, String value)
     Sets a value of property Comment from an instance of String First, all existing values are removed, then this value is added.
public  voidsetComment(String value)
     Sets a value of property Comment from an instance of String First, all existing values are removed, then this value is added.
public static  voidsetIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property IsDefinedBy from an RDF2Go node.
public  voidsetIsDefinedBy(org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property IsDefinedBy from an RDF2Go node.
public static  voidsetIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)
     Sets a value of property IsDefinedBy from an instance of Resource First, all existing values are removed, then this value is added.
public  voidsetIsDefinedBy(Resource value)
     Sets a value of property IsDefinedBy from an instance of Resource First, all existing values are removed, then this value is added.
public static  voidsetLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property Label from an RDF2Go node.
public  voidsetLabel(org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property Label from an RDF2Go node.
public static  voidsetLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, String value)
     Sets a value of property Label from an instance of String First, all existing values are removed, then this value is added.
public  voidsetLabel(String value)
     Sets a value of property Label from an instance of String First, all existing values are removed, then this value is added.
public static  voidsetMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property Member from an RDF2Go node.
public  voidsetMember(org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property Member from an RDF2Go node.
public static  voidsetMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)
     Sets a value of property Member from an instance of Resource First, all existing values are removed, then this value is added.
public  voidsetMember(Resource value)
     Sets a value of property Member from an instance of Resource First, all existing values are removed, then this value is added.
public static  voidsetSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property SeeAlso from an RDF2Go node.
public  voidsetSeeAlso(org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property SeeAlso from an RDF2Go node.
public static  voidsetSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)
     Sets a value of property SeeAlso from an instance of Resource First, all existing values are removed, then this value is added.
public  voidsetSeeAlso(Resource value)
     Sets a value of property SeeAlso from an instance of Resource First, all existing values are removed, then this value is added.
public static  voidsetType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property Type from an RDF2Go node.
public  voidsetType(org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property Type from an RDF2Go node.
public static  voidsetType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value)
     Sets a value of property Type from an instance of Class First, all existing values are removed, then this value is added.
public  voidsetType(Class value)
     Sets a value of property Type from an instance of Class First, all existing values are removed, then this value is added.
public static  voidsetValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property Value from an RDF2Go node.
public  voidsetValue(org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property Value from an RDF2Go node.
public static  voidsetValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)
     Sets a value of property Value from an instance of Resource First, all existing values are removed, then this value is added.
public  voidsetValue(Resource value)
     Sets a value of property Value from an instance of Resource First, all existing values are removed, then this value is added.

Field Detail
COMMENT
final public static URI COMMENT(Code)
http://www.w3.org/2000/01/rdf-schema#comment



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



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



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



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



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



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



TYPE
final public static URI TYPE(Code)
http://www.w3.org/1999/02/22-rdf-syntax-ns#type



VALUE
final public static URI VALUE(Code)
http://www.w3.org/1999/02/22-rdf-syntax-ns#value




Constructor Detail
Resource
protected Resource(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]



Resource
public Resource(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]



Resource
public Resource(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]



Resource
public Resource(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]



Resource
public Resource(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
addComment
public static void addComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Adds a value to property Comment 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]



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



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



addComment
public void addComment(String value)(Code)
Adds a value to property Comment from an instance of String [Generated from RDFReactor template rule #add4dynamic]



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



addIsDefinedBy
public static void addIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Adds a value to property IsDefinedBy 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]



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



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



addIsDefinedBy
public void addIsDefinedBy(Resource value)(Code)
Adds a value to property IsDefinedBy from an instance of Resource [Generated from RDFReactor template rule #add4dynamic]



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



addLabel
public static void addLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Adds a value to property Label 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]



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



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



addLabel
public void addLabel(String value)(Code)
Adds a value to property Label from an instance of String [Generated from RDFReactor template rule #add4dynamic]



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



addMember
public static void addMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Adds a value to property Member 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]



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



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



addMember
public void addMember(Resource value)(Code)
Adds a value to property Member from an instance of Resource [Generated from RDFReactor template rule #add4dynamic]



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



addSeeAlso
public static void addSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Adds a value to property SeeAlso 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]



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



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



addSeeAlso
public void addSeeAlso(Resource value)(Code)
Adds a value to property SeeAlso from an instance of Resource [Generated from RDFReactor template rule #add4dynamic]



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



addType
public static void addType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Adds a value to property Type 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]



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



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



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



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



addValue
public static void addValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Adds a value to property Value 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]



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



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



addValue
public void addValue(Resource value)(Code)
Adds a value to property Value from an instance of Resource [Generated from RDFReactor template rule #add4dynamic]



addValue
public void addValue()(Code)
Removes all values of property Value * [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/2000/01/rdf-schema#Resource).
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]



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



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



getAllComment_as
public static ReactorResult<String> getAllComment_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property Comment as a ReactorResult of String
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]



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



getAllComment_asNode
public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllComment_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property Comment 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]



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



getAllComment_asNode_
public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllComment_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property Comment 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]



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



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

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



getAllInstance_as
public static ReactorResult<? extends Resource> 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]



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



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



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

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



getAllIsDefinedBy_as
public static ReactorResult<Resource> getAllIsDefinedBy_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property IsDefinedBy as a ReactorResult of Resource
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]



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



getAllIsDefinedBy_asNode
public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllIsDefinedBy_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property IsDefinedBy 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]



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



getAllIsDefinedBy_asNode_
public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllIsDefinedBy_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property IsDefinedBy 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]



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



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



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



getAllLabel_as
public static ReactorResult<String> getAllLabel_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property Label as a ReactorResult of String
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]



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



getAllLabel_asNode
public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllLabel_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property Label 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]



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



getAllLabel_asNode_
public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllLabel_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property Label 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]



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



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



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



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

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



getAllMember_as
public static ReactorResult<Resource> getAllMember_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property Member as a ReactorResult of Resource
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]



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



getAllMember_asNode
public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllMember_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property Member 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]



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



getAllMember_asNode_
public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllMember_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property Member 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]



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



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

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



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

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



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



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



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

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



getAllSeeAlso_as
public static ReactorResult<Resource> getAllSeeAlso_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property SeeAlso as a ReactorResult of Resource
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]



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



getAllSeeAlso_asNode
public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllSeeAlso_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property SeeAlso 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]



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



getAllSeeAlso_asNode_
public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllSeeAlso_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property SeeAlso 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]



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



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

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



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



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



getAllType_as
public static ReactorResult<Class> getAllType_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property Type 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]



getAllType_as
public ReactorResult<Class> getAllType_as()(Code)
Get all values of property Type 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]



getAllType_asNode
public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllType_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property Type 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]



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



getAllType_asNode_
public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllType_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property Type 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]



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



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



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



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

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



getAllValue_as
public static ReactorResult<Resource> getAllValue_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property Value as a ReactorResult of Resource
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]



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



getAllValue_asNode
public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllValue_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property Value 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]



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



getAllValue_asNode_
public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllValue_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get all values of property Value 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]



getAllValue_asNode_
public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllValue_asNode_()(Code)
Get all values of property Value 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]



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



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



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



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



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



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



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



removeComment
public static void removeComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Removes a value of property Comment 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]



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



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



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



removeIsDefinedBy
public static void removeIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Removes a value of property IsDefinedBy 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]



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



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



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



removeLabel
public static void removeLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Removes a value of property Label 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]



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



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



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



removeMember
public static void removeMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Removes a value of property Member 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]



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



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



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



removeSeeAlso
public static void removeSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Removes a value of property SeeAlso 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]



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



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



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



removeType
public static void removeType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Removes a value of property Type 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]



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



removeType
public static void removeType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value)(Code)
Removes a value of property Type 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]



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



removeValue
public static void removeValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Removes a value of property Value 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]



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



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



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



setComment
public static void setComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Sets a value of property Comment 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]



setComment
public void setComment(org.ontoware.rdf2go.model.node.Node value)(Code)
Sets a value of property Comment 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]



setComment
public static void setComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, String value)(Code)
Sets a value of property Comment from an instance of String 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]



setComment
public void setComment(String value)(Code)
Sets a value of property Comment from an instance of String 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]



setIsDefinedBy
public static void setIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Sets a value of property IsDefinedBy 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]



setIsDefinedBy
public void setIsDefinedBy(org.ontoware.rdf2go.model.node.Node value)(Code)
Sets a value of property IsDefinedBy 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]



setIsDefinedBy
public static void setIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code)
Sets a value of property IsDefinedBy from an instance of Resource 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]



setIsDefinedBy
public void setIsDefinedBy(Resource value)(Code)
Sets a value of property IsDefinedBy from an instance of Resource 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]



setLabel
public static void setLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Sets a value of property Label 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]



setLabel
public void setLabel(org.ontoware.rdf2go.model.node.Node value)(Code)
Sets a value of property Label 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]



setLabel
public static void setLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, String value)(Code)
Sets a value of property Label from an instance of String 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]



setLabel
public void setLabel(String value)(Code)
Sets a value of property Label from an instance of String 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]



setMember
public static void setMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Sets a value of property Member 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]



setMember
public void setMember(org.ontoware.rdf2go.model.node.Node value)(Code)
Sets a value of property Member 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]



setMember
public static void setMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code)
Sets a value of property Member from an instance of Resource 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]



setMember
public void setMember(Resource value)(Code)
Sets a value of property Member from an instance of Resource 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]



setSeeAlso
public static void setSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Sets a value of property SeeAlso 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]



setSeeAlso
public void setSeeAlso(org.ontoware.rdf2go.model.node.Node value)(Code)
Sets a value of property SeeAlso 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]



setSeeAlso
public static void setSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code)
Sets a value of property SeeAlso from an instance of Resource 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]



setSeeAlso
public void setSeeAlso(Resource value)(Code)
Sets a value of property SeeAlso from an instance of Resource 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]



setType
public static void setType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Sets a value of property Type 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]



setType
public void setType(org.ontoware.rdf2go.model.node.Node value)(Code)
Sets a value of property Type 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]



setType
public static void setType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value)(Code)
Sets a value of property Type 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]



setType
public void setType(Class value)(Code)
Sets a value of property Type 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]



setValue
public static void setValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)
Sets a value of property Value 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]



setValue
public void setValue(org.ontoware.rdf2go.model.node.Node value)(Code)
Sets a value of property Value 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]



setValue
public static void setValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code)
Sets a value of property Value from an instance of Resource 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]



setValue
public void setValue(Resource value)(Code)
Sets a value of property Value from an instance of Resource 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.runtime.ReactorRuntimeEntity
protected URI classURI(Code)(Java Doc)
protected Model model(Code)(Java Doc)

Methods inherited from org.ontoware.rdfreactor.runtime.ReactorRuntimeEntity
public BlankNode asBlankNode() throws ClassCastException(Code)(Java Doc)
public DatatypeLiteral asDatatypeLiteral() throws ClassCastException(Code)(Java Doc)
public LanguageTagLiteral asLanguageTagLiteral() throws ClassCastException(Code)(Java Doc)
public Literal asLiteral() throws ClassCastException(Code)(Java Doc)
public Resource asResource() throws ClassCastException(Code)(Java Doc)
public URI asURI() throws ClassCastException(Code)(Java Doc)
public Object castTo(Class targetType)(Code)(Java Doc)
public int compareTo(Node o)(Code)(Java Doc)
public boolean equals(Object other)(Code)(Java Doc)
public Model getModel()(Code)(Java Doc)
public URI getRDFSClassURI()(Code)(Java Doc)
public Resource getResource()(Code)(Java Doc)
public int hashCode()(Code)(Java Doc)
public boolean isInstanceof(URI classURI)(Code)(Java Doc)
public String toSPARQL()(Code)(Java Doc)
public String toString()(Code)(Java Doc)

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

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