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 class
TemplateObject.Type
Supported 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.Value
getValueInternal(String value)
String
toString()
-
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
- iftrue
it the givenvalue
will be resolved with the variable value.
-
-