public class SPINPreferences extends Object
| Constructor and Description |
|---|
SPINPreferences() |
| Modifier and Type | Method and Description |
|---|---|
static SPINPreferences |
get()
Gets the singleton instance of this class.
|
boolean |
isCreateURIVariables()
Indicates whether the SPIN generator shall convert variables into
URI nodes, so that they can be shared between multiple queries.
|
boolean |
isReuseLocalVariables()
Indicates whether the SPIN generator shall reuse the same blank node
for a variable multiple times within the same query.
|
static void |
set(SPINPreferences value)
Changes the singleton to some subclass.
|
public static SPINPreferences get()
public static void set(SPINPreferences value)
value - the new singleton (not null)public boolean isCreateURIVariables()
public boolean isReuseLocalVariables()
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.