public class StatementPatternQuery extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StatementPatternQuery.Pattern |
| Constructor and Description |
|---|
StatementPatternQuery(RippleValue subject,
RippleValue predicate,
RippleValue object,
RippleValue... contexts) |
| Modifier and Type | Method and Description |
|---|---|
RippleValue[] |
getContexts() |
RippleValue |
getObject() |
StatementPatternQuery.Pattern |
getPattern() |
RippleValue |
getPredicate() |
RippleValue |
getSubject() |
public StatementPatternQuery(RippleValue subject, RippleValue predicate, RippleValue object, RippleValue... contexts)
public StatementPatternQuery.Pattern getPattern()
public RippleValue getSubject()
public RippleValue getPredicate()
public RippleValue getObject()
public RippleValue[] getContexts()
Copyright © 2007-2012 fortytwo.net. All Rights Reserved.