|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Case | |
jcreek.cke.visualizer | |
jcreek.gui.reasoning | |
jcreek.gui.representation | |
jcreek.reasoning |
Uses of Case in jcreek.cke.visualizer |
Constructors in jcreek.cke.visualizer with parameters of type Case | |
CaseView(Visualizer win,
Case myCase)
|
Uses of Case in jcreek.gui.reasoning |
Constructors in jcreek.gui.reasoning with parameters of type Case | |
RetrieveResultPane(Case myCase)
Creates a new RetrieveResult matching the supplied case against the casebase, and uses this RetrieveResult as a basis for displaying the pane. |
Uses of Case in jcreek.gui.representation |
Methods in jcreek.gui.representation that return Case | |
Case |
CasePaneNew.getCase()
Returns the case displayed and modified by this CasePane. |
Case |
CasePane.getCase()
Returns the case displayed and modified by this CasePane. |
Methods in jcreek.gui.representation with parameters of type Case | |
void |
CasePaneNew.setCase(Case existingCase)
Sets the case to be displayed and modified by this CasePane. |
void |
CasePane.setCase(Case existingCase)
Sets the case to be displayed and modified by this CasePane. |
Constructors in jcreek.gui.representation with parameters of type Case | |
CasePaneNew(Case existingCase,
boolean linker)
Creates a new CasePane encapuslating an existing case. |
|
CasePaneNew(Case existingCase)
Creates a new CasePane encapuslating an existing case. |
|
CasePane(Case existingCase,
boolean linker)
Creates a new CasePane encapuslating an existing case. |
|
CasePane(Case existingCase)
Creates a new CasePane encapuslating an existing case. |
Uses of Case in jcreek.reasoning |
Fields in jcreek.reasoning declared as Case | |
protected Case |
RetrieveResult.inputCase
The input case (the problem case description). |
Methods in jcreek.reasoning that return Case | |
Case |
ReuseResult.getInputCase()
Returns the input case (problem description). |
Case |
ReuseResult.getCase(int i)
Returns the matched cases used to vote on the solution. |
Case[] |
ReuseResult.getCasesForSolution(int solutionNumber)
Returns the cases supporting the given solution. |
Case |
RetrieveResult.getInputCase()
Returns the input case (problem case). |
Case |
RetrieveResult.getBestCase()
Returns the case that is the best match for the input case. |
Methods in jcreek.reasoning with parameters of type Case | |
static Entity[] |
CaseComparison.getCompleteFindingList(Case[] cases)
|
Constructors in jcreek.reasoning with parameters of type Case | |
RetrieveResult(Case input,
Case[] compares,
boolean auto)
Creates a new RetriveResult, comparing the input case to the set of cases given in the compares set. |
|
RetrieveResult(Case input,
boolean auto)
Creates a RetriveResult comparing the input case to all the solved cases in the casebase. |
|
RetrieveResult(Case input)
Creates a RetrieveResult comparing the input case to all the solved cases in the casebase, and automatically runs activate(), explain() and focus(). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |