org.ontoware.rdf2go.model.impl
Class QuadPatternImpl
java.lang.Object
org.ontoware.rdf2go.model.impl.TriplePatternImpl
org.ontoware.rdf2go.model.impl.QuadPatternImpl
- All Implemented Interfaces:
- QuadPattern, TriplePattern
public class QuadPatternImpl
- extends TriplePatternImpl
- implements QuadPattern
A statement with variables
- Author:
- voelkel
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
QuadPatternImpl
public QuadPatternImpl(UriOrVariable context,
ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object)
getContext
public UriOrVariable getContext()
- Specified by:
getContext in interface QuadPattern
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class TriplePatternImpl
hashCode
public int hashCode()
- Overrides:
hashCode in class TriplePatternImpl
matches
public boolean matches(Statement statement)
- Specified by:
matches in interface TriplePattern- Overrides:
matches in class TriplePatternImpl
Copyright © 2005-2008 FZI - Forschungszentrum Informatik | Karlsruhe | Germany. All Rights Reserved.