Documentation

QuadCompareInterface extends TermCompareInterface

Interface allowing to compare Quads.

Extracted as a separated interface because it's used extensively by the Dataset class methods. One could argue the TermCompare interface would also do the job but for the Dataset it's worth to distinguish beetwen lack of match and match which makes no sense like comparing with anything which is not Quad. The QuadCompare interface introduces such a distinction.

Tags
author

zozlak

Table of Contents

__toString()  : string
equals()  : bool
getGraph()  : TermInterface|TermCompareInterface|null
getObject()  : TermInterface|TermCompareInterface|null
getPredicate()  : TermInterface|TermCompareInterface|null
getSubject()  : TermInterface|TermCompareInterface|null

Methods


        

Search results