|
JTP API Documentation | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueCollectionListener | |
jtp.frame.listen | |
jtp.frame.vc |
Uses of ValueCollectionListener in jtp.frame.listen |
Classes in jtp.frame.listen that implement ValueCollectionListener | |
class |
AbstractVCListener
An abstract implementation of ValueCollectionListener
with basic functionality for processing direct values and input links
that are added to SlotValueCollection s. |
class |
LinkingVCListener
A listener that prepares ValueLinkCreationReasoningStep s
when it processes values. |
class |
OneWayValueInferringVCListener
A listener that prepares OneWayInferredValueReasoningStep s
when it processes values. |
class |
UnrollingVCListener
A listener that prepares other ValueCollectionListener s
when it process values. |
class |
ValueInferringVCListener
A listener that prepares InferredValueReasoningStep s when it
processes values. |
Uses of ValueCollectionListener in jtp.frame.vc |
Classes in jtp.frame.vc that implement ValueCollectionListener | |
class |
Multiplexor
|
Methods in jtp.frame.vc that return ValueCollectionListener | |
ValueCollectionListener |
ValueCollection.getVCListener()
|
Methods in jtp.frame.vc with parameters of type ValueCollectionListener | |
void |
Multiplexor.addValueCollectionListener(ValueCollectionListener listener)
|
void |
Multiplexor.removeValueCollectionListener(ValueCollectionListener listener)
|
void |
ValueCollection.addValueCollectionListener(ValueCollectionListener vcl)
|
void |
ValueCollection.removeValueCollectionListener(ValueCollectionListener vcl)
|
|
JTP API Documentation | ||||||||||
PREV NEXT | FRAMES NO FRAMES |