Java Doc for DDD.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.DDD

DDD
public class DDD extends Thing (Code)
This class manages access to these properties:
  • Sss1
  • Ttt1
  • Ttt2
This class was generated by RDFReactor on 26.01.08 15:47


Field Summary
final public static  URI[]MANAGED_URIS
    
final public static  URIRDFS_CLASS
    
final public static  URISSS1
    
final public static  URITTT1
    
final public static  URITTT2
    

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

Method Summary
public static  voidaddSss1(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidaddSss1(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidaddSss1(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Thing value)
    
public  voidaddSss1(Thing value)
    
public  voidaddSss1()
    
public static  voidaddTtt1(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidaddTtt1(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidaddTtt1(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, FFF value)
    
public  voidaddTtt1(FFF value)
    
public  voidaddTtt1()
    
public static  voidaddTtt2(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidaddTtt2(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidaddTtt2(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, FFF value)
    
public  voidaddTtt2(FFF value)
    
public  voidaddTtt2()
    
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 DDD>getAllInstance_as(Model model)
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Resource>getAllInstances(Model model)
    
public static  ClosableIterator<Thing>getAllSss1(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<Thing>getAllSss1()
    
public static  ReactorResult<Thing>getAllSss1_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<Thing>getAllSss1_as()
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllSss1_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllSss1_asNode()
    
public static  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllSss1_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllSss1_asNode_()
    
public static  ClosableIterator<FFF>getAllTtt1(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<FFF>getAllTtt1()
    
public static  ReactorResult<FFF>getAllTtt1_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<FFF>getAllTtt1_as()
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllTtt1_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllTtt1_asNode()
    
public static  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllTtt1_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllTtt1_asNode_()
    
public static  ClosableIterator<FFF>getAllTtt2(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<FFF>getAllTtt2()
    
public static  ReactorResult<FFF>getAllTtt2_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<FFF>getAllTtt2_as()
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllTtt2_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ClosableIterator<org.ontoware.rdf2go.model.node.Node>getAllTtt2_asNode()
    
public static  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllTtt2_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  ReactorResult<org.ontoware.rdf2go.model.node.Node>getAllTtt2_asNode_()
    
public static  booleanhasInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public static  voidremoveAllSss1(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public static  voidremoveAllTtt1(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public static  voidremoveAllTtt2(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public static  voidremoveSss1(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidremoveSss1(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidremoveSss1(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Thing value)
    
public  voidremoveSss1(Thing value)
    
public static  voidremoveTtt1(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidremoveTtt1(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidremoveTtt1(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, FFF value)
    
public  voidremoveTtt1(FFF value)
    
public static  voidremoveTtt2(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidremoveTtt2(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidremoveTtt2(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, FFF value)
    
public  voidremoveTtt2(FFF value)
    
public static  voidsetSss1(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property Sss1 from an RDF2Go node.
public  voidsetSss1(org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property Sss1 from an RDF2Go node.
public static  voidsetSss1(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Thing value)
     Sets a value of property Sss1 from an instance of Thing First, all existing values are removed, then this value is added.
public  voidsetSss1(Thing value)
     Sets a value of property Sss1 from an instance of Thing First, all existing values are removed, then this value is added.
public static  voidsetTtt1(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property Ttt1 from an RDF2Go node.
public  voidsetTtt1(org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property Ttt1 from an RDF2Go node.
public static  voidsetTtt1(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, FFF value)
     Sets a value of property Ttt1 from an instance of FFF First, all existing values are removed, then this value is added.
public  voidsetTtt1(FFF value)
     Sets a value of property Ttt1 from an instance of FFF First, all existing values are removed, then this value is added.
public static  voidsetTtt2(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property Ttt2 from an RDF2Go node.
public  voidsetTtt2(org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property Ttt2 from an RDF2Go node.
public static  voidsetTtt2(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, FFF value)
     Sets a value of property Ttt2 from an instance of FFF First, all existing values are removed, then this value is added.
public  voidsetTtt2(FFF value)
     Sets a value of property Ttt2 from an instance of FFF 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



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



SSS1
final public static URI SSS1(Code)
urn:ex:sss1



TTT1
final public static URI TTT1(Code)
urn:ex:ttt1



TTT2
final public static URI TTT2(Code)
urn:ex:ttt2




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



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



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



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



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



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



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



addSss1
public void addSss1(Thing value)(Code)
Adds a value to property Sss1 from an instance of Thing [Generated from RDFReactor template rule #add4dynamic]



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



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



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



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



addTtt1
public void addTtt1(FFF value)(Code)
Adds a value to property Ttt1 from an instance of FFF [Generated from RDFReactor template rule #add4dynamic]



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



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



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



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



addTtt2
public void addTtt2(FFF value)(Code)
Adds a value to property Ttt2 from an instance of FFF [Generated from RDFReactor template rule #add4dynamic]



addTtt2
public void addTtt2()(Code)
Removes all values of property Ttt2 * [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:DDD).
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 DDD> 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]



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



setSss1
public void setSss1(Thing value)(Code)
Sets a value of property Sss1 from an instance of Thing 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]



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



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



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



setTtt1
public void setTtt1(FFF value)(Code)
Sets a value of property Ttt1 from an instance of FFF 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]



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



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



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



setTtt2
public void setTtt2(FFF value)(Code)
Sets a value of property Ttt2 from an instance of FFF 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.