|
JTP API Documentation | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dispatcher | |
jtp.context | Provides a basic configuration and interface for JTP. |
jtp.disp | |
jtp.frame.fc | |
jtp.modelim | Contains general-purpose reasoners, including a telling control reasoner, an asking control reasoner, and reasoners that implement the model elimination procedure. |
Uses of Dispatcher in jtp.context |
Methods in jtp.context that return Dispatcher | |
Dispatcher |
BasicReasoningContext.getAskingDispatcher()
Returns the AskingControlDispatcher. |
Dispatcher |
BasicReasoningContext.getTellingDispatcher()
Returns the TellingControlDispatcher. |
Dispatcher |
BasicReasoningContext.getIntermediateResultDispatcher()
|
Methods in jtp.context with parameters of type Dispatcher | |
void |
BasicReasoningContext.setAskingDispatcher(Dispatcher v)
Sets the AskingControlDispatcher . |
void |
BasicReasoningContext.setTellingDispatcher(Dispatcher v)
Sets the TellingControlDispatcher . |
void |
BasicReasoningContext.setIntermediateResultDispatcher(Dispatcher v)
Fires a PropertyChangeEvent. |
Uses of Dispatcher in jtp.disp |
Classes in jtp.disp that implement Dispatcher | |
class |
RelationBasedBCDispatcher
This dispatcher handles reasoners implementing RelationBasedBCReasoner . |
class |
RelationBasedDispatcher
RelationBasedDispatcher.java Created: Tue Oct 05 01:00:20 1999 |
class |
RelationBasedFCDispatcher
This dispatcher handles reasoners implementing RelationBasedFCReasoner . |
class |
SequentialDispatcher
SequentialDispatcher.java Created: Wed Nov 17 00:22:03 1999 |
Methods in jtp.disp with parameters of type Dispatcher | |
static boolean |
DispatcherUtils.addToDispatcher(Reasoner r,
Dispatcher tgt)
Adds Reasoner r to Dispatcher tgt
or an appropriate child dispatcher of tgt . |
static boolean |
DispatcherUtils.moveChildren(Dispatcher src,
Dispatcher tgt)
Moves reasoners in src that are acceptable
to tgt into tgt . |
static boolean |
DispatcherUtils.moveChildren(Dispatcher src,
Dispatcher tgt)
Moves reasoners in src that are acceptable
to tgt into tgt . |
static boolean |
DispatcherUtils.removeFromDispatcher(Reasoner r,
Dispatcher tgt)
Removes a reasoner from a dispatcher. |
protected static List |
DispatcherUtils.findChildDispatchers(Reasoner r0,
Dispatcher tgt,
List out)
For a given dispatcher tgt, finds all children dispatchers that would accept reasoner r0. |
protected static Collection |
DispatcherUtils.collectReasoners(Dispatcher d,
Dispatcher tgt,
Collection out)
From the children of a given dispatcher d, selects and adds to the provided collection out those reasoners that are acceptable for the target dispatcher tgt. |
protected static Collection |
DispatcherUtils.collectReasoners(Dispatcher d,
Dispatcher tgt,
Collection out)
From the children of a given dispatcher d, selects and adds to the provided collection out those reasoners that are acceptable for the target dispatcher tgt. |
Uses of Dispatcher in jtp.frame.fc |
Classes in jtp.frame.fc that implement Dispatcher | |
class |
RuleCreationDispatcher
|
Methods in jtp.frame.fc that return Dispatcher | |
Dispatcher |
RuleClauseAndTriggerInstaller.getTellingDispatcher()
|
Methods in jtp.frame.fc with parameters of type Dispatcher | |
void |
RuleClauseAndTriggerInstaller.setTellingDispatcher(Dispatcher v)
|
Uses of Dispatcher in jtp.modelim |
Methods in jtp.modelim that return Dispatcher | |
Dispatcher |
ModelEliminationReasoner.getAskingDispatcher()
|
Dispatcher |
BreadthFirstForwardReasoner.getTellingDispatcher()
|
Methods in jtp.modelim with parameters of type Dispatcher | |
void |
ModelEliminationReasoner.setAskingDispatcher(Dispatcher v)
|
void |
BreadthFirstForwardReasoner.setTellingDispatcher(Dispatcher v)
|
|
JTP API Documentation | ||||||||||
PREV NEXT | FRAMES NO FRAMES |