Java Doc for Person.java in  » Search-Engine » semweb4j » com » example » 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 » com.example 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.ontoware.rdfreactor.schema.rdfs.Class
   com.example.Thing
      com.example.Person

Person
public class Person extends Thing (Code)
This class manages access to these properties:
  • Pet
This class was generated by RDFReactor on 26.01.08 15:47


Field Summary
final public static  URI[]MANAGED_URIS
    
final public static  URIPET
    
final public static  URIRDFS_CLASS
    

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

Method Summary
public static  voidaddPet(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidaddPet(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidaddPet(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Dog value)
    
public  voidaddPet(Dog value)
    
public  voidaddPet()
    
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  ReactorResult<? extends Person>getAllInstance_as(Model model)
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Resource>getAllInstances(Model model)
    
public static  ClosableIterator<Dog>getAllPet(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<Dog>getAllPet()
    
public static  ReactorResult<Dog>getAllPet_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<Dog>getAllPet_as()
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllPet_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllPet_asNode()
    
public static  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllPet_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllPet_asNode_()
    
public static  booleanhasInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public static  voidremoveAllPet(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public static  voidremovePet(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidremovePet(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidremovePet(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Dog value)
    
public  voidremovePet(Dog value)
    
public static  voidsetPet(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property Pet from an RDF2Go node.
public  voidsetPet(org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property Pet from an RDF2Go node.
public static  voidsetPet(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Dog value)
     Sets a value of property Pet from an instance of Dog First, all existing values are removed, then this value is added.
public  voidsetPet(Dog value)
     Sets a value of property Pet from an instance of Dog First, all existing values are removed, then this value is added.

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



PET
final public static URI PET(Code)
urn:ex:hasPet



RDFS_CLASS
final public static URI RDFS_CLASS(Code)
urn:ex:Person




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



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



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



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



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



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



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



addPet
public void addPet(Dog value)(Code)
Adds a value to property Pet from an instance of Dog [Generated from RDFReactor template rule #add4dynamic]



addPet
public void addPet()(Code)
Removes all values of property Pet * [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, urn:ex:Person).
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]



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



setPet
public void setPet(Dog value)(Code)
Sets a value of property Pet from an instance of Dog 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 com.example.Thing
final public static URI[] MANAGED_URIS(Code)(Java Doc)
final public static URI MAXCARDINALITY(Code)(Java Doc)
final public static URI MINCARDINALITY(Code)(Java Doc)
final public static URI RDFS_CLASS(Code)(Java Doc)
final public static URI RRR(Code)(Java Doc)
final public static URI SSS2(Code)(Java Doc)
final public static URI URN_EX_TTT2(Code)(Java Doc)

Methods inherited from com.example.Thing
public static void addMaxCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void addMaxCardinality(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void addMaxCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Thing value)(Code)(Java Doc)
public void addMaxCardinality(Thing value)(Code)(Java Doc)
public void addMaxCardinality()(Code)(Java Doc)
public static void addMinCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void addMinCardinality(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void addMinCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Thing value)(Code)(Java Doc)
public void addMinCardinality(Thing value)(Code)(Java Doc)
public void addMinCardinality()(Code)(Java Doc)
public static void addRrr(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void addRrr(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void addRrr(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Thing value)(Code)(Java Doc)
public void addRrr(Thing value)(Code)(Java Doc)
public void addRrr()(Code)(Java Doc)
public static void addSss2(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void addSss2(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void addSss2(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Thing value)(Code)(Java Doc)
public void addSss2(Thing value)(Code)(Java Doc)
public void addSss2()(Code)(Java Doc)
public static void addUrn_ex_ttt2(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void addUrn_ex_ttt2(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void addUrn_ex_ttt2(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, FFF value)(Code)(Java Doc)
public void addUrn_ex_ttt2(FFF value)(Code)(Java Doc)
public void addUrn_ex_ttt2()(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 ReactorResult<? extends Thing> 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<Thing> getAllMaxCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<Thing> getAllMaxCardinality()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllMaxCardinality_Inverse(Model model, Object objectValue)(Code)(Java Doc)
public static ReactorResult<Thing> getAllMaxCardinality_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<Thing> getAllMaxCardinality_as()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllMaxCardinality_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllMaxCardinality_asNode()(Code)(Java Doc)
public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllMaxCardinality_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllMaxCardinality_asNode_()(Code)(Java Doc)
public static ClosableIterator<Thing> getAllMinCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<Thing> getAllMinCardinality()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllMinCardinality_Inverse(Model model, Object objectValue)(Code)(Java Doc)
public static ReactorResult<Thing> getAllMinCardinality_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<Thing> getAllMinCardinality_as()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllMinCardinality_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllMinCardinality_asNode()(Code)(Java Doc)
public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllMinCardinality_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllMinCardinality_asNode_()(Code)(Java Doc)
public static ClosableIterator<Thing> getAllRrr(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<Thing> getAllRrr()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllRrr_Inverse(Model model, Object objectValue)(Code)(Java Doc)
public static ReactorResult<Thing> getAllRrr_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<Thing> getAllRrr_as()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllRrr_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllRrr_asNode()(Code)(Java Doc)
public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllRrr_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllRrr_asNode_()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllSss1_Inverse(Model model, Object objectValue)(Code)(Java Doc)
public static ClosableIterator<Thing> getAllSss2(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<Thing> getAllSss2()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllSss2_Inverse(Model model, Object objectValue)(Code)(Java Doc)
public static ReactorResult<Thing> getAllSss2_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<Thing> getAllSss2_as()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllSss2_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllSss2_asNode()(Code)(Java Doc)
public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllSss2_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllSss2_asNode_()(Code)(Java Doc)
public static ClosableIterator<FFF> getAllUrn_ex_ttt2(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<FFF> getAllUrn_ex_ttt2()(Code)(Java Doc)
public static ReactorResult<FFF> getAllUrn_ex_ttt2_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<FFF> getAllUrn_ex_ttt2_as()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllUrn_ex_ttt2_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllUrn_ex_ttt2_asNode()(Code)(Java Doc)
public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllUrn_ex_ttt2_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllUrn_ex_ttt2_asNode_()(Code)(Java Doc)
public static boolean hasInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public static void removeAllMaxCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public static void removeAllMinCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public static void removeAllRrr(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public static void removeAllSss2(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public static void removeAllUrn_ex_ttt2(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public static void removeMaxCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void removeMaxCardinality(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void removeMaxCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Thing value)(Code)(Java Doc)
public void removeMaxCardinality(Thing value)(Code)(Java Doc)
public static void removeMinCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void removeMinCardinality(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void removeMinCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Thing value)(Code)(Java Doc)
public void removeMinCardinality(Thing value)(Code)(Java Doc)
public static void removeRrr(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void removeRrr(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void removeRrr(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Thing value)(Code)(Java Doc)
public void removeRrr(Thing value)(Code)(Java Doc)
public static void removeSss2(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void removeSss2(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void removeSss2(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Thing value)(Code)(Java Doc)
public void removeSss2(Thing value)(Code)(Java Doc)
public static void removeUrn_ex_ttt2(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void removeUrn_ex_ttt2(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void removeUrn_ex_ttt2(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, FFF value)(Code)(Java Doc)
public void removeUrn_ex_ttt2(FFF value)(Code)(Java Doc)
public static void setMaxCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void setMaxCardinality(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void setMaxCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Thing value)(Code)(Java Doc)
public void setMaxCardinality(Thing value)(Code)(Java Doc)
public static void setMinCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void setMinCardinality(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void setMinCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Thing value)(Code)(Java Doc)
public void setMinCardinality(Thing value)(Code)(Java Doc)
public static void setRrr(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void setRrr(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void setRrr(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Thing value)(Code)(Java Doc)
public void setRrr(Thing value)(Code)(Java Doc)
public static void setSss2(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void setSss2(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void setSss2(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Thing value)(Code)(Java Doc)
public void setSss2(Thing value)(Code)(Java Doc)
public static void setUrn_ex_ttt2(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void setUrn_ex_ttt2(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void setUrn_ex_ttt2(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, FFF value)(Code)(Java Doc)
public void setUrn_ex_ttt2(FFF value)(Code)(Java Doc)

Fields inherited from org.ontoware.rdfreactor.schema.rdfs.Class
final public static URI[] MANAGED_URIS(Code)(Java Doc)
final public static URI RDFS_CLASS(Code)(Java Doc)
final public static URI SUBCLASSOF(Code)(Java Doc)

Methods inherited from org.ontoware.rdfreactor.schema.rdfs.Class
public static void addSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void addSubClassOf(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void addSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value)(Code)(Java Doc)
public void addSubClassOf(Class value)(Code)(Java Doc)
public void addSubClassOf()(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<org.ontoware.rdf2go.model.node.Resource> getAllDomain_Inverse(Model model, Object objectValue)(Code)(Java Doc)
public static ReactorResult<? extends Class> 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<org.ontoware.rdf2go.model.node.Resource> getAllRange_Inverse(Model model, Object objectValue)(Code)(Java Doc)
public static ClosableIterator<Class> getAllSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<Class> getAllSubClassOf()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllSubClassOf_Inverse(Model model, Object objectValue)(Code)(Java Doc)
public static ReactorResult<Class> getAllSubClassOf_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<Class> getAllSubClassOf_as()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllSubClassOf_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllSubClassOf_asNode()(Code)(Java Doc)
public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllSubClassOf_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllSubClassOf_asNode_()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllType_Inverse(Model model, Object objectValue)(Code)(Java Doc)
public static boolean hasInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public static void removeAllSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public static void removeSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void removeSubClassOf(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void removeSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value)(Code)(Java Doc)
public void removeSubClassOf(Class value)(Code)(Java Doc)
public static void setSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void setSubClassOf(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void setSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value)(Code)(Java Doc)
public void setSubClassOf(Class 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.