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

Public Member Functions

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

Public Attributes

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

Detailed Description

A SPARQL condition that can match only a single element, or nothing at all.

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