public final class Factory extends Object
Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
static Map<org.openrdf.model.URI,Object> |
instantiate(Iterable<? extends org.openrdf.model.Statement> model,
org.openrdf.model.URI... ids) |
static <T> T |
instantiate(Iterable<? extends org.openrdf.model.Statement> model,
org.openrdf.model.URI id,
Class<T> type) |
static <T> T |
instantiate(Map<String,? extends Object> properties,
org.openrdf.model.URI implementation,
Class<T> type) |
public static Map<org.openrdf.model.URI,Object> instantiate(Iterable<? extends org.openrdf.model.Statement> model, org.openrdf.model.URI... ids)
public static <T> T instantiate(Iterable<? extends org.openrdf.model.Statement> model, org.openrdf.model.URI id, Class<T> type)
Copyright © 2015–2016 FBK-irst. All rights reserved.