| 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:
Schema Comment: A discussion area on which Posts or entries are made.
|
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. |
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
|
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 |
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. |
|
|