Package org.jeasy.rules.api
Class Fact<T>
java.lang.Object
org.jeasy.rules.api.Fact<T>
- Type Parameters:
T
- type of the fact
A class representing a named fact. Facts have unique names within a
Facts
instance.- Author:
- Mahmoud Ben Hassine
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Fact
Create a new fact.- Parameters:
name
- of the factvalue
- of the fact
-
-
Method Details