|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Fact | |
|---|---|
| net.sourceforge.fuzzyservices.beans | |
| net.sourceforge.fuzzyservices.beans.swing | |
| Uses of Fact in net.sourceforge.fuzzyservices.beans |
|---|
| Methods in net.sourceforge.fuzzyservices.beans that return Fact | |
|---|---|
Fact[] |
FactBase.getFacts()
Returns all facts of this fact base. |
Fact |
FactBase.getFacts(int index)
Gets the fact located at the specified index of this fact
base. |
| Methods in net.sourceforge.fuzzyservices.beans with parameters of type Fact | |
|---|---|
static String |
JavaInitializationStringFormatter.getJavaInitializationStringForFact(Fact fact)
Returns Java code for creating fact. |
void |
FactBase.setFacts(Fact[] newFacts)
Fills the fact base with facts. |
void |
FactBase.setFacts(int index,
Fact newFacts)
Replaces the fact at the position index of the fact base. |
| Uses of Fact in net.sourceforge.fuzzyservices.beans.swing |
|---|
| Constructors in net.sourceforge.fuzzyservices.beans.swing with parameters of type Fact | |
|---|---|
FactBeanModel(Fact fact)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||