public class TemplateSubject extends Term<org.openrdf.model.Resource>
Modifier and Type | Class and Description |
---|---|
static class |
TemplateSubject.Type
Supported subject types.
|
Constructor and Description |
---|
TemplateSubject(TemplateSubject.Type type,
String value,
boolean isVar)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected org.openrdf.model.Resource |
getValueInternal(String value) |
String |
toString() |
getInternalValue, getValue, isVar
public TemplateSubject(TemplateSubject.Type type, String value, boolean isVar)
type
- subject type.value
- internal value.isVar
- if true
it the given value
will be resolved with the variable value.Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.