public abstract class AbstractPropertyStatementAction extends RequestedAction
ACTION_NAMESPACE, SOME_LITERAL, SOME_PREDICATE, SOME_URIAUTHORIZED, UNAUTHORIZED| Constructor and Description |
|---|
AbstractPropertyStatementAction(org.apache.jena.ontology.OntModel ontModel) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.jena.ontology.OntModel |
getOntModel() |
abstract Property |
getPredicate() |
abstract String |
getPredicateUri() |
abstract String[] |
getResourceUris()
Get the URI of the Resources that are involved in this statement.
|
getURI, isAuthorized, toStringand, andAll, andAll, orpublic AbstractPropertyStatementAction(org.apache.jena.ontology.OntModel ontModel)
public org.apache.jena.ontology.OntModel getOntModel()
public abstract String[] getResourceUris()
public abstract Property getPredicate()
public abstract String getPredicateUri()
Copyright © 2021. All rights reserved.