| org.rdfs.sioc.Thing org.rdfs.sioc.Space
All known Subclasses: org.rdfs.sioc.Site,
Space | public class Space extends Thing (Code) | | This class was generated by RDFReactor on 01.06.07 18:30
This class manages access to these properties:
Schema Comment: A Space is where data resides. It can be the location of a set of content item containers, e.g., on a website, desktop or fileshare.
|
Constructor Summary | |
protected | Space(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 | Space(Model model, org.ontoware.rdf2go.model.node.Resource instanceIdentifier, boolean write) Returns a Java wrapper over an RDF object, identified by URI. | public | Space(Model model, URI uri) Returns a Java wrapper over an RDF object, identified by URI. | public | Space(Model model, String uriString) Returns a Java wrapper over an RDF object, identified by URI. | public | Space(Model model, BlankNode bnode) Returns a Java wrapper over an RDF object, identified by a blank node. | public | Space(Model model) Returns a Java wrapper over an RDF object, identified by
a randomly generated URI. |
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) | | http://rdfs.org/sioc/ns#Space
|
SPACEOF | final public static URI SPACEOF(Code) | | http://rdfs.org/sioc/ns#space_of
|
USERGROUP | final public static URI USERGROUP(Code) | | http://rdfs.org/sioc/ns#has_usergroup
|
Space | protected Space(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 |
Space | public Space(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 |
Space | public Space(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 |
Space | public Space(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 |
Space | public Space(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 |
Space | public Space(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 |
addSiocSpace_Inverse | public void addSiocSpace_Inverse(Thing value)(Code) | | add 'Space'-Inverse
Parameters: value - |
addSiocSpaceof | public void addSiocSpaceof(Thing value)(Code) | | adds a value
Parameters: value - the value to be addedSchema Comment: A resource which belongs to this data Space. |
addSiocUsergroup | public void addSiocUsergroup(Usergroup value)(Code) | | adds a value
Parameters: value - the value to be addedSchema Comment: Points to a Usergroup that has certain access to this Space. |
addSiocUsergroupof_Inverse | public void addSiocUsergroupof_Inverse(Usergroup value)(Code) | | add 'Usergroupof'-Inverse
Parameters: value - |
getAllInstances | public Space[] getAllInstances()(Code) | | all instances of this class |
getAllInstances | public static Space[] getAllInstances(Model model)(Code) | | all instances of this class in the given Model Parameters: model - an RDF2Go model |
getAllSiocSpace_Inverse | public Thing[] getAllSiocSpace_Inverse()(Code) | | all A's that have a relation 'Space' to this Space instance |
getAllSiocSpaceof | public Thing[] getAllSiocSpaceof()(Code) | | all valuesSchema Comment: A resource which belongs to this data Space. |
getAllSiocUsergroup | public Usergroup[] getAllSiocUsergroup()(Code) | | all valuesSchema Comment: Points to a Usergroup that has certain access to this Space. |
getAllSiocUsergroupof_Inverse | public Usergroup[] getAllSiocUsergroupof_Inverse()(Code) | | all A's that have a relation 'Usergroupof' to this Space instance |
getInstance | public static Space getInstance(Model model, URI uri) throws Exception(Code) | | Parameters: model - RDF2Go model Parameters: uri - instance identifier an instance of Space or null if none existst throws: Exception - if Model causes problems |
getSiocSpaceof | public Thing getSiocSpaceof()(Code) | | Schema Comment: A resource which belongs to this data Space.
the only value. null if none is found throws: RDFDataException - , if the property has multiple values |
getSiocUsergroup | public Usergroup getSiocUsergroup()(Code) | | Schema Comment: Points to a Usergroup that has certain access to this Space.
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 |
hasSiocSpaceof | public boolean hasSiocSpaceof(Thing value)(Code) | | Parameters: value - true if the model contains a statement (this, SPACEOF, value) |
hasSiocSpaceof | public boolean hasSiocSpaceof()(Code) | | true if the model contains a statement (this, SPACEOF, *) |
hasSiocUsergroup | public boolean hasSiocUsergroup(Usergroup value)(Code) | | Parameters: value - true if the model contains a statement (this, USERGROUP, value) |
hasSiocUsergroup | public boolean hasSiocUsergroup()(Code) | | true if the model contains a statement (this, USERGROUP, *) |
removeSiocSpaceof | public void removeSiocSpaceof(Thing value)(Code) | | removes a value
Parameters: value - the value to be removedSchema Comment: A resource which belongs to this data Space. |
removeSiocUsergroup | public void removeSiocUsergroup(Usergroup value)(Code) | | removes a value
Parameters: value - the value to be removedSchema Comment: Points to a Usergroup that has certain access to this Space. |
setSiocSpaceof | public void setSiocSpaceof(Thing value)(Code) | | removes all values and sets this one
Parameters: value - the value to be setSchema Comment: A resource which belongs to this data Space. |
setSiocUsergroup | public void setSiocUsergroup(Usergroup value)(Code) | | removes all values and sets this one
Parameters: value - the value to be setSchema Comment: Points to a Usergroup that has certain access to this Space. |
|
|