| org.rdfs.sioc.Thing org.rdfs.sioc.Usergroup
Usergroup | public class Usergroup 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 set of User accounts whose owners have a common purpose or interest. Can be used for access control purposes.
|
Constructor Summary | |
protected | Usergroup(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 | Usergroup(Model model, org.ontoware.rdf2go.model.node.Resource instanceIdentifier, boolean write) Returns a Java wrapper over an RDF object, identified by URI. | public | Usergroup(Model model, URI uri) Returns a Java wrapper over an RDF object, identified by URI. | public | Usergroup(Model model, String uriString) Returns a Java wrapper over an RDF object, identified by URI. | public | Usergroup(Model model, BlankNode bnode) Returns a Java wrapper over an RDF object, identified by a blank node. | public | Usergroup(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
|
MEMBER | final public static URI MEMBER(Code) | | http://rdfs.org/sioc/ns#has_member
|
RDFS_CLASS | final public static URI RDFS_CLASS(Code) | | http://rdfs.org/sioc/ns#Usergroup
|
USERGROUPOF | final public static URI USERGROUPOF(Code) | | http://rdfs.org/sioc/ns#usergroup_of
|
Usergroup | protected Usergroup(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 |
Usergroup | public Usergroup(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 |
Usergroup | public Usergroup(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 |
Usergroup | public Usergroup(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 |
Usergroup | public Usergroup(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 |
Usergroup | public Usergroup(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 |
addSiocMember | public void addSiocMember(User value)(Code) | | adds a value
Parameters: value - the value to be addedSchema Comment: A User who is a member of this Usergroup. |
addSiocMemberof_Inverse | public void addSiocMemberof_Inverse(User value)(Code) | | add 'Memberof'-Inverse
Parameters: value - |
addSiocUsergroup_Inverse | public void addSiocUsergroup_Inverse(Space value)(Code) | | add 'Usergroup'-Inverse
Parameters: value - |
addSiocUsergroupof | public void addSiocUsergroupof(Space value)(Code) | | adds a value
Parameters: value - the value to be addedSchema Comment: A Space that the Usergroup has access to. |
getAllInstances | public Usergroup[] getAllInstances()(Code) | | all instances of this class |
getAllInstances | public static Usergroup[] getAllInstances(Model model)(Code) | | all instances of this class in the given Model Parameters: model - an RDF2Go model |
getAllSiocMember | public User[] getAllSiocMember()(Code) | | all valuesSchema Comment: A User who is a member of this Usergroup. |
getAllSiocMemberof_Inverse | public User[] getAllSiocMemberof_Inverse()(Code) | | all A's that have a relation 'Memberof' to this Usergroup instance |
getAllSiocUsergroup_Inverse | public Space[] getAllSiocUsergroup_Inverse()(Code) | | all A's that have a relation 'Usergroup' to this Usergroup instance |
getAllSiocUsergroupof | public Space[] getAllSiocUsergroupof()(Code) | | all valuesSchema Comment: A Space that the Usergroup has access to. |
getInstance | public static Usergroup getInstance(Model model, URI uri) throws Exception(Code) | | Parameters: model - RDF2Go model Parameters: uri - instance identifier an instance of Usergroup or null if none existst throws: Exception - if Model causes problems |
getSiocMember | public User getSiocMember()(Code) | | Schema Comment: A User who is a member of this Usergroup.
the only value. null if none is found throws: RDFDataException - , if the property has multiple values |
getSiocUsergroupof | public Space getSiocUsergroupof()(Code) | | Schema Comment: A Space that the Usergroup has access to.
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 |
hasSiocMember | public boolean hasSiocMember(User value)(Code) | | Parameters: value - true if the model contains a statement (this, MEMBER, value) |
hasSiocMember | public boolean hasSiocMember()(Code) | | true if the model contains a statement (this, MEMBER, *) |
hasSiocUsergroupof | public boolean hasSiocUsergroupof(Space value)(Code) | | Parameters: value - true if the model contains a statement (this, USERGROUPOF, value) |
hasSiocUsergroupof | public boolean hasSiocUsergroupof()(Code) | | true if the model contains a statement (this, USERGROUPOF, *) |
removeSiocMember | public void removeSiocMember(User value)(Code) | | removes a value
Parameters: value - the value to be removedSchema Comment: A User who is a member of this Usergroup. |
removeSiocUsergroupof | public void removeSiocUsergroupof(Space value)(Code) | | removes a value
Parameters: value - the value to be removedSchema Comment: A Space that the Usergroup has access to. |
setSiocMember | public void setSiocMember(User value)(Code) | | removes all values and sets this one
Parameters: value - the value to be setSchema Comment: A User who is a member of this Usergroup. |
setSiocUsergroupof | public void setSiocUsergroupof(Space value)(Code) | | removes all values and sets this one
Parameters: value - the value to be setSchema Comment: A Space that the Usergroup has access to. |
|
|