-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.xml
30 lines (24 loc) · 1.08 KB
/
manifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<package>
<description brief="rete matching and rule reasoning">
This project implements the guts of an rete matching algorithm: All the base classes for
Alpha- and Beta-Nodes and -Memories, WorkingMemoryElements, Tokens and ProductionNodes.
A sample implementation of the abstract classes is given to process RDF Triples.
Furthermore, it contains a rule reasoner based on the rete network that keeps track of the
origins of facts (WMEs) and can handle retraction of facts.
</description>
<author>Nils Niemann/[email protected]</author>
<maintainer>Nils Niemann/[email protected]</maintainer>
<license>New BSD</license>
<url>https://git.hb.dfki.de/nniemann/rete</url>
<depend package="external/pegmatite" />
<keywords>
<keyword>reasoning</keyword>
<keyword>rete</keyword>
<keyword>rules</keyword>
<keyword>inference</keyword>
<keyword>pattern matching</keyword>
</keywords>
<stage>-1</stage>
<activity>active</activity>
</package>