JTP API Documentation

Uses of Class
jtp.frame.vc.ValueLink

Packages that use ValueLink
jtp.frame   
jtp.frame.listen   
jtp.frame.vc   
 

Uses of ValueLink in jtp.frame
 

Methods in jtp.frame that return ValueLink
protected  ValueLink LinkAsserter.prepareValueLink(ValueLinkCreationReasoningStep rs)
           
protected  ValueLink LinkAsserter.prepareValueLink(ValueLinkCreationReasoningStep rs, ReasoningStepCollector rsc)
           
 

Methods in jtp.frame with parameters of type ValueLink
static ReasoningStepIterator LinkAsserter.propagateLinkResults(ValueLink vl)
           
static ReasoningStepIterator LinkAsserter.propagateResultsForTarget(ValueLink vl)
           
static void LinkAsserter.insertLink(ValueLink vl)
          inserts the specified link into the value collections' data structures, if there isn't already a link between these two collections.
 void LinkAsserter.processInsertion(ValueLink vl)
           
 void LinkAsserter.processInsertion(ValueLink vl, DefaultReasoningStepCollector rsc)
           
 void LinkAsserter.processRemoval(ValueLink vl)
           
static void LinkAsserter.removeLink(ValueLink vl)
           
 

Constructors in jtp.frame with parameters of type ValueLink
LinkAsserter.UndoInsert(ValueLink vl)
           
LinkAsserter.UndoRemove(ValueLink vl)
           
 

Uses of ValueLink in jtp.frame.listen
 

Methods in jtp.frame.listen with parameters of type ValueLink
protected  boolean ValueInferringVCListener.acceptableValueLink(ValueLink vl)
           
protected  boolean OneWayValueInferringVCListener.acceptableValueLink(ValueLink vl)
           
protected  boolean UnrollingVCListener.acceptableValueLink(ValueLink vl)
           
protected  boolean LinkingVCListener.acceptableValueLink(ValueLink vl)
           
protected  boolean AbstractVCListener.acceptableValueLink(ValueLink vl)
           
 void AbstractVCListener.inputLinkAdded(ValueLink vl, ReasoningStepCollector rsc)
           
 void AbstractVCListener.outputLinkAdded(ValueLink vl, ReasoningStepCollector rsc)
           
 

Uses of ValueLink in jtp.frame.vc
 

Methods in jtp.frame.vc with parameters of type ValueLink
 void Multiplexor.inputLinkAdded(ValueLink vl, ReasoningStepCollector rsc)
           
 void Multiplexor.outputLinkAdded(ValueLink vl, ReasoningStepCollector rsc)
           
 void ValueCollectionListener.inputLinkAdded(ValueLink vl, ReasoningStepCollector rsc)
           
 void ValueCollectionListener.outputLinkAdded(ValueLink vl, ReasoningStepCollector rsc)
           
 


JTP API Documentation