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