Android Rules is a simple yet powerful Java rules engine, compatible with the Android OS, providing the following features:
- Lightweight framework and easy to learn API
- Useful abstractions to programatically define business rules and apply them easily
- Forward-chaining breadth-first rule evaluation. Forward chaining is a popular implementation strategy for expert systems, business and production rule systems.
<dependency>
<groupId>com.github.hbas</groupId>
<artifactId>androidrules</artifactId>
<version>0.2.0</version>
</dependency>
Add a dependency to your .gradle file:
dependencies {
...
compile 'com.github.hbas:rules:0.2.0'
...
}
To be written. Soon... ;)
For versioning information, please refer to [Semantic Versioning 2.0] (http://semver.org/spec/v2.0.0.html)
This software is released under the MIT License.
Copyright (c) 2017 Henrique Borges