|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.jastor.GraphThingImpl
org.openanzo.atom.jastor.rdfs.ContainerMembershipPropertyImpl
public class ContainerMembershipPropertyImpl
Implementation of ContainerMembershipProperty
Use the org.openanzo.atom.jastor.rdfs.Factory to create instances of this class.
(URI: http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty)
| Field Summary |
|---|
| Fields inherited from interface org.openanzo.atom.jastor.rdfs.ContainerMembershipProperty |
|---|
TYPE |
| Fields inherited from interface org.openanzo.atom.jastor.rdfs._Property |
|---|
accountName, accountServiceHomepage, aimChatID, birthday, comment, currentProject, depiction, depicts, dnaChecksum, domain, family__name, first, firstName, fundedBy, geekcode, gender, givenname, holdsAccount, homepage, http_58__SLASH__SLASH_www_DOT_w3_DOT_org_SLASH_2000_SLASH_01_SLASH_rdf_DASH_schema_POUND_member, http_58__SLASH__SLASH_xmlns_DOT_com_SLASH_foaf_SLASH_0_DOT_1_SLASH_member, icqChatID, img, interest, isDefinedBy, jabberID, knows, label, logo, made, maker, mbox, mbox__sha1sum, membershipClass, msnChatID, myersBriggs, name, nick, object, page, pastProject, phone, plan, predicate, primaryTopic, publications, range, rest, schoolHomepage, seeAlso, sha1, subClassOf, subject, subPropertyOf, surname, theme, thumbnail, tipjar, title, topic, topic__interest, type, value, weblog, workInfoHomepage, workplaceHomepage, yahooChatID |
| Method Summary | |
|---|---|
void |
addComment(org.openrdf.model.Literal comment)
Add a 'comment' property value |
GraphThing |
addIsDefinedBy()
Adds an anonymous value for the 'isDefinedBy' property |
void |
addIsDefinedBy(GraphThing isDefinedBy)
Adds a value for the 'isDefinedBy' property |
GraphThing |
addIsDefinedBy(org.openrdf.model.Resource resource)
Adds a value for the 'isDefinedBy' property. |
void |
addLabel(org.openrdf.model.Literal label)
Add a 'label' property value |
GraphThing |
addMember()
Adds an anonymous value for the 'member' property |
void |
addMember(GraphThing member)
Adds a value for the 'member' property |
GraphThing |
addMember(org.openrdf.model.Resource resource)
Adds a value for the 'member' property. |
GraphThing |
addSeeAlso()
Adds an anonymous value for the 'seeAlso' property |
void |
addSeeAlso(GraphThing seeAlso)
Adds a value for the 'seeAlso' property |
GraphThing |
addSeeAlso(org.openrdf.model.Resource resource)
Adds a value for the 'seeAlso' property. |
Class |
addType()
Adds an anonymous value for the 'type' property |
void |
addType(Class type)
Adds a value for the 'type' property |
Class |
addType(org.openrdf.model.Resource resource)
Adds a value for the 'type' property. |
GraphThing |
addValue()
Adds an anonymous value for the 'value' property |
void |
addValue(GraphThing value)
Adds a value for the 'value' property |
GraphThing |
addValue(org.openrdf.model.Resource resource)
Adds a value for the 'value' property. |
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Literal> |
getComment()
Iterates through the 'comment' property values. |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getIsDefinedBy()
Get an Iterator the 'isDefinedBy' property values. |
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Literal> |
getLabel()
Iterates through the 'label' property values. |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getMember()
Get an Iterator the 'member' property values. |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getSeeAlso()
Get an Iterator the 'seeAlso' property values. |
info.aduna.collections.iterators.CloseableIterator<Class> |
getType()
Get an Iterator the 'type' property values. |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getValue()
Get an Iterator the 'value' property values. |
java.util.Collection<org.openrdf.model.Statement> |
listStatements()
Get set of statements that makeup this THINGS's properties and types |
void |
removeComment(org.openrdf.model.Literal comment)
Remove a 'comment' property value. |
void |
removeIsDefinedBy(GraphThing isDefinedBy)
Removes a value for the 'isDefinedBy' property. |
void |
removeLabel(org.openrdf.model.Literal label)
Remove a 'label' property value. |
void |
removeMember(GraphThing member)
Removes a value for the 'member' property. |
void |
removeSeeAlso(GraphThing seeAlso)
Removes a value for the 'seeAlso' property. |
void |
removeType(Class type)
Removes a value for the 'type' property. |
void |
removeValue(GraphThing value)
Removes a value for the 'value' property. |
| Methods inherited from class org.openanzo.jastor.GraphThingImpl |
|---|
clearCache, equals, getLiteral, getLiteralValue, getProperties, getPropertyValue, getPropertyValue, graph, isRDFType, registerListener, removeStatements, resource, setPropertyValue, setPropertyValue, toString, unregisterListener, uri |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.openanzo.jastor.GraphThing |
|---|
getProperties, getPropertyValue, getPropertyValue, graph, setPropertyValue, setPropertyValue |
| Methods inherited from interface org.openanzo.jastor.CoreThing |
|---|
clearCache, isRDFType, registerListener, removeStatements, resource, unregisterListener, uri |
| Method Detail |
|---|
public java.util.Collection<org.openrdf.model.Statement> listStatements()
CoreThing
listStatements in interface CoreThinglistStatements in class GraphThingImpl
public info.aduna.collections.iterators.CloseableIterator<GraphThing> getValue()
throws JastorException
_Property
getValue in interface _PropertyIterator of GraphThing
JastorException_Property.valueProperty
public void addValue(GraphThing value)
throws JastorException
_Property
addValue in interface _PropertyJastorException_Property.valueProperty
public GraphThing addValue()
throws JastorException
_Property
addValue in interface _PropertyGraphThing created
JastorException_Property.valueProperty
public GraphThing addValue(org.openrdf.model.Resource resource)
throws JastorException
_PropertyGraphThing with the factory
and calling addValue(org.openanzo.jastor.GraphThing value)
The resource argument have rdf:type http://www.w3.org/2000/01/rdf-schema#Resource. That is, this method
should not be used as a shortcut for creating new objects in the model.
addValue in interface _PropertyJastorException_Property.valueProperty
public void removeValue(GraphThing value)
throws JastorException
_Property
removeValue in interface _PropertyJastorException_Property.valueProperty
public info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Literal> getComment()
throws JastorException
_Property
getComment in interface _PropertyIterator of Literal
JastorException_Property.commentProperty
public void addComment(org.openrdf.model.Literal comment)
throws JastorException
_Property
addComment in interface _PropertyJastorException_Property.commentProperty
public void removeComment(org.openrdf.model.Literal comment)
throws JastorException
_Property
removeComment in interface _PropertyJastorException_Property.commentProperty
public info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Literal> getLabel()
throws JastorException
_Property
getLabel in interface _PropertyIterator of Literal
JastorException_Property.labelProperty
public void addLabel(org.openrdf.model.Literal label)
throws JastorException
_Property
addLabel in interface _PropertyJastorException_Property.labelProperty
public void removeLabel(org.openrdf.model.Literal label)
throws JastorException
_Property
removeLabel in interface _PropertyJastorException_Property.labelProperty
public info.aduna.collections.iterators.CloseableIterator<GraphThing> getIsDefinedBy()
throws JastorException
_Property
getIsDefinedBy in interface _PropertyIterator of GraphThing
JastorException_Property.isDefinedByProperty
public void addIsDefinedBy(GraphThing isDefinedBy)
throws JastorException
_Property
addIsDefinedBy in interface _PropertyJastorException_Property.isDefinedByProperty
public GraphThing addIsDefinedBy()
throws JastorException
_Property
addIsDefinedBy in interface _PropertyGraphThing created
JastorException_Property.isDefinedByProperty
public GraphThing addIsDefinedBy(org.openrdf.model.Resource resource)
throws JastorException
_PropertyGraphThing with the factory
and calling addIsDefinedBy(org.openanzo.jastor.GraphThing isDefinedBy)
The resource argument have rdf:type http://www.w3.org/2000/01/rdf-schema#Resource. That is, this method
should not be used as a shortcut for creating new objects in the model.
addIsDefinedBy in interface _PropertyJastorException_Property.isDefinedByProperty
public void removeIsDefinedBy(GraphThing isDefinedBy)
throws JastorException
_Property
removeIsDefinedBy in interface _PropertyJastorException_Property.isDefinedByProperty
public info.aduna.collections.iterators.CloseableIterator<GraphThing> getMember()
throws JastorException
_Property
getMember in interface _PropertyIterator of GraphThing
JastorException_Property.memberProperty
public void addMember(GraphThing member)
throws JastorException
_Property
addMember in interface _PropertyJastorException_Property.memberProperty
public GraphThing addMember()
throws JastorException
_Property
addMember in interface _PropertyGraphThing created
JastorException_Property.memberProperty
public GraphThing addMember(org.openrdf.model.Resource resource)
throws JastorException
_PropertyGraphThing with the factory
and calling addMember(org.openanzo.jastor.GraphThing member)
The resource argument have rdf:type http://www.w3.org/2000/01/rdf-schema#Resource. That is, this method
should not be used as a shortcut for creating new objects in the model.
addMember in interface _PropertyJastorException_Property.memberProperty
public void removeMember(GraphThing member)
throws JastorException
_Property
removeMember in interface _PropertyJastorException_Property.memberProperty
public info.aduna.collections.iterators.CloseableIterator<Class> getType()
throws JastorException
_Property
getType in interface _PropertyIterator of Class
JastorException_Property.typeProperty
public void addType(Class type)
throws JastorException
_Property
addType in interface _PropertyJastorException_Property.typeProperty
public Class addType()
throws JastorException
_Property
addType in interface _PropertyClass created
JastorException_Property.typeProperty
public Class addType(org.openrdf.model.Resource resource)
throws JastorException
_PropertyClass with the factory
and calling addType(org.openanzo.atom.jastor.rdfs.Class type)
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.
addType in interface _PropertyJastorException_Property.typeProperty
public void removeType(Class type)
throws JastorException
_Property
removeType in interface _PropertyJastorException_Property.typeProperty
public info.aduna.collections.iterators.CloseableIterator<GraphThing> getSeeAlso()
throws JastorException
_Property
getSeeAlso in interface _PropertyIterator of GraphThing
JastorException_Property.seeAlsoProperty
public void addSeeAlso(GraphThing seeAlso)
throws JastorException
_Property
addSeeAlso in interface _PropertyJastorException_Property.seeAlsoProperty
public GraphThing addSeeAlso()
throws JastorException
_Property
addSeeAlso in interface _PropertyGraphThing created
JastorException_Property.seeAlsoProperty
public GraphThing addSeeAlso(org.openrdf.model.Resource resource)
throws JastorException
_PropertyGraphThing with the factory
and calling addSeeAlso(org.openanzo.jastor.GraphThing seeAlso)
The resource argument have rdf:type http://www.w3.org/2000/01/rdf-schema#Resource. That is, this method
should not be used as a shortcut for creating new objects in the model.
addSeeAlso in interface _PropertyJastorException_Property.seeAlsoProperty
public void removeSeeAlso(GraphThing seeAlso)
throws JastorException
_Property
removeSeeAlso in interface _PropertyJastorException_Property.seeAlsoProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||