Class TriplePatternElementFactory.SpecificVariable<CTT,NVT,AVT>
- java.lang.Object
-
- org.linkeddatafragments.fragments.tpf.TriplePatternElementFactory.Variable<CTT,NVT,AVT>
-
- org.linkeddatafragments.fragments.tpf.TriplePatternElementFactory.SpecificVariable<CTT,NVT,AVT>
-
- Type Parameters:
CTT-NVT-AVT-
- All Implemented Interfaces:
ITriplePatternElement<CTT,NVT,AVT>
- Direct Known Subclasses:
TriplePatternElementFactory.AnonymousVariable,TriplePatternElementFactory.NamedVariable
- Enclosing class:
- TriplePatternElementFactory<CTT,NVT,AVT>
public abstract static class TriplePatternElementFactory.SpecificVariable<CTT,NVT,AVT> extends TriplePatternElementFactory.Variable<CTT,NVT,AVT>
-
-
Constructor Summary
Constructors Constructor Description SpecificVariable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSpecificVariable()Returns true if this element is a specific variable, and false if either it is not a variable (but a URI or literal) or it is some variable that is not specified.-
Methods inherited from class org.linkeddatafragments.fragments.tpf.TriplePatternElementFactory.Variable
asConstantTerm, isVariable
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.linkeddatafragments.fragments.tpf.ITriplePatternElement
asAnonymousVariable, asNamedVariable, isAnonymousVariable, isNamedVariable
-
-
-
-
Method Detail
-
isSpecificVariable
public boolean isSpecificVariable()
Description copied from interface:ITriplePatternElementReturns true if this element is a specific variable, and false if either it is not a variable (but a URI or literal) or it is some variable that is not specified. The latter (unspecified variables) is possible because when a client requests a triple pattern fragment, it may omit triple pattern related parameters.- Returns:
-
-