public class StatementPattern extends Object implements org.openrdf.model.Statement
| Modifier and Type | Class and Description |
|---|---|
static class |
StatementPattern.Builder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object theObj) |
org.openrdf.model.Resource |
getContext() |
org.openrdf.model.Value |
getObject() |
org.openrdf.model.IRI |
getPredicate() |
org.openrdf.model.Resource |
getSubject() |
int |
hashCode() |
static StatementPattern.Builder |
newBuilder() |
static StatementPattern |
newInstance(org.openrdf.model.Resource theSubject,
org.openrdf.model.IRI thePredicate,
org.openrdf.model.Value theObject,
org.openrdf.model.Resource theContext) |
public org.openrdf.model.Resource getSubject()
getSubject in interface org.openrdf.model.Statementpublic org.openrdf.model.IRI getPredicate()
getPredicate in interface org.openrdf.model.Statementpublic org.openrdf.model.Value getObject()
getObject in interface org.openrdf.model.Statementpublic org.openrdf.model.Resource getContext()
getContext in interface org.openrdf.model.Statementpublic boolean equals(Object theObj)
public int hashCode()
public static StatementPattern.Builder newBuilder()
public static StatementPattern newInstance(org.openrdf.model.Resource theSubject, org.openrdf.model.IRI thePredicate, org.openrdf.model.Value theObject, org.openrdf.model.Resource theContext)
Copyright © 2010-2016 Stardog Union. All Rights Reserved.