Semantic MediaWiki and related extensions
Public Member Functions | Public Attributes | List of all members
SMW\SPARQLStore\QueryEngine\Condition\FilterCondition Class Reference
Inheritance diagram for SMW\SPARQLStore\QueryEngine\Condition\FilterCondition:
Inheritance graph
[legend]
Collaboration diagram for SMW\SPARQLStore\QueryEngine\Condition\FilterCondition:
Collaboration graph
[legend]

Public Member Functions

 __construct ( $filter, $namespaces=[])
 
 getCondition ()
 
 isSafe ()
 
- Public Member Functions inherited from SMW\SPARQLStore\QueryEngine\Condition\Condition
 getCondition ()
 
 isSafe ()
 
 addNamespaces (array $namespaces)
 
 getWeakConditionString ()
 
 getCogentConditionString ()
 

Public Attributes

 $filter
 
- Public Attributes inherited from SMW\SPARQLStore\QueryEngine\Condition\Condition
 $orderByVariable = ''
 
 $orderVariables = []
 
 $weakConditions = []
 
 $cogentConditions = []
 
 $namespaces = []
 

Detailed Description

A SPARQL condition that consists in a FILTER term only (possibly with some weak conditions to introduce the variables that the filter acts on).

GNU GPL v2+

Since
1.6
Author
Markus Krötzsch

The documentation for this class was generated from the following file:

About | General disclaimer | Privacy policy