Class PathPattern
java.lang.Object
tech.oxfordsemantic.jrdfox.util.InterningManager.InternedObject
tech.oxfordsemantic.jrdfox.logic.LogicObject
tech.oxfordsemantic.jrdfox.logic.sparql.pattern.QueryPattern
tech.oxfordsemantic.jrdfox.logic.sparql.pattern.PathPattern
- All Implemented Interfaces:
 java.io.Serializable
public class PathPattern extends QueryPattern
- See Also:
 - Serialized Form
 
- 
Field Summary
Fields inherited from class tech.oxfordsemantic.jrdfox.logic.sparql.pattern.QueryPattern
EMPTY_ARRAY - 
Method Summary
Modifier and Type Method Description <E> Eaccept(LogicVisitor<E> visitor)static PathPatterncreate(Term subject, Path predicate, Term object)TermgetObject()PathgetPredicate()TermgetSubject()voidtoString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)Methods inherited from class tech.oxfordsemantic.jrdfox.logic.LogicObject
toString, toString, toString 
- 
Method Details
- 
getSubject
 - 
getPredicate
 - 
getObject
 - 
accept
- Specified by:
 acceptin classLogicObject
 - 
toString
- Specified by:
 toStringin classLogicObject
 - 
create
 
 -