JTP API Documentation

Uses of Interface
jtp.frame.vc.ValueCollectionListener

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 SlotValueCollections.
 class LinkingVCListener
          A listener that prepares ValueLinkCreationReasoningSteps when it processes values.
 class OneWayValueInferringVCListener
          A listener that prepares OneWayInferredValueReasoningSteps when it processes values.
 class UnrollingVCListener
          A listener that prepares other ValueCollectionListeners when it process values.
 class ValueInferringVCListener
          A listener that prepares InferredValueReasoningSteps 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