public abstract class TripleImpl extends AbstractSPINResourceImpl implements Triple
INDENTATION| Constructor and Description |
|---|
TripleImpl(org.apache.jena.graph.Node node,
org.apache.jena.enhanced.EnhGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.jena.rdf.model.RDFNode |
getObject() |
org.apache.jena.rdf.model.Resource |
getObjectResource() |
org.apache.jena.rdf.model.Resource |
getPredicate()
Gets the predicate of this Triple, downcasting it into Variable if appropriate.
|
protected org.apache.jena.rdf.model.RDFNode |
getRDFNodeOrVariable(org.apache.jena.rdf.model.Property predicate) |
org.apache.jena.rdf.model.RDFNode |
getSubject() |
static void |
print(org.apache.jena.rdf.model.Model model,
org.apache.jena.rdf.model.RDFNode node,
PrintContext p) |
static void |
print(org.apache.jena.rdf.model.Model model,
org.apache.jena.rdf.model.RDFNode node,
PrintContext p,
boolean abbrevRDFType) |
void |
print(PrintContext p)
Instructs this to print itself into a given PrintContext.
|
protected void |
print(org.apache.jena.rdf.model.RDFNode node,
PrintContext p) |
protected void |
print(org.apache.jena.rdf.model.RDFNode node,
PrintContext p,
boolean abbrevRDFType) |
getComment, getElements, getElements, getList, hasRDFType, printComment, printNestedElementList, printNestedElementList, printNestedExpressionString, printNestedExpressionString, printPrefixes, printVariableExpression, printVariableExpression, printVarOrResource, toStringgetInteger, getLiteral, getLong, getRDFNode, getResource, getString, inferRDFNodeabort, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, asLiteral, asResource, begin, commit, getId, getLocalName, getModel, getModelCom, getNameSpace, getProperty, getProperty, getPropertyResourceValue, getRequiredProperty, getRequiredProperty, getURI, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasProperty, hasProperty, hasProperty, hasProperty, hasURI, inModel, listProperties, listProperties, listProperties, mustHaveModel, removeAll, removeProperties, visitWithas, asNode, canAs, canSupport, convertTo, equals, getGraph, getPersonality, hashCode, isAnon, isLiteral, isResource, isURIResource, isValid, viewAsaddView, alreadyHasView, asInternal, supportsclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetObject, getObjectResource, getSubjectabort, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addProperty, addProperty, addProperty, addProperty, begin, commit, equals, getId, getLocalName, getNameSpace, getProperty, getProperty, getPropertyResourceValue, getRequiredProperty, getRequiredProperty, getURI, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasProperty, hasProperty, hasProperty, hasProperty, hasURI, inModel, listProperties, listProperties, listProperties, removeAll, removeProperties, toStringpublic TripleImpl(org.apache.jena.graph.Node node,
org.apache.jena.enhanced.EnhGraph graph)
public org.apache.jena.rdf.model.Resource getPredicate()
TriplegetPredicate in interface Triplepublic void print(PrintContext p)
Printablepublic org.apache.jena.rdf.model.RDFNode getObject()
public org.apache.jena.rdf.model.Resource getObjectResource()
public org.apache.jena.rdf.model.RDFNode getSubject()
protected org.apache.jena.rdf.model.RDFNode getRDFNodeOrVariable(org.apache.jena.rdf.model.Property predicate)
protected void print(org.apache.jena.rdf.model.RDFNode node,
PrintContext p)
protected void print(org.apache.jena.rdf.model.RDFNode node,
PrintContext p,
boolean abbrevRDFType)
public static void print(org.apache.jena.rdf.model.Model model,
org.apache.jena.rdf.model.RDFNode node,
PrintContext p)
public static void print(org.apache.jena.rdf.model.Model model,
org.apache.jena.rdf.model.RDFNode node,
PrintContext p,
boolean abbrevRDFType)
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.