Package org.apache.any23.extractor.xpath
Class TemplateObject
- java.lang.Object
-
- org.apache.any23.extractor.xpath.Term
-
- org.apache.any23.extractor.xpath.TemplateObject
-
public class TemplateObject extends Term
Represents a Quad object template.- Author:
- Michele Mostarda (mostarda@fbk.eu)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTemplateObject.TypeSupported object types.
-
Constructor Summary
Constructors Constructor Description TemplateObject(TemplateObject.Type type, String value, boolean isVar)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.eclipse.rdf4j.model.ValuegetValueInternal(String value)StringtoString()-
Methods inherited from class org.apache.any23.extractor.xpath.Term
getInternalValue, getValue, isVar
-
-
-
-
Constructor Detail
-
TemplateObject
public TemplateObject(TemplateObject.Type type, String value, boolean isVar)
Constructor.- Parameters:
type- object template type.value- internal value.isVar- iftrueit the givenvaluewill be resolved with the variable value.
-
-