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


org.rdfs.sioc.Thing
   org.rdfs.sioc.Container
      org.rdfs.sioc.Forum

Forum
public class Forum extends Container (Code)
This class was generated by RDFReactor on 01.06.07 18:30 This class manages access to these properties:
  • Host
  • Moderator
  • Scopeof
Schema Comment: A discussion area on which Posts or entries are made.


Field Summary
final public static  URIHOST
    
final public static  URI[]MANAGED_URIS
    
final public static  URIMODERATOR
    
final public static  URIRDFS_CLASS
    
final public static  URISCOPEOF
    

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

Method Summary
public  voidaddSiocHost(Site value)
    
public  voidaddSiocHostof_Inverse(Site value)
    
public  voidaddSiocModerator(User value)
    
public  voidaddSiocModeratorof_Inverse(User value)
    
public  voidaddSiocScope_Inverse(Role value)
    
public  voidaddSiocScopeof(Role value)
    
public  Forum[]getAllInstances()
    
public static  Forum[]getAllInstances(Model model)
    
public  Site[]getAllSiocHost()
    
public  Site[]getAllSiocHostof_Inverse()
    
public  User[]getAllSiocModerator()
    
public  User[]getAllSiocModeratorof_Inverse()
    
public  Role[]getAllSiocScope_Inverse()
    
public  Role[]getAllSiocScopeof()
    
public static  ForumgetInstance(Model model, URI uri)
    
public  SitegetSiocHost()
     Schema Comment: The Site that hosts this Forum. the only value.
public  UsergetSiocModerator()
     Schema Comment: A User who is a moderator of this Forum. the only value.
public  RolegetSiocScopeof()
     Schema Comment: A Role that has a scope of this Forum. the only value.
public static  booleanhasInstance(Model model, URI uri)
    
public  booleanhasSiocHost(Site value)
    
public  booleanhasSiocHost()
    
public  booleanhasSiocModerator(User value)
    
public  booleanhasSiocModerator()
    
public  booleanhasSiocScopeof(Role value)
    
public  booleanhasSiocScopeof()
    
public  voidremoveSiocHost(Site value)
    
public  voidremoveSiocModerator(User value)
    
public  voidremoveSiocScopeof(Role value)
    
public  voidsetSiocHost(Site value)
    
public  voidsetSiocModerator(User value)
    
public  voidsetSiocScopeof(Role value)
    

Field Detail
HOST
final public static URI HOST(Code)
http://rdfs.org/sioc/ns#has_host



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



MODERATOR
final public static URI MODERATOR(Code)
http://rdfs.org/sioc/ns#has_moderator



RDFS_CLASS
final public static URI RDFS_CLASS(Code)
http://rdfs.org/sioc/ns#Forum



SCOPEOF
final public static URI SCOPEOF(Code)
http://rdfs.org/sioc/ns#scope_of




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



Forum
public Forum(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



Forum
public Forum(Model model, URI uri)(Code)
Returns a Java wrapper over an RDF object, identified by URI. Creating two wrappers for the same instanceURI is legal. The statement (this, rdf:type, TYPE) is written to the model
Parameters:
  model - RDF2GO Model implementation, see http://rdf2go.ontoware.org
Parameters:
  uri - URI of this instance



Forum
public Forum(Model model, String uriString) throws ModelRuntimeException(Code)
Returns a Java wrapper over an RDF object, identified by URI. Creating two wrappers for the same instanceURI is legal. The statement (this, rdf:type, TYPE) is written to the model
Parameters:
  model - RDF2GO Model implementation, see http://rdf2go.ontoware.org
Parameters:
  uriString - A URI of this instance, represented as a String
throws:
  ModelRuntimeException - if URI syntax is wrong



Forum
public Forum(Model model, BlankNode bnode)(Code)
Returns a Java wrapper over an RDF object, identified by a blank node. Creating two wrappers for the same blank node is legal. The statement (this, rdf:type, TYPE) is written to the model
Parameters:
  model - RDF2GO Model implementation, see http://rdf2go.ontoware.org
Parameters:
  bnode - BlankNode of this instance



Forum
public Forum(Model model)(Code)
Returns a Java wrapper over an RDF object, identified by a randomly generated URI. Creating two wrappers results in different URIs. The statement (this, rdf:type, TYPE) is written to the model
Parameters:
  model - RDF2GO Model implementation, see http://rdf2go.ontoware.org




Method Detail
addSiocHost
public void addSiocHost(Site value)(Code)
adds a value
Parameters:
  value - the value to be addedSchema Comment: The Site that hosts this Forum.



addSiocHostof_Inverse
public void addSiocHostof_Inverse(Site value)(Code)
add 'Hostof'-Inverse
Parameters:
  value -



addSiocModerator
public void addSiocModerator(User value)(Code)
adds a value
Parameters:
  value - the value to be addedSchema Comment: A User who is a moderator of this Forum.



addSiocModeratorof_Inverse
public void addSiocModeratorof_Inverse(User value)(Code)
add 'Moderatorof'-Inverse
Parameters:
  value -



addSiocScope_Inverse
public void addSiocScope_Inverse(Role value)(Code)
add 'Scope'-Inverse
Parameters:
  value -



addSiocScopeof
public void addSiocScopeof(Role value)(Code)
adds a value
Parameters:
  value - the value to be addedSchema Comment: A Role that has a scope of this Forum.



getAllInstances
public Forum[] getAllInstances()(Code)
all instances of this class



getAllInstances
public static Forum[] getAllInstances(Model model)(Code)
all instances of this class in the given Model
Parameters:
  model - an RDF2Go model



getAllSiocHost
public Site[] getAllSiocHost()(Code)
all valuesSchema Comment: The Site that hosts this Forum.



getAllSiocHostof_Inverse
public Site[] getAllSiocHostof_Inverse()(Code)
all A's that have a relation 'Hostof' to this Forum instance



getAllSiocModerator
public User[] getAllSiocModerator()(Code)
all valuesSchema Comment: A User who is a moderator of this Forum.



getAllSiocModeratorof_Inverse
public User[] getAllSiocModeratorof_Inverse()(Code)
all A's that have a relation 'Moderatorof' to this Forum instance



getAllSiocScope_Inverse
public Role[] getAllSiocScope_Inverse()(Code)
all A's that have a relation 'Scope' to this Forum instance



getAllSiocScopeof
public Role[] getAllSiocScopeof()(Code)
all valuesSchema Comment: A Role that has a scope of this Forum.



getInstance
public static Forum getInstance(Model model, URI uri) throws Exception(Code)

Parameters:
  model - RDF2Go model
Parameters:
  uri - instance identifier an instance of Forum or null if none existst
throws:
  Exception - if Model causes problems



getSiocHost
public Site getSiocHost()(Code)
Schema Comment: The Site that hosts this Forum. the only value. null if none is found
throws:
  RDFDataException - , if the property has multiple values



getSiocModerator
public User getSiocModerator()(Code)
Schema Comment: A User who is a moderator of this Forum. the only value. null if none is found
throws:
  RDFDataException - , if the property has multiple values



getSiocScopeof
public Role getSiocScopeof()(Code)
Schema Comment: A Role that has a scope of this Forum. the only value. null if none is found
throws:
  RDFDataException - , if the property has multiple values



hasInstance
public static boolean hasInstance(Model model, URI uri)(Code)

Parameters:
  model -
Parameters:
  uri - true if uri is an instance of this class in the model



hasSiocHost
public boolean hasSiocHost(Site value)(Code)

Parameters:
  value - true if the model contains a statement (this, HOST, value)



hasSiocHost
public boolean hasSiocHost()(Code)
true if the model contains a statement (this, HOST, *)



hasSiocModerator
public boolean hasSiocModerator(User value)(Code)

Parameters:
  value - true if the model contains a statement (this, MODERATOR, value)



hasSiocModerator
public boolean hasSiocModerator()(Code)
true if the model contains a statement (this, MODERATOR, *)



hasSiocScopeof
public boolean hasSiocScopeof(Role value)(Code)

Parameters:
  value - true if the model contains a statement (this, SCOPEOF, value)



hasSiocScopeof
public boolean hasSiocScopeof()(Code)
true if the model contains a statement (this, SCOPEOF, *)



removeSiocHost
public void removeSiocHost(Site value)(Code)
removes a value
Parameters:
  value - the value to be removedSchema Comment: The Site that hosts this Forum.



removeSiocModerator
public void removeSiocModerator(User value)(Code)
removes a value
Parameters:
  value - the value to be removedSchema Comment: A User who is a moderator of this Forum.



removeSiocScopeof
public void removeSiocScopeof(Role value)(Code)
removes a value
Parameters:
  value - the value to be removedSchema Comment: A Role that has a scope of this Forum.



setSiocHost
public void setSiocHost(Site value)(Code)
removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: The Site that hosts this Forum.



setSiocModerator
public void setSiocModerator(User value)(Code)
removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: A User who is a moderator of this Forum.



setSiocScopeof
public void setSiocScopeof(Role value)(Code)
removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: A Role that has a scope of this Forum.



Fields inherited from org.rdfs.sioc.Container
final public static URI CONTAINEROF(Code)(Java Doc)
final public static URI[] MANAGED_URIS(Code)(Java Doc)
final public static URI OWNER(Code)(Java Doc)
final public static URI PARENT(Code)(Java Doc)
final public static URI PARENTOF(Code)(Java Doc)
final public static URI RDFS_CLASS(Code)(Java Doc)
final public static URI SUBSCRIBER(Code)(Java Doc)

Methods inherited from org.rdfs.sioc.Container
public void addSiocContainer_Inverse(Item value)(Code)(Java Doc)
public void addSiocContainerof(Item value)(Code)(Java Doc)
public void addSiocOwner(User value)(Code)(Java Doc)
public void addSiocOwnerof_Inverse(User value)(Code)(Java Doc)
public void addSiocParent(Container value)(Code)(Java Doc)
public void addSiocParent_Inverse(Container value)(Code)(Java Doc)
public void addSiocParentof(Container value)(Code)(Java Doc)
public void addSiocParentof_Inverse(Container value)(Code)(Java Doc)
public void addSiocSubscriber(User value)(Code)(Java Doc)
public void addSiocSubscriberof_Inverse(User value)(Code)(Java Doc)
public Container[] getAllInstances()(Code)(Java Doc)
public static Container[] getAllInstances(Model model)(Code)(Java Doc)
public Item[] getAllSiocContainer_Inverse()(Code)(Java Doc)
public Item[] getAllSiocContainerof()(Code)(Java Doc)
public User[] getAllSiocOwner()(Code)(Java Doc)
public User[] getAllSiocOwnerof_Inverse()(Code)(Java Doc)
public Container[] getAllSiocParent()(Code)(Java Doc)
public Container[] getAllSiocParent_Inverse()(Code)(Java Doc)
public Container[] getAllSiocParentof()(Code)(Java Doc)
public Container[] getAllSiocParentof_Inverse()(Code)(Java Doc)
public User[] getAllSiocSubscriber()(Code)(Java Doc)
public User[] getAllSiocSubscriberof_Inverse()(Code)(Java Doc)
public static Container getInstance(Model model, URI uri) throws Exception(Code)(Java Doc)
public Item getSiocContainerof()(Code)(Java Doc)
public User getSiocOwner()(Code)(Java Doc)
public Container getSiocParent()(Code)(Java Doc)
public Container getSiocParentof()(Code)(Java Doc)
public User getSiocSubscriber()(Code)(Java Doc)
public static boolean hasInstance(Model model, URI uri)(Code)(Java Doc)
public boolean hasSiocContainerof(Item value)(Code)(Java Doc)
public boolean hasSiocContainerof()(Code)(Java Doc)
public boolean hasSiocOwner(User value)(Code)(Java Doc)
public boolean hasSiocOwner()(Code)(Java Doc)
public boolean hasSiocParent(Container value)(Code)(Java Doc)
public boolean hasSiocParent()(Code)(Java Doc)
public boolean hasSiocParentof(Container value)(Code)(Java Doc)
public boolean hasSiocParentof()(Code)(Java Doc)
public boolean hasSiocSubscriber(User value)(Code)(Java Doc)
public boolean hasSiocSubscriber()(Code)(Java Doc)
public void removeSiocContainerof(Item value)(Code)(Java Doc)
public void removeSiocOwner(User value)(Code)(Java Doc)
public void removeSiocParent(Container value)(Code)(Java Doc)
public void removeSiocParentof(Container value)(Code)(Java Doc)
public void removeSiocSubscriber(User value)(Code)(Java Doc)
public void setSiocContainerof(Item value)(Code)(Java Doc)
public void setSiocOwner(User value)(Code)(Java Doc)
public void setSiocParent(Container value)(Code)(Java Doc)
public void setSiocParentof(Container value)(Code)(Java Doc)
public void setSiocSubscriber(User value)(Code)(Java Doc)

Fields inherited from org.rdfs.sioc.Thing
final public static URI FEED(Code)(Java Doc)
final public static URI ID(Code)(Java Doc)
final public static URI LINK(Code)(Java Doc)
final public static URI LINKSTO(Code)(Java Doc)
final public static URI[] MANAGED_URIS(Code)(Java Doc)
final public static URI NAME(Code)(Java Doc)
final public static URI NUMVIEWS(Code)(Java Doc)
final public static URI RDFS_CLASS(Code)(Java Doc)
final public static URI SPACE(Code)(Java Doc)
final public static URI SUBJECT(Code)(Java Doc)
final public static URI TOPIC(Code)(Java Doc)

Methods inherited from org.rdfs.sioc.Thing
public void addSiocAttachment_Inverse(Post value)(Code)(Java Doc)
public void addSiocAvatar_Inverse(User value)(Code)(Java Doc)
public void addSiocEmail_Inverse(User value)(Code)(Java Doc)
public void addSiocFeed(Thing value)(Code)(Java Doc)
public void addSiocFeed_Inverse(Thing value)(Code)(Java Doc)
public void addSiocId(java.lang.String value)(Code)(Java Doc)
public void addSiocLink(Thing value)(Code)(Java Doc)
public void addSiocLink_Inverse(Thing value)(Code)(Java Doc)
public void addSiocLinksto(Thing value)(Code)(Java Doc)
public void addSiocLinksto_Inverse(Thing value)(Code)(Java Doc)
public void addSiocName(java.lang.String value)(Code)(Java Doc)
public void addSiocNumviews(java.lang.Integer value)(Code)(Java Doc)
public void addSiocSpace(Space value)(Code)(Java Doc)
public void addSiocSpaceof_Inverse(Space value)(Code)(Java Doc)
public void addSiocSubject(Thing value)(Code)(Java Doc)
public void addSiocSubject_Inverse(Thing value)(Code)(Java Doc)
public void addSiocTopic(Thing value)(Code)(Java Doc)
public void addSiocTopic_Inverse(Thing value)(Code)(Java Doc)
public Thing[] getAllInstances()(Code)(Java Doc)
public static Thing[] getAllInstances(Model model)(Code)(Java Doc)
public Post[] getAllSiocAttachment_Inverse()(Code)(Java Doc)
public User[] getAllSiocAvatar_Inverse()(Code)(Java Doc)
public User[] getAllSiocEmail_Inverse()(Code)(Java Doc)
public Thing[] getAllSiocFeed()(Code)(Java Doc)
public Thing[] getAllSiocFeed_Inverse()(Code)(Java Doc)
public java.lang.String[] getAllSiocId()(Code)(Java Doc)
public Thing[] getAllSiocLink()(Code)(Java Doc)
public Thing[] getAllSiocLink_Inverse()(Code)(Java Doc)
public Thing[] getAllSiocLinksto()(Code)(Java Doc)
public Thing[] getAllSiocLinksto_Inverse()(Code)(Java Doc)
public java.lang.String[] getAllSiocName()(Code)(Java Doc)
public java.lang.Integer[] getAllSiocNumviews()(Code)(Java Doc)
public Space[] getAllSiocSpace()(Code)(Java Doc)
public Space[] getAllSiocSpaceof_Inverse()(Code)(Java Doc)
public Thing[] getAllSiocSubject()(Code)(Java Doc)
public Thing[] getAllSiocSubject_Inverse()(Code)(Java Doc)
public Thing[] getAllSiocTopic()(Code)(Java Doc)
public Thing[] getAllSiocTopic_Inverse()(Code)(Java Doc)
public static Thing getInstance(Model model, URI uri) throws Exception(Code)(Java Doc)
public Thing getSiocFeed()(Code)(Java Doc)
public java.lang.String getSiocId()(Code)(Java Doc)
public Thing getSiocLink()(Code)(Java Doc)
public Thing getSiocLinksto()(Code)(Java Doc)
public java.lang.String getSiocName()(Code)(Java Doc)
public java.lang.Integer getSiocNumviews()(Code)(Java Doc)
public Space getSiocSpace()(Code)(Java Doc)
public Thing getSiocSubject()(Code)(Java Doc)
public Thing getSiocTopic()(Code)(Java Doc)
public static boolean hasInstance(Model model, URI uri)(Code)(Java Doc)
public boolean hasSiocFeed(Thing value)(Code)(Java Doc)
public boolean hasSiocFeed()(Code)(Java Doc)
public boolean hasSiocId(java.lang.String value)(Code)(Java Doc)
public boolean hasSiocId()(Code)(Java Doc)
public boolean hasSiocLink(Thing value)(Code)(Java Doc)
public boolean hasSiocLink()(Code)(Java Doc)
public boolean hasSiocLinksto(Thing value)(Code)(Java Doc)
public boolean hasSiocLinksto()(Code)(Java Doc)
public boolean hasSiocName(java.lang.String value)(Code)(Java Doc)
public boolean hasSiocName()(Code)(Java Doc)
public boolean hasSiocNumviews(java.lang.Integer value)(Code)(Java Doc)
public boolean hasSiocNumviews()(Code)(Java Doc)
public boolean hasSiocSpace(Space value)(Code)(Java Doc)
public boolean hasSiocSpace()(Code)(Java Doc)
public boolean hasSiocSubject(Thing value)(Code)(Java Doc)
public boolean hasSiocSubject()(Code)(Java Doc)
public boolean hasSiocTopic(Thing value)(Code)(Java Doc)
public boolean hasSiocTopic()(Code)(Java Doc)
public void removeSiocFeed(Thing value)(Code)(Java Doc)
public void removeSiocId(java.lang.String value)(Code)(Java Doc)
public void removeSiocLink(Thing value)(Code)(Java Doc)
public void removeSiocLinksto(Thing value)(Code)(Java Doc)
public void removeSiocName(java.lang.String value)(Code)(Java Doc)
public void removeSiocNumviews(java.lang.Integer value)(Code)(Java Doc)
public void removeSiocSpace(Space value)(Code)(Java Doc)
public void removeSiocSubject(Thing value)(Code)(Java Doc)
public void removeSiocTopic(Thing value)(Code)(Java Doc)
public void setSiocFeed(Thing value)(Code)(Java Doc)
public void setSiocId(java.lang.String value)(Code)(Java Doc)
public void setSiocLink(Thing value)(Code)(Java Doc)
public void setSiocLinksto(Thing value)(Code)(Java Doc)
public void setSiocName(java.lang.String value)(Code)(Java Doc)
public void setSiocNumviews(java.lang.Integer value)(Code)(Java Doc)
public void setSiocSpace(Space value)(Code)(Java Doc)
public void setSiocSubject(Thing value)(Code)(Java Doc)
public void setSiocTopic(Thing 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.