public class JSONInput extends SPARQLResult
Constructor and Description |
---|
JSONInput() |
JSONInput(InputStream in) |
JSONInput(InputStream in,
Model model) |
Modifier and Type | Method and Description |
---|---|
static boolean |
booleanFromJSON(InputStream input) |
static ResultSet |
fromJSON(InputStream input) |
static SPARQLResult |
make(InputStream input) |
static SPARQLResult |
make(InputStream input,
Model model) |
getBooleanResult, getModel, getResultSet, isBoolean, isGraph, isHasBeenSet, isModel, isResultSet
public JSONInput()
public JSONInput(InputStream in)
public JSONInput(InputStream in, Model model)
public static ResultSet fromJSON(InputStream input)
public static boolean booleanFromJSON(InputStream input)
public static SPARQLResult make(InputStream input)
public static SPARQLResult make(InputStream input, Model model)
Licenced under the Apache License, Version 2.0