|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Group
Interface for Group ontology class
Use the org.openanzo.atom.jastor.foaf.FOAFFactory to create instances of this interface.
(URI: http://xmlns.com/foaf/0.1/Group)
| Field Summary | |
|---|---|
static org.openrdf.model.URI |
depictionProperty
The Jena Property for depiction |
static org.openrdf.model.URI |
dnaChecksumProperty
The Jena Property for dnaChecksum |
static org.openrdf.model.URI |
fundedByProperty
The Jena Property for fundedBy |
static org.openrdf.model.URI |
givennameProperty
The Jena Property for givenname |
static org.openrdf.model.URI |
homepageProperty
The Jena Property for homepage |
static org.openrdf.model.URI |
logoProperty
The Jena Property for logo |
static org.openrdf.model.URI |
makerProperty
The Jena Property for maker |
static org.openrdf.model.URI |
memberProperty
The Jena Property for member |
static org.openrdf.model.URI |
membershipClassProperty
The Jena Property for membershipClass |
static org.openrdf.model.URI |
nameProperty
The Jena Property for name |
static org.openrdf.model.URI |
nickProperty
The Jena Property for nick |
static org.openrdf.model.URI |
pageProperty
The Jena Property for page |
static org.openrdf.model.URI |
phoneProperty
The Jena Property for phone |
static org.openrdf.model.URI |
themeProperty
The Jena Property for theme |
static org.openrdf.model.URI |
titleProperty
The Jena Property for title |
static org.openrdf.model.URI |
TYPE
The rdf:type for this ontology class |
| Fields inherited from interface org.openanzo.atom.jastor.foaf.Agent |
|---|
aimChatIDProperty, birthdayProperty, genderProperty, holdsAccountProperty, icqChatIDProperty, jabberIDProperty, madeProperty, mbox__sha1sumProperty, mboxProperty, msnChatIDProperty, tipjarProperty, weblogProperty, yahooChatIDProperty |
| Method Summary | |
|---|---|
Agent |
addMember()
Adds an anonymous value for the 'member' property |
void |
addMember(Agent member)
Adds a value for the 'member' property |
Agent |
addMember(org.openrdf.model.Resource resource)
Adds a value for the 'member' property. |
Class |
addMembershipClass()
Adds an anonymous value for the 'membershipClass' property |
void |
addMembershipClass(Class membershipClass)
Adds a value for the 'membershipClass' property |
Class |
addMembershipClass(org.openrdf.model.Resource resource)
Adds a value for the 'membershipClass' property. |
info.aduna.collections.iterators.CloseableIterator<Agent> |
getMember()
Get an Iterator the 'member' property values. |
info.aduna.collections.iterators.CloseableIterator<Class> |
getMembershipClass()
Get an Iterator the 'membershipClass' property values. |
void |
removeMember(Agent member)
Removes a value for the 'member' property. |
void |
removeMembershipClass(Class membershipClass)
Removes a value for the 'membershipClass' property. |
| Methods inherited from interface org.openanzo.jastor.GraphThing |
|---|
getProperties, getPropertyValue, getPropertyValue, graph, setPropertyValue, setPropertyValue |
| Methods inherited from interface org.openanzo.jastor.CoreThing |
|---|
clearCache, isRDFType, listStatements, registerListener, removeStatements, resource, unregisterListener, uri |
| Field Detail |
|---|
static final org.openrdf.model.URI TYPE
static final org.openrdf.model.URI membershipClassProperty
(URI: http://xmlns.com/foaf/0.1/membershipClass)
static final org.openrdf.model.URI memberProperty
(URI: http://xmlns.com/foaf/0.1/member)
static final org.openrdf.model.URI fundedByProperty
(URI: http://xmlns.com/foaf/0.1/fundedBy)
static final org.openrdf.model.URI homepageProperty
(URI: http://xmlns.com/foaf/0.1/homepage)
static final org.openrdf.model.URI depictionProperty
(URI: http://xmlns.com/foaf/0.1/depiction)
static final org.openrdf.model.URI nameProperty
(URI: http://xmlns.com/foaf/0.1/name)
static final org.openrdf.model.URI logoProperty
(URI: http://xmlns.com/foaf/0.1/logo)
static final org.openrdf.model.URI themeProperty
(URI: http://xmlns.com/foaf/0.1/theme)
static final org.openrdf.model.URI makerProperty
(URI: http://xmlns.com/foaf/0.1/maker)
static final org.openrdf.model.URI dnaChecksumProperty
(URI: http://xmlns.com/foaf/0.1/dnaChecksum)
static final org.openrdf.model.URI phoneProperty
(URI: http://xmlns.com/foaf/0.1/phone)
static final org.openrdf.model.URI pageProperty
(URI: http://xmlns.com/foaf/0.1/page)
static final org.openrdf.model.URI nickProperty
(URI: http://xmlns.com/foaf/0.1/nick)
static final org.openrdf.model.URI givennameProperty
(URI: http://xmlns.com/foaf/0.1/givenname)
static final org.openrdf.model.URI titleProperty
(URI: http://xmlns.com/foaf/0.1/title)
| Method Detail |
|---|
info.aduna.collections.iterators.CloseableIterator<Class> getMembershipClass()
throws JastorException
Iterator of Class
JastorExceptionmembershipClassProperty
void addMembershipClass(Class membershipClass)
throws JastorException
The - Class to add
JastorExceptionmembershipClassProperty
Class addMembershipClass()
throws JastorException
Class created
JastorExceptionmembershipClassProperty
Class addMembershipClass(org.openrdf.model.Resource resource)
throws JastorException
Class with the factory
and calling addMembershipClass(org.openanzo.atom.jastor.rdfs.Class membershipClass)
The resource argument have rdf:type http://www.w3.org/2000/01/rdf-schema#Class. That is, this method
should not be used as a shortcut for creating new objects in the model.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptionmembershipClassProperty
void removeMembershipClass(Class membershipClass)
throws JastorException
The - Class to remove
JastorExceptionmembershipClassProperty
info.aduna.collections.iterators.CloseableIterator<Agent> getMember()
throws JastorException
Iterator of Agent
JastorExceptionmemberProperty
void addMember(Agent member)
throws JastorException
The - Agent to add
JastorExceptionmemberProperty
Agent addMember()
throws JastorException
Agent created
JastorExceptionmemberProperty
Agent addMember(org.openrdf.model.Resource resource)
throws JastorException
Agent with the factory
and calling addMember(org.openanzo.atom.jastor.foaf.Agent member)
The resource argument have rdf:type http://xmlns.com/foaf/0.1/Agent. That is, this method
should not be used as a shortcut for creating new objects in the model.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptionmemberProperty
void removeMember(Agent member)
throws JastorException
The - Agent to remove
JastorExceptionmemberProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||