| org.rdfs.sioc.Thing org.rdfs.sioc.Container
All known Subclasses: org.rdfs.sioc.Thread, org.rdfs.sioc.Forum,
Container | public class Container extends Thing (Code) | | This class was generated by RDFReactor on 01.06.07 18:30
This class manages access to these properties:
- Containerof
- Subscriber
- Parent
- Owner
- Parentof
Schema Comment: An area in which content Items are contained.
|
Constructor Summary | |
protected | Container(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 | Container(Model model, org.ontoware.rdf2go.model.node.Resource instanceIdentifier, boolean write) Returns a Java wrapper over an RDF object, identified by URI. | public | Container(Model model, URI uri) Returns a Java wrapper over an RDF object, identified by URI. | public | Container(Model model, String uriString) Returns a Java wrapper over an RDF object, identified by URI. | public | Container(Model model, BlankNode bnode) Returns a Java wrapper over an RDF object, identified by a blank node. | public | Container(Model model) Returns a Java wrapper over an RDF object, identified by
a randomly generated URI. |
CONTAINEROF | final public static URI CONTAINEROF(Code) | | http://rdfs.org/sioc/ns#container_of
|
MANAGED_URIS | final public static URI[] MANAGED_URIS(Code) | | all property-URIs with this class as domain
|
OWNER | final public static URI OWNER(Code) | | http://rdfs.org/sioc/ns#has_owner
|
PARENT | final public static URI PARENT(Code) | | http://rdfs.org/sioc/ns#has_parent
|
PARENTOF | final public static URI PARENTOF(Code) | | http://rdfs.org/sioc/ns#parent_of
|
RDFS_CLASS | final public static URI RDFS_CLASS(Code) | | http://rdfs.org/sioc/ns#Container
|
SUBSCRIBER | final public static URI SUBSCRIBER(Code) | | http://rdfs.org/sioc/ns#has_subscriber
|
Container | protected Container(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 |
Container | public Container(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 |
Container | public Container(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 |
Container | public Container(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 |
Container | public Container(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 |
Container | public Container(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 |
addSiocContainer_Inverse | public void addSiocContainer_Inverse(Item value)(Code) | | add 'Container'-Inverse
Parameters: value - |
addSiocContainerof | public void addSiocContainerof(Item value)(Code) | | adds a value
Parameters: value - the value to be addedSchema Comment: An Item that this Container contains. |
addSiocOwner | public void addSiocOwner(User value)(Code) | | adds a value
Parameters: value - the value to be addedSchema Comment: A User that this Container is owned by. |
addSiocOwnerof_Inverse | public void addSiocOwnerof_Inverse(User value)(Code) | | add 'Ownerof'-Inverse
Parameters: value - |
addSiocParent | public void addSiocParent(Container value)(Code) | | adds a value
Parameters: value - the value to be addedSchema Comment: A Container (or Forum) that this Container (or Forum) is a child of. |
addSiocParent_Inverse | public void addSiocParent_Inverse(Container value)(Code) | | add 'Parent'-Inverse
Parameters: value - |
addSiocParentof | public void addSiocParentof(Container value)(Code) | | adds a value
Parameters: value - the value to be addedSchema Comment: A child Container (or Forum) that this Container (or Forum) is a parent of. |
addSiocParentof_Inverse | public void addSiocParentof_Inverse(Container value)(Code) | | add 'Parentof'-Inverse
Parameters: value - |
addSiocSubscriber | public void addSiocSubscriber(User value)(Code) | | adds a value
Parameters: value - the value to be addedSchema Comment: A User who is subscribed to this Container. |
addSiocSubscriberof_Inverse | public void addSiocSubscriberof_Inverse(User value)(Code) | | add 'Subscriberof'-Inverse
Parameters: value - |
getAllInstances | public Container[] getAllInstances()(Code) | | all instances of this class |
getAllInstances | public static Container[] getAllInstances(Model model)(Code) | | all instances of this class in the given Model Parameters: model - an RDF2Go model |
getAllSiocContainer_Inverse | public Item[] getAllSiocContainer_Inverse()(Code) | | all A's that have a relation 'Container' to this Container instance |
getAllSiocContainerof | public Item[] getAllSiocContainerof()(Code) | | all valuesSchema Comment: An Item that this Container contains. |
getAllSiocOwner | public User[] getAllSiocOwner()(Code) | | all valuesSchema Comment: A User that this Container is owned by. |
getAllSiocOwnerof_Inverse | public User[] getAllSiocOwnerof_Inverse()(Code) | | all A's that have a relation 'Ownerof' to this Container instance |
getAllSiocParent | public Container[] getAllSiocParent()(Code) | | all valuesSchema Comment: A Container (or Forum) that this Container (or Forum) is a child of. |
getAllSiocParent_Inverse | public Container[] getAllSiocParent_Inverse()(Code) | | all A's that have a relation 'Parent' to this Container instance |
getAllSiocParentof | public Container[] getAllSiocParentof()(Code) | | all valuesSchema Comment: A child Container (or Forum) that this Container (or Forum) is a parent of. |
getAllSiocParentof_Inverse | public Container[] getAllSiocParentof_Inverse()(Code) | | all A's that have a relation 'Parentof' to this Container instance |
getAllSiocSubscriber | public User[] getAllSiocSubscriber()(Code) | | all valuesSchema Comment: A User who is subscribed to this Container. |
getAllSiocSubscriberof_Inverse | public User[] getAllSiocSubscriberof_Inverse()(Code) | | all A's that have a relation 'Subscriberof' to this Container instance |
getInstance | public static Container getInstance(Model model, URI uri) throws Exception(Code) | | Parameters: model - RDF2Go model Parameters: uri - instance identifier an instance of Container or null if none existst throws: Exception - if Model causes problems |
getSiocContainerof | public Item getSiocContainerof()(Code) | | Schema Comment: An Item that this Container contains.
the only value. null if none is found throws: RDFDataException - , if the property has multiple values |
getSiocOwner | public User getSiocOwner()(Code) | | Schema Comment: A User that this Container is owned by.
the only value. null if none is found throws: RDFDataException - , if the property has multiple values |
getSiocParent | public Container getSiocParent()(Code) | | Schema Comment: A Container (or Forum) that this Container (or Forum) is a child of.
the only value. null if none is found throws: RDFDataException - , if the property has multiple values |
getSiocParentof | public Container getSiocParentof()(Code) | | Schema Comment: A child Container (or Forum) that this Container (or Forum) is a parent of.
the only value. null if none is found throws: RDFDataException - , if the property has multiple values |
getSiocSubscriber | public User getSiocSubscriber()(Code) | | Schema Comment: A User who is subscribed to this Container.
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 |
hasSiocContainerof | public boolean hasSiocContainerof(Item value)(Code) | | Parameters: value - true if the model contains a statement (this, CONTAINEROF, value) |
hasSiocContainerof | public boolean hasSiocContainerof()(Code) | | true if the model contains a statement (this, CONTAINEROF, *) |
hasSiocOwner | public boolean hasSiocOwner(User value)(Code) | | Parameters: value - true if the model contains a statement (this, OWNER, value) |
hasSiocOwner | public boolean hasSiocOwner()(Code) | | true if the model contains a statement (this, OWNER, *) |
hasSiocParent | public boolean hasSiocParent(Container value)(Code) | | Parameters: value - true if the model contains a statement (this, PARENT, value) |
hasSiocParent | public boolean hasSiocParent()(Code) | | true if the model contains a statement (this, PARENT, *) |
hasSiocParentof | public boolean hasSiocParentof(Container value)(Code) | | Parameters: value - true if the model contains a statement (this, PARENTOF, value) |
hasSiocParentof | public boolean hasSiocParentof()(Code) | | true if the model contains a statement (this, PARENTOF, *) |
hasSiocSubscriber | public boolean hasSiocSubscriber(User value)(Code) | | Parameters: value - true if the model contains a statement (this, SUBSCRIBER, value) |
hasSiocSubscriber | public boolean hasSiocSubscriber()(Code) | | true if the model contains a statement (this, SUBSCRIBER, *) |
removeSiocContainerof | public void removeSiocContainerof(Item value)(Code) | | removes a value
Parameters: value - the value to be removedSchema Comment: An Item that this Container contains. |
removeSiocOwner | public void removeSiocOwner(User value)(Code) | | removes a value
Parameters: value - the value to be removedSchema Comment: A User that this Container is owned by. |
removeSiocParent | public void removeSiocParent(Container value)(Code) | | removes a value
Parameters: value - the value to be removedSchema Comment: A Container (or Forum) that this Container (or Forum) is a child of. |
removeSiocParentof | public void removeSiocParentof(Container value)(Code) | | removes a value
Parameters: value - the value to be removedSchema Comment: A child Container (or Forum) that this Container (or Forum) is a parent of. |
removeSiocSubscriber | public void removeSiocSubscriber(User value)(Code) | | removes a value
Parameters: value - the value to be removedSchema Comment: A User who is subscribed to this Container. |
setSiocContainerof | public void setSiocContainerof(Item value)(Code) | | removes all values and sets this one
Parameters: value - the value to be setSchema Comment: An Item that this Container contains. |
setSiocOwner | public void setSiocOwner(User value)(Code) | | removes all values and sets this one
Parameters: value - the value to be setSchema Comment: A User that this Container is owned by. |
setSiocParent | public void setSiocParent(Container value)(Code) | | removes all values and sets this one
Parameters: value - the value to be setSchema Comment: A Container (or Forum) that this Container (or Forum) is a child of. |
setSiocParentof | public void setSiocParentof(Container value)(Code) | | removes all values and sets this one
Parameters: value - the value to be setSchema Comment: A child Container (or Forum) that this Container (or Forum) is a parent of. |
setSiocSubscriber | public void setSiocSubscriber(User value)(Code) | | removes all values and sets this one
Parameters: value - the value to be setSchema Comment: A User who is subscribed to this Container. |
|
|