public abstract class AbstractDataPropertyStatementAction extends AbstractPropertyStatementAction
ACTION_NAMESPACE, SOME_LITERAL, SOME_PREDICATE, SOME_URIAUTHORIZED, UNAUTHORIZED| Constructor and Description |
|---|
AbstractDataPropertyStatementAction(org.apache.jena.ontology.OntModel ontModel,
DataPropertyStatement dps) |
AbstractDataPropertyStatementAction(org.apache.jena.ontology.OntModel ontModel,
String subjectUri,
String predicateUri,
String dataValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
dataValue() |
Property |
getPredicate() |
String |
getPredicateUri() |
String[] |
getResourceUris()
Get the URI of the Resources that are involved in this statement.
|
String |
getSubjectUri() |
String |
toString() |
getOntModelgetURI, isAuthorizedand, andAll, andAll, orpublic AbstractDataPropertyStatementAction(org.apache.jena.ontology.OntModel ontModel,
String subjectUri,
String predicateUri,
String dataValue)
public AbstractDataPropertyStatementAction(org.apache.jena.ontology.OntModel ontModel,
DataPropertyStatement dps)
public String getSubjectUri()
public Property getPredicate()
getPredicate in class AbstractPropertyStatementActionpublic String getPredicateUri()
getPredicateUri in class AbstractPropertyStatementActionpublic String[] getResourceUris()
AbstractPropertyStatementActiongetResourceUris in class AbstractPropertyStatementActionpublic String dataValue()
public String toString()
toString in class RequestedActionCopyright © 2021. All rights reserved.