Java Doc for User.java in  » Search-Engine » semweb4j » org » ontoware » semversion » impl » generated » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Search Engine » semweb4j » org.ontoware.semversion.impl.generated 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.ontoware.rdfreactor.schema.rdfs.Class
   org.ontoware.semversion.impl.generated.Thing
      org.ontoware.semversion.impl.generated.User

User
public class User extends Thing (Code)
This class manages access to these properties:
  • Name
  • Password
This class was generated by RDFReactor on 16.03.08 18:20


Field Summary
final public static  URI[]MANAGED_URIS
    
final public static  URINAME
    
final public static  URIPASSWORD
    
final public static  URIRDFS_CLASS
    

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

Method Summary
public static  voidaddName(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidaddName(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidaddName(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.lang.String value)
    
public  voidaddName(java.lang.String value)
    
public static  voidaddPassword(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidaddPassword(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidaddPassword(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.lang.String value)
    
public  voidaddPassword(java.lang.String value)
    
public static  voidcreateInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
     Create a new instance of this class in the model.
public static  voiddeleteAllProperties(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
     Delete all (this, *, *), i.e.
public static  voiddeleteInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
     Delete all rdf:type from this instance.
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Resource>getAllAuthor_Inverse(Model model, Object objectValue)
    
public static  ReactorResult<? extends User>getAllInstance_as(Model model)
    
public static  ClosableIterator<org.ontoware.rdf2go.model.node.Resource>getAllInstances(Model model)
    
public static  java.lang.StringgetName(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  java.lang.StringgetName()
    
public static  org.ontoware.rdf2go.model.node.NodegetName_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  org.ontoware.rdf2go.model.node.NodegetName_asNode()
    
public static  java.lang.StringgetPassword(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  java.lang.StringgetPassword()
    
public static  org.ontoware.rdf2go.model.node.NodegetPassword_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  org.ontoware.rdf2go.model.node.NodegetPassword_asNode()
    
public static  booleanhasInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public static  booleanhasName(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  booleanhasName()
    
public static  booleanhasPassword(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
    
public  booleanhasPassword()
    
public static  voidremoveName(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidremoveName(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidremoveName(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.lang.String value)
    
public  voidremoveName(java.lang.String value)
    
public static  voidremovePassword(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
    
public  voidremovePassword(org.ontoware.rdf2go.model.node.Node value)
    
public static  voidremovePassword(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.lang.String value)
    
public  voidremovePassword(java.lang.String value)
    
public static  voidsetName(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property Name from an RDF2Go node.
public  voidsetName(org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property Name from an RDF2Go node.
public static  voidsetName(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.lang.String value)
     Sets a value of property Name from an instance of java.lang.String First, all existing values are removed, then this value is added.
public  voidsetName(java.lang.String value)
     Sets a value of property Name from an instance of java.lang.String First, all existing values are removed, then this value is added.
public static  voidsetPassword(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property Password from an RDF2Go node.
public  voidsetPassword(org.ontoware.rdf2go.model.node.Node value)
     Sets a value of property Password from an RDF2Go node.
public static  voidsetPassword(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.lang.String value)
     Sets a value of property Password from an instance of java.lang.String First, all existing values are removed, then this value is added.
public  voidsetPassword(java.lang.String value)
     Sets a value of property Password from an instance of java.lang.String 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



NAME
final public static URI NAME(Code)
http://purl.org/net/semversion#hasName



PASSWORD
final public static URI PASSWORD(Code)
http://purl.org/net/semversion#hasPassword



RDFS_CLASS
final public static URI RDFS_CLASS(Code)
http://purl.org/net/semversion#User




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



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



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



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



User
public User(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
addName
public static void addName(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) throws CardinalityException(Code)
Adds a value to property Name as an RDF2Go node
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be added
throws:
  CardinalityException - if adding a value would bring the number of property values above the cardinality constraint.[Generated from RDFReactor template rule #add5static]



addName
public void addName(org.ontoware.rdf2go.model.node.Node value) throws CardinalityException(Code)
Adds a value to property Name as an RDF2Go node
Parameters:
  value - the value to be added
throws:
  CardinalityException - if adding a value would bring the number of property values above the cardinality constraint.[Generated from RDFReactor template rule #add6dynamic]



addName
public static void addName(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.lang.String value) throws CardinalityException(Code)
Adds a value to property Name from an instance of java.lang.String
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
throws:
  CardinalityException - if adding a value would bring the number of property values above the cardinality constraint.[Generated from RDFReactor template rule #add7static]



addName
public void addName(java.lang.String value) throws CardinalityException(Code)
Adds a value to property Name from an instance of java.lang.String
throws:
  CardinalityException - if adding a value would bring the number of property values above the cardinality constraint.[Generated from RDFReactor template rule #add8dynamic]



addPassword
public static void addPassword(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) throws CardinalityException(Code)
Adds a value to property Password as an RDF2Go node
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be added
throws:
  CardinalityException - if adding a value would bring the number of property values above the cardinality constraint.[Generated from RDFReactor template rule #add5static]



addPassword
public void addPassword(org.ontoware.rdf2go.model.node.Node value) throws CardinalityException(Code)
Adds a value to property Password as an RDF2Go node
Parameters:
  value - the value to be added
throws:
  CardinalityException - if adding a value would bring the number of property values above the cardinality constraint.[Generated from RDFReactor template rule #add6dynamic]



addPassword
public static void addPassword(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.lang.String value) throws CardinalityException(Code)
Adds a value to property Password from an instance of java.lang.String
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
throws:
  CardinalityException - if adding a value would bring the number of property values above the cardinality constraint.[Generated from RDFReactor template rule #add7static]



addPassword
public void addPassword(java.lang.String value) throws CardinalityException(Code)
Adds a value to property Password from an instance of java.lang.String
throws:
  CardinalityException - if adding a value would bring the number of property values above the cardinality constraint.[Generated from RDFReactor template rule #add8dynamic]



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



deleteAllProperties
public static void deleteAllProperties(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Delete all (this, *, *), i.e. including rdf:type
Parameters:
  model - an RDF2Go model
Parameters:
  resource -



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. To delete more, use deleteAllProperties
Parameters:
  model - an RDF2Go model
Parameters:
  instanceResource - an RDF2Go resource[Generated from RDFReactor template rule #class4]



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

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



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



getName
public static java.lang.String getName(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get single value of property Name * @param model an RDF2Go model
Parameters:
  resource - an RDF2Go resource the single value or null if no value is found
throws:
  RDFDataException - , if the property has multiple values[Generated from RDFReactor template rule #get5static]



getName
public java.lang.String getName()(Code)
Get single value of property Name * @return the single value or null if no value is found
throws:
  RDFDataException - , if the property has multiple values[Generated from RDFReactor template rule #get6dynamic]



getName_asNode
public static org.ontoware.rdf2go.model.node.Node getName_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get single value of property Name as an RDF2Go node
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource the single value or null if no value is found
throws:
  RDFDataException - at runtime, if the property has multiple values[Generated from RDFReactor template rule #get1static]



getName_asNode
public org.ontoware.rdf2go.model.node.Node getName_asNode()(Code)
Get single value of property Name as an RDF2Go node the single value or null if no value is found
throws:
  RDFDataException - , if the property has multiple values[Generated from RDFReactor template rule #get2dynamic]



getPassword
public static java.lang.String getPassword(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get single value of property Password * @param model an RDF2Go model
Parameters:
  resource - an RDF2Go resource the single value or null if no value is found
throws:
  RDFDataException - , if the property has multiple values[Generated from RDFReactor template rule #get5static]



getPassword
public java.lang.String getPassword()(Code)
Get single value of property Password * @return the single value or null if no value is found
throws:
  RDFDataException - , if the property has multiple values[Generated from RDFReactor template rule #get6dynamic]



getPassword_asNode
public static org.ontoware.rdf2go.model.node.Node getPassword_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Get single value of property Password as an RDF2Go node
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource the single value or null if no value is found
throws:
  RDFDataException - at runtime, if the property has multiple values[Generated from RDFReactor template rule #get1static]



getPassword_asNode
public org.ontoware.rdf2go.model.node.Node getPassword_asNode()(Code)
Get single value of property Password as an RDF2Go node the single value or null if no value is found
throws:
  RDFDataException - , if the property has multiple values[Generated from RDFReactor template rule #get2dynamic]



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]



hasName
public static boolean hasName(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Check if org.ontoware.rdfreactor.generator.java.JProperty@1ed7ac has at least one value set
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource true if this property has at least one value[Generated from RDFReactor template rule #get0has-static]



hasName
public boolean hasName()(Code)
Check if org.ontoware.rdfreactor.generator.java.JProperty@1ed7ac has at least one value set true if this property has at least one value[Generated from RDFReactor template rule #get0has-dynamic]



hasPassword
public static boolean hasPassword(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)
Check if org.ontoware.rdfreactor.generator.java.JProperty@1bd9d76 has at least one value set
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource true if this property has at least one value[Generated from RDFReactor template rule #get0has-static]



hasPassword
public boolean hasPassword()(Code)
Check if org.ontoware.rdfreactor.generator.java.JProperty@1bd9d76 has at least one value set true if this property has at least one value[Generated from RDFReactor template rule #get0has-dynamic]



removeName
public static void removeName(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) throws CardinalityException(Code)
Removes a value of property Name as an RDF2Go node
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be removed
throws:
  CardinalityException - if removing a value would bring the number of property values below the cardinality constraint.[Generated from RDFReactor template rule #remove5static]



removeName
public void removeName(org.ontoware.rdf2go.model.node.Node value) throws CardinalityException(Code)
Removes a value of property Name as an RDF2Go node
Parameters:
  value - the value to be removed
throws:
  CardinalityException - if removing a value would bring the number of property values below the cardinality constraint.[Generated from RDFReactor template rule #remove6dynamic]



removeName
public static void removeName(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.lang.String value) throws CardinalityException(Code)
Removes a value of property Name from an instance of java.lang.String
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be removed
throws:
  CardinalityException - if removing a value would bring the number of property values below the cardinality constraint.[Generated from RDFReactor template rule #remove7static]



removeName
public void removeName(java.lang.String value) throws CardinalityException(Code)
Removes a value of property Name from an instance of java.lang.String
Parameters:
  value - the value to be removed
throws:
  CardinalityException - if removing a value would bring the number of property values below the cardinality constraint.[Generated from RDFReactor template rule #remove8dynamic]



removePassword
public static void removePassword(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) throws CardinalityException(Code)
Removes a value of property Password as an RDF2Go node
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be removed
throws:
  CardinalityException - if removing a value would bring the number of property values below the cardinality constraint.[Generated from RDFReactor template rule #remove5static]



removePassword
public void removePassword(org.ontoware.rdf2go.model.node.Node value) throws CardinalityException(Code)
Removes a value of property Password as an RDF2Go node
Parameters:
  value - the value to be removed
throws:
  CardinalityException - if removing a value would bring the number of property values below the cardinality constraint.[Generated from RDFReactor template rule #remove6dynamic]



removePassword
public static void removePassword(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.lang.String value) throws CardinalityException(Code)
Removes a value of property Password from an instance of java.lang.String
Parameters:
  model - an RDF2Go model
Parameters:
  resource - an RDF2Go resource
Parameters:
  value - the value to be removed
throws:
  CardinalityException - if removing a value would bring the number of property values below the cardinality constraint.[Generated from RDFReactor template rule #remove7static]



removePassword
public void removePassword(java.lang.String value) throws CardinalityException(Code)
Removes a value of property Password from an instance of java.lang.String
Parameters:
  value - the value to be removed
throws:
  CardinalityException - if removing a value would bring the number of property values below the cardinality constraint.[Generated from RDFReactor template rule #remove8dynamic]



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



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



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



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



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



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



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



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



Fields inherited from org.ontoware.semversion.impl.generated.Thing
final public static URI[] MANAGED_URIS(Code)(Java Doc)
final public static URI RDFS_CLASS(Code)(Java Doc)
final public static URI VERSIONEDMODEL(Code)(Java Doc)

Methods inherited from org.ontoware.semversion.impl.generated.Thing
public static void addVersionedModel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void addVersionedModel(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void addVersionedModel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, VersionedModel value)(Code)(Java Doc)
public void addVersionedModel(VersionedModel value)(Code)(Java Doc)
public void addVersionedModel()(Code)(Java Doc)
public static void createInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public static void deleteAllProperties(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<VersionedModel> getAllVersionedModel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<VersionedModel> getAllVersionedModel()(Code)(Java Doc)
public static ReactorResult<VersionedModel> getAllVersionedModel_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<VersionedModel> getAllVersionedModel_as()(Code)(Java Doc)
public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllVersionedModel_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllVersionedModel_asNode()(Code)(Java Doc)
public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllVersionedModel_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllVersionedModel_asNode_()(Code)(Java Doc)
public static boolean hasInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public static boolean hasVersionedModel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public boolean hasVersionedModel()(Code)(Java Doc)
public static void removeAllVersionedModel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc)
public static void removeVersionedModel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void removeVersionedModel(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void removeVersionedModel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, VersionedModel value)(Code)(Java Doc)
public void removeVersionedModel(VersionedModel value)(Code)(Java Doc)
public static void setVersionedModel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public void setVersionedModel(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc)
public static void setVersionedModel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, VersionedModel value)(Code)(Java Doc)
public void setVersionedModel(VersionedModel 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.