Uses of Class
org.jactr.core.chunk.four.Link

Packages that use Link
org.jactr.core.chunk.four   
org.jactr.core.utils.parameter   
 

Uses of Link in org.jactr.core.chunk.four
 

Methods in org.jactr.core.chunk.four that return Link
 Link ISubsymbolicChunk4.getIAssociation(IChunk iChunk)
          get the I association between this chunk (J) and i
 Link DefaultSubsymbolicChunk4.getIAssociation(IChunk iChunk)
           
 Link ISubsymbolicChunk4.getJAssociation(IChunk jChunk)
          get the J association between this chunk (I) and j
 Link DefaultSubsymbolicChunk4.getJAssociation(IChunk jChunk)
           
 

Methods in org.jactr.core.chunk.four that return types with arguments of type Link
 java.util.Collection<Link> ISubsymbolicChunk4.getIAssociations()
          return the associations where this is the j chunk
 java.util.Collection<Link> DefaultSubsymbolicChunk4.getIAssociations()
           
 java.util.Collection<Link> ISubsymbolicChunk4.getJAssociations()
          return the associations where this is the i chunk
 java.util.Collection<Link> DefaultSubsymbolicChunk4.getJAssociations()
           
 

Methods in org.jactr.core.chunk.four with parameters of type Link
 void ISubsymbolicChunk4.addLink(Link l)
          add a link, it will be inspected to determine whether it is a J,I link
 void DefaultSubsymbolicChunk4.addLink(Link l)
           
 void ISubsymbolicChunk4.removeLink(Link l)
          Description of the Method
 void DefaultSubsymbolicChunk4.removeLink(Link l)
           
 

Constructors in org.jactr.core.chunk.four with parameters of type Link
Link(IChunk newJ, Link link)
          used for copying the values from an existing link when a copy of j is made
 

Uses of Link in org.jactr.core.utils.parameter
 

Methods in org.jactr.core.utils.parameter that return Link
 Link LinkParameterHandler.coerce(java.lang.String value)
          first object must be the model, second the chunk third is whatever was passed
 Link LinkParameterHandler.coerce(java.lang.String value, IChunk jChunk, ACTRParameterHandler actrHandler)
           
 

Methods in org.jactr.core.utils.parameter with parameters of type Link
 java.lang.String LinkParameterHandler.toString(Link value)
          object[] values had better be link[]