|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISubsymbolicChunk4
Subsymbolic requirements for ACT-R 4.0. Includes mechanisms for the manipulation of associative links.
| Field Summary | |
|---|---|
static java.lang.String |
CREATION_CYCLE
Description of the Field |
static java.lang.String |
LINKS
Description of the Field |
| Fields inherited from interface org.jactr.core.chunk.ISubsymbolicChunk |
|---|
ACTIVATION, BASE_LEVEL_ACTIVATION, CREATION_TIME, REFERENCE_COUNT, REFERENCE_TIMES, SOURCE_ACTIVATION, SPREADING_ACTIVATION, TIMES_IN_CONTEXT, TIMES_NEEDED |
| Method Summary | |
|---|---|
void |
addLink(Link l)
add a link, it will be inspected to determine whether it is a J,I link |
long |
getCreationCycle()
|
Link |
getIAssociation(IChunk iChunk)
get the I association between this chunk (J) and i |
java.util.Collection<Link> |
getIAssociations()
return the associations where this is the j chunk |
Link |
getJAssociation(IChunk jChunk)
get the J association between this chunk (I) and j |
java.util.Collection<Link> |
getJAssociations()
return the associations where this is the i chunk |
int |
getNumberOfIAssociations()
return the number of associations where this is the j chunk |
int |
getNumberOfJAssociations()
return the number of associations where this is the i chunk |
void |
removeLink(Link l)
Description of the Method |
void |
setCreationCycle(long cycle)
|
| Methods inherited from interface org.jactr.core.chunk.ISubsymbolicChunk |
|---|
accessed, dispose, encode, getActivation, getBaseLevelActivation, getCreationTime, getReferences, getSourceActivation, getSpreadingActivation, getTimesInContext, getTimesNeeded, incrementTimesInContext, incrementTimesNeeded, setActivation, setBaseLevelActivation, setCreationTime, setSourceActivation, setSpreadingActivation, setTimesInContext, setTimesNeeded |
| Methods inherited from interface org.jactr.core.utils.parameter.IParameterized |
|---|
getParameter, getPossibleParameters, getSetableParameters, setParameter |
| Field Detail |
|---|
static final java.lang.String CREATION_CYCLE
static final java.lang.String LINKS
| Method Detail |
|---|
int getNumberOfIAssociations()
int getNumberOfJAssociations()
java.util.Collection<Link> getIAssociations()
java.util.Collection<Link> getJAssociations()
Link getIAssociation(IChunk iChunk)
iChunk - Description of the Parameter
Link getJAssociation(IChunk jChunk)
jChunk - Description of the Parameter
void addLink(Link l)
l - The feature to be added to the Link attributevoid removeLink(Link l)
l - Description of the Parameterlong getCreationCycle()
void setCreationCycle(long cycle)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||