|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfuzzydl.milp.Solution
public class Solution
Solution to some query over a fuzzy KB.
| Field Summary | |
|---|---|
static boolean |
CONSISTENT_KB
Indicates whether the fuzzy KB is consistent. |
static boolean |
INCONSISTENT_KB
Indicates whether the fuzzy KB is inconsistent. |
| Constructor Summary | |
|---|---|
Solution(boolean consistent)
Creates a new Solution, indicating whether the original KB is consistent. |
|
Solution(double sol)
Creates a new Solution, with the result of a query over a consistent KB. |
|
| Method Summary | |
|---|---|
double |
getSolution()
Gets the solution to some query over a consistent KB. |
boolean |
isConsistentKB()
Indicates whether the original KB is consistent or not. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final boolean CONSISTENT_KB
public static final boolean INCONSISTENT_KB
| Constructor Detail |
|---|
public Solution(boolean consistent)
consistent - True if the original KB is consistent, false if contrary.public Solution(double sol)
sol - Solution to some query over a consistent KB.| Method Detail |
|---|
public boolean isConsistentKB()
public double getSolution()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||