public abstract class AbstractPropertyStatementAction extends RequestedAction
ACTION_NAMESPACE, SOME_LITERAL, SOME_PREDICATE, SOME_URIAUTHORIZED, UNAUTHORIZED| Constructor and Description |
|---|
AbstractPropertyStatementAction(com.hp.hpl.jena.ontology.OntModel ontModel) |
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.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(com.hp.hpl.jena.ontology.OntModel ontModel)
public com.hp.hpl.jena.ontology.OntModel getOntModel()
public abstract String[] getResourceUris()
public abstract Property getPredicate()
public abstract String getPredicateUri()
Copyright © 2016. All rights reserved.