class NodePattern |
|
\class NodePattern nodepattern.h Soprano/Inference/NodePattern
Smallest building block of an inference Rule. There are two types of NodePattern:
Author Sebastian Trueg |
|
|
|
|
|
|
|
Match a Node against this pattern. Variables will match any Node while specific %node patterns will only match that one particular Node. Returns true if node mathes this pattern. |
|
\returns the associated resource of an invalid Node if this is a variable. |
|
\returns The name of the variable or an empty string if this is not a variable. |