class NodePattern


Module soprano
Namespace Soprano::Inference
Class NodePattern
Inherits
\class NodePattern nodepattern.h Soprano/Inference/NodePattern

Smallest building block of an inference Rule.

There are two types of NodePattern:

  • Simple nodes that wrap around an instance or Node
  • and only match against that particular node.
  • Variable nodes that match against every Node and
  • have a name.

    Author Sebastian Trueg



    methods