| Package | Description |
|---|---|
| org.jeasy.rules.api |
This package contains Easy Rules public API.
|
| Modifier and Type | Method and Description |
|---|---|
Fact<?> |
Facts.getFact(java.lang.String factName)
Get a fact by name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<Fact<?>> |
Facts.iterator()
Return an iterator on the set of facts.
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
Facts.add(Fact<T> fact)
Add a fact, replacing any fact with the same name.
|
<T> void |
Facts.remove(Fact<T> fact)
Remove a fact.
|
Copyright © 2020. All Rights Reserved.