public class QuadPatternImpl extends TriplePatternImpl implements QuadPattern
TriplePatternImpl.SPO
extract
Constructor and Description |
---|
QuadPatternImpl(UriOrVariable context,
ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
UriOrVariable |
getContext() |
int |
hashCode() |
boolean |
matches(Statement statement) |
createObjectPattern, createSubjectPattern, getExtract, getObject, getPredicate, getSubject
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getObject, getPredicate, getSubject
public QuadPatternImpl(UriOrVariable context, ResourceOrVariable subject, UriOrVariable predicate, NodeOrVariable object)
public UriOrVariable getContext()
getContext
in interface QuadPattern
public boolean equals(Object o)
equals
in class TriplePatternImpl
public int hashCode()
hashCode
in class TriplePatternImpl
public boolean matches(Statement statement)
matches
in interface TriplePattern
matches
in class TriplePatternImpl
statement
- must not be null; with subject, predicated and object defined.Copyright © 2005–2018 IT-Consulting Dr. Max Völkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.