Package org.apache.any23.extractor.xpath
Class TemplateGraph
- java.lang.Object
-
- org.apache.any23.extractor.xpath.Term<org.eclipse.rdf4j.model.IRI>
-
- org.apache.any23.extractor.xpath.TemplateGraph
-
public class TemplateGraph extends Term<org.eclipse.rdf4j.model.IRI>
Represents an Quad graph IRI template.- Author:
- Michele Mostarda (mostarda@fbk.eu)
-
-
Constructor Summary
Constructors Constructor Description TemplateGraph(String value, boolean isVar)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.eclipse.rdf4j.model.IRIgetValueInternal(String value)StringtoString()-
Methods inherited from class org.apache.any23.extractor.xpath.Term
getInternalValue, getValue, isVar
-
-
-
-
Constructor Detail
-
TemplateGraph
public TemplateGraph(String value, boolean isVar)
Constructor.- Parameters:
value- internal value.isVar- iftrueit the givenvaluewill be resolved with the variable value.
-
-