|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Resource | |
|---|---|
| org.ontoware.rdf2go.model | |
| org.ontoware.rdf2go.model.node | |
| org.ontoware.rdf2go.model.node.impl | |
| Uses of Resource in org.ontoware.rdf2go.model |
|---|
| Methods in org.ontoware.rdf2go.model that return Resource | |
|---|---|
Resource |
ReificationSupport.addReificationOf(Statement statement,
Resource resource)
Reifies the statement, whether the statement was present in the model or not. |
Resource |
Statement.getSubject()
|
| Methods in org.ontoware.rdf2go.model that return types with arguments of type Resource | |
|---|---|
java.util.Collection<Resource> |
ReificationSupport.getAllReificationsOf(Statement statement)
|
| Methods in org.ontoware.rdf2go.model with parameters of type Resource | |
|---|---|
Resource |
ReificationSupport.addReificationOf(Statement statement,
Resource resource)
Reifies the statement, whether the statement was present in the model or not. |
void |
ModelWriter.addStatement(Resource subject,
URI predicate,
Node object)
adds a (subject, property ,object)-statement to this model |
void |
ModelWriter.addStatement(Resource subject,
URI predicate,
java.lang.String literal)
adds a (subject, property, literal)-statement to the model. |
void |
ModelWriter.addStatement(Resource subject,
URI predicate,
java.lang.String literal,
java.lang.String languageTag)
adds a (subject, property, liteal, language-tag)-statement to the model. |
void |
ModelWriter.addStatement(Resource subject,
URI predicate,
java.lang.String literal,
URI datatypeURI)
adds a (subject, property, literal ,datatype)-statement to the model. |
void |
ModelSetAddRemove.addStatement(URI contextURI,
Resource subject,
URI predicate,
Node object)
This method creates a Model named 'contextURI' if needed. |
Statement |
ModelValueFactory.createStatement(Resource subject,
URI predicate,
Node object)
Create a new statement - but DOES NOT add it to the model |
Statement |
ModelSet.createStatement(URI context,
Resource subject,
URI predicate,
Node object)
Creates a statement with a context URI. |
void |
ReificationSupport.deleteReification(Resource reificationResource)
Delete reifications made by this resource. |
void |
ModelAddRemove.removeStatement(Resource subject,
URI predicate,
Node object)
remove a (subject, property ,object)-statement from the model |
void |
ModelAddRemove.removeStatement(Resource subject,
URI predicate,
java.lang.String literal)
|
void |
ModelAddRemove.removeStatement(Resource subject,
URI predicate,
java.lang.String literal,
java.lang.String languageTag)
remove a (subject, property ,literal, language tag)-statement from the model |
void |
ModelAddRemove.removeStatement(Resource subject,
URI predicate,
java.lang.String literal,
URI datatypeURI)
remove a (subject, property ,literal, datatype)-statement from the model datatype often is an uri for a xml schema datatype (xsd) |
void |
ModelSetAddRemove.removeStatement(URI contextURI,
Resource subject,
URI predicate,
Node object)
Removes the statement (s,p,o) from a model named contextURI. |
| Uses of Resource in org.ontoware.rdf2go.model.node |
|---|
| Subinterfaces of Resource in org.ontoware.rdf2go.model.node | |
|---|---|
interface |
BlankNode
marker interface Implementations are expected to have valid implementations of equals( Object ) and hashCode() |
interface |
URI
Interface for URI implementations. |
| Methods in org.ontoware.rdf2go.model.node that return Resource | |
|---|---|
Resource |
Variable.asResource()
|
Resource |
Node.asResource()
A convenience method for a cast to org.ontoware.rdf2go.model.node.Resource |
| Uses of Resource in org.ontoware.rdf2go.model.node.impl |
|---|
| Classes in org.ontoware.rdf2go.model.node.impl that implement Resource | |
|---|---|
class |
ResourceImpl
|
class |
URIImpl
|
| Methods in org.ontoware.rdf2go.model.node.impl that return Resource | |
|---|---|
Resource |
ResourceImpl.asResource()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||