public class SubQuery extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Resource[] |
contexts
the contexts, length zero array for triple mode query
|
protected Value |
obj |
protected IRI |
pred |
protected Resource |
subj |
Constructor and Description |
---|
SubQuery(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
SubQuery(StatementPattern stmt,
Dataset dataset) |
protected final Resource subj
protected final IRI pred
protected final Value obj
protected final Resource[] contexts
public SubQuery(StatementPattern stmt, Dataset dataset)
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.