public class UnboundStatement extends Object implements Statement
Modifier and Type | Field and Description |
---|---|
protected Value |
obj |
protected IRI |
pred |
protected Resource |
subj |
Constructor and Description |
---|
UnboundStatement(Resource subj,
IRI pred,
Value obj) |
Modifier and Type | Method and Description |
---|---|
Resource |
getContext()
Gets the context of this statement.
|
Value |
getObject()
Gets the object of this statement.
|
IRI |
getPredicate()
Gets the predicate of this statement.
|
Resource |
getSubject()
Gets the subject of this statement.
|
protected final Resource subj
protected final IRI pred
protected final Value obj
public Resource getContext()
Statement
getContext
in interface Statement
public Value getObject()
Statement
public IRI getPredicate()
Statement
getPredicate
in interface Statement
public Resource getSubject()
Statement
getSubject
in interface Statement
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.