public class IriTemplate extends SimpleValueFormat
ValueFormat.ElementTypeelements, text| Constructor and Description |
|---|
IriTemplate() |
IriTemplate(Context context,
String text) |
IriTemplate(String text) |
| Modifier and Type | Method and Description |
|---|---|
IriTemplate |
clone() |
boolean |
equals(Object other) |
org.openrdf.model.URI |
expand(ValueMap map) |
Context |
getContext() |
String |
getText() |
void |
print(PrettyPrintWriter out) |
void |
setContext(Context context) |
String |
toString() |
org.openrdf.model.Literal |
toValue() |
int |
variablesCount() |
addText, addVariable, compile, createVariable, format, getPattern, toList, traversepublic IriTemplate()
public IriTemplate(String text)
public IriTemplate clone()
public org.openrdf.model.URI expand(ValueMap map)
public String getText()
public Context getContext()
public void setContext(Context context)
public org.openrdf.model.Literal toValue()
toValue in class SimpleValueFormatpublic String toString()
toString in class SimpleValueFormatpublic void print(PrettyPrintWriter out)
public int variablesCount()
Copyright © 2019. All rights reserved.