|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ChunkTypeRequest in org.jactr.core.chunk |
|---|
| Methods in org.jactr.core.chunk with parameters of type ChunkTypeRequest | |
|---|---|
void |
ChunkActivationComparator.setChunkTypeRequest(ChunkTypeRequest p)
Sets the pattern attribute of the IChunkActivationComparator object |
| Uses of ChunkTypeRequest in org.jactr.core.chunk.five |
|---|
| Methods in org.jactr.core.chunk.five with parameters of type ChunkTypeRequest | |
|---|---|
double |
ISubsymbolicChunk5.getActivation(ChunkTypeRequest retr)
Return the activation given this pattern. |
double |
DefaultSubsymbolicChunk5.getActivation(ChunkTypeRequest p)
Gets the Activation attribute of the DefaultSubsymbolicChunk5 object |
| Uses of ChunkTypeRequest in org.jactr.core.module.declarative |
|---|
| Methods in org.jactr.core.module.declarative with parameters of type ChunkTypeRequest | |
|---|---|
java.util.concurrent.Future<java.util.Collection<IChunk>> |
IDeclarativeModule.findExactMatches(ChunkTypeRequest request,
java.util.Comparator<IChunk> sorter,
double activationThreshold,
boolean bestOne)
search DM for all the chunks that match pattern, sorting using sorter, that are above activationThreshold |
java.util.concurrent.Future<java.util.Collection<IChunk>> |
IDeclarativeModule.findPartialMatches(ChunkTypeRequest request,
java.util.Comparator<IChunk> sorter,
double activationThreshold,
boolean bestOne)
search DM for all the chunks that partially match |
| Uses of ChunkTypeRequest in org.jactr.core.module.declarative.search |
|---|
| Methods in org.jactr.core.module.declarative.search with parameters of type ChunkTypeRequest | |
|---|---|
java.util.Collection<IChunk> |
ISearchSystem.findExact(ChunkTypeRequest pattern,
java.util.Comparator<IChunk> sortRule)
return all I that match this pattern exactly |
java.util.Collection<IChunk> |
ISearchSystem.findFuzzy(ChunkTypeRequest pattern,
java.util.Comparator<IChunk> sortRule)
find all I that match this pattern somewhat |
| Uses of ChunkTypeRequest in org.jactr.core.module.declarative.search.local |
|---|
| Methods in org.jactr.core.module.declarative.search.local with parameters of type ChunkTypeRequest | |
|---|---|
java.util.Collection<IChunk> |
DefaultSearchSystem.findExact(ChunkTypeRequest pattern,
java.util.Comparator<IChunk> sortRule)
this implementation fails fast |
java.util.Collection<IChunk> |
DefaultSearchSystem.findFuzzy(ChunkTypeRequest pattern,
java.util.Comparator<IChunk> sortRule)
|
| Uses of ChunkTypeRequest in org.jactr.core.module.declarative.six |
|---|
| Methods in org.jactr.core.module.declarative.six with parameters of type ChunkTypeRequest | |
|---|---|
java.util.concurrent.Future<java.util.Collection<IChunk>> |
DefaultDeclarativeModule6.findExactMatches(ChunkTypeRequest request,
java.util.Comparator<IChunk> sorter,
double activationThreshold,
boolean bestOne)
|
java.util.concurrent.Future<java.util.Collection<IChunk>> |
DefaultDeclarativeModule6.findPartialMatches(ChunkTypeRequest request,
java.util.Comparator<IChunk> sorter,
double activationThreshold,
boolean bestOne)
|
| Uses of ChunkTypeRequest in org.jactr.core.module.retrieval |
|---|
| Methods in org.jactr.core.module.retrieval with parameters of type ChunkTypeRequest | |
|---|---|
java.util.concurrent.Future<IChunk> |
IRetrievalModule.retrieveChunk(ChunkTypeRequest chunkRequest)
|
| Uses of ChunkTypeRequest in org.jactr.core.module.retrieval.event |
|---|
| Methods in org.jactr.core.module.retrieval.event that return ChunkTypeRequest | |
|---|---|
ChunkTypeRequest |
RetrievalModuleEvent.getChunkTypeRequest()
|
| Constructors in org.jactr.core.module.retrieval.event with parameters of type ChunkTypeRequest | |
|---|---|
RetrievalModuleEvent(IRetrievalModule source,
ChunkTypeRequest pattern)
|
|
RetrievalModuleEvent(IRetrievalModule source,
ChunkTypeRequest pattern,
IChunk chunk)
|
|
| Uses of ChunkTypeRequest in org.jactr.core.module.retrieval.six |
|---|
| Methods in org.jactr.core.module.retrieval.six with parameters of type ChunkTypeRequest | |
|---|---|
java.util.concurrent.Future<IChunk> |
DefaultRetrievalModule6.retrieveChunk(ChunkTypeRequest chunkPattern)
|
| Uses of ChunkTypeRequest in org.jactr.core.module.retrieval.timedevent |
|---|
| Methods in org.jactr.core.module.retrieval.timedevent that return ChunkTypeRequest | |
|---|---|
ChunkTypeRequest |
StartRetrieval.getRequest()
|
| Constructors in org.jactr.core.module.retrieval.timedevent with parameters of type ChunkTypeRequest | |
|---|---|
StartRetrieval(DefaultRetrievalBuffer6 activationBuffer,
ChunkTypeRequest pattern,
java.util.concurrent.Future<IChunk> retrievalResults,
double start,
double minimumRetrievalTime)
|
|
| Uses of ChunkTypeRequest in org.jactr.core.production.condition |
|---|
| Methods in org.jactr.core.production.condition that return ChunkTypeRequest | |
|---|---|
ChunkTypeRequest |
ChunkTypeCondition.getRequest()
|
| Uses of ChunkTypeRequest in org.jactr.core.production.request |
|---|
| Subclasses of ChunkTypeRequest in org.jactr.core.production.request | |
|---|---|
class |
ChunkRequest
|
| Methods in org.jactr.core.production.request that return ChunkTypeRequest | |
|---|---|
ChunkTypeRequest |
ChunkTypeRequest.clone()
|
ChunkTypeRequest |
ChunkTypeRequest.clone(IChunk testChunk)
shortcut clone that can be used to by pass the actual cloing if we can determine now that it can't be matched |
| Uses of ChunkTypeRequest in org.jactr.modules.pm.aural |
|---|
| Methods in org.jactr.modules.pm.aural with parameters of type ChunkTypeRequest | |
|---|---|
java.util.concurrent.Future<IChunk> |
IAuralModule.scanAuditoryField(ChunkTypeRequest request,
boolean isStuffRequest)
scan the audicon for an audio-event that matches the provided pattern |
java.util.concurrent.Future<IChunk> |
AbstractAuralModule.scanAuditoryField(ChunkTypeRequest request,
boolean isStuffRequest)
scan the audicon for an audio-event that matches the provided pattern |
| Uses of ChunkTypeRequest in org.jactr.modules.pm.aural.audicon.map |
|---|
| Methods in org.jactr.modules.pm.aural.audicon.map with parameters of type ChunkTypeRequest | |
|---|---|
void |
OnsetFeatureMap.fillSlotValues(ChunkTypeRequest mutableRequest,
org.commonreality.identifier.IIdentifier identifier,
IChunk encodedChunk,
ChunkTypeRequest originalSearchRequest)
|
void |
OffsetFeatureMap.fillSlotValues(ChunkTypeRequest mutableRequest,
org.commonreality.identifier.IIdentifier identifier,
IChunk encodedChunk,
ChunkTypeRequest originalSearchRequest)
|
void |
LocationFeatureMap.fillSlotValues(ChunkTypeRequest mutableRequest,
org.commonreality.identifier.IIdentifier identifier,
IChunk encodedChunk,
ChunkTypeRequest originalSearchRequest)
|
void |
KindFeatureMap.fillSlotValues(ChunkTypeRequest mutableRequest,
org.commonreality.identifier.IIdentifier identifier,
IChunk encodedChunk,
ChunkTypeRequest originalSearchRequest)
|
java.util.Collection<org.commonreality.identifier.IIdentifier> |
OnsetFeatureMap.getCandidateRealObjects(ChunkTypeRequest request)
|
java.util.Collection<org.commonreality.identifier.IIdentifier> |
OffsetFeatureMap.getCandidateRealObjects(ChunkTypeRequest request)
|
java.util.Collection<org.commonreality.identifier.IIdentifier> |
LocationFeatureMap.getCandidateRealObjects(ChunkTypeRequest request)
|
java.util.Collection<org.commonreality.identifier.IIdentifier> |
KindFeatureMap.getCandidateRealObjects(ChunkTypeRequest request)
|
boolean |
OnsetFeatureMap.isInterestedIn(ChunkTypeRequest request)
|
boolean |
OffsetFeatureMap.isInterestedIn(ChunkTypeRequest request)
|
boolean |
LocationFeatureMap.isInterestedIn(ChunkTypeRequest request)
|
boolean |
KindFeatureMap.isInterestedIn(ChunkTypeRequest request)
|
| Uses of ChunkTypeRequest in org.jactr.modules.pm.common.map |
|---|
| Methods in org.jactr.modules.pm.common.map with parameters of type ChunkTypeRequest | |
|---|---|
void |
IFeatureMap.fillSlotValues(ChunkTypeRequest mutableRequest,
org.commonreality.identifier.IIdentifier identifier,
IChunk encodedChunk,
ChunkTypeRequest originalSearchRequest)
fill the slot values accordingly for this identifier at the mutablePattern location this is then used to further specify the actual visual location chunk that will be returned |
void |
DefaultFINSTFeatureMap.fillSlotValues(ChunkTypeRequest mutableRequest,
org.commonreality.identifier.IIdentifier identifier,
IChunk encodedChunk,
ChunkTypeRequest originalSearchRequest)
|
java.util.Collection<org.commonreality.identifier.IIdentifier> |
IFeatureMap.getCandidateRealObjects(ChunkTypeRequest request)
return all the identifiers of all possible objects that can exist at the visual location defined by this search pattern if nothing is available, and empty collection is to be returned |
java.util.Collection<org.commonreality.identifier.IIdentifier> |
DefaultFINSTFeatureMap.getCandidateRealObjects(ChunkTypeRequest request)
|
boolean |
IFeatureMap.isInterestedIn(ChunkTypeRequest request)
|
boolean |
DefaultFINSTFeatureMap.isInterestedIn(ChunkTypeRequest request)
|
| Uses of ChunkTypeRequest in org.jactr.modules.pm.motor |
|---|
| Methods in org.jactr.modules.pm.motor with parameters of type ChunkTypeRequest | |
|---|---|
void |
IMotorModule.prepare(ChunkTypeRequest pattern,
boolean prepareOnly)
prepare a motor movement. |
void |
AbstractMotorModule.prepare(ChunkTypeRequest pattern,
boolean prepareOnly)
|
| Uses of ChunkTypeRequest in org.jactr.modules.pm.motor.command |
|---|
| Methods in org.jactr.modules.pm.motor.command that return ChunkTypeRequest | |
|---|---|
ChunkTypeRequest |
Movement.getChunkTypeRequest()
|
ChunkTypeRequest |
IMovement.getChunkTypeRequest()
The defining chunk pattern |
| Methods in org.jactr.modules.pm.motor.command with parameters of type ChunkTypeRequest | |
|---|---|
org.commonreality.object.IEfferentObject |
ICommandTranslator.getMuscle(ChunkTypeRequest request,
IModel model)
translates a set of slot values into a IEfferentObject that represents
a muscle defined within the pattern. |
org.commonreality.object.IEfferentObject |
DefaultCommandTranslator.getMuscle(ChunkTypeRequest request,
IModel model)
|
boolean |
ICommandTranslatorDelegate.handles(ChunkTypeRequest request)
returns true if this delegate can handle a command as specified by this chunk pattern |
org.commonreality.efferent.IEfferentCommand |
ICommandTranslator.translate(ChunkTypeRequest request,
org.commonreality.object.IEfferentObject muscle,
IModel model)
translate a ChunkPattern into an appropriate IEfferentCommand. |
org.commonreality.efferent.IEfferentCommand |
DefaultCommandTranslator.translate(ChunkTypeRequest request,
org.commonreality.object.IEfferentObject muscle,
IModel model)
|
| Constructors in org.jactr.modules.pm.motor.command with parameters of type ChunkTypeRequest | |
|---|---|
Movement(ChunkTypeRequest pattern)
|
|
| Uses of ChunkTypeRequest in org.jactr.modules.pm.motor.command.translators |
|---|
| Methods in org.jactr.modules.pm.motor.command.translators with parameters of type ChunkTypeRequest | |
|---|---|
org.commonreality.object.IEfferentObject |
AbstractManualTranslator.getMuscle(ChunkTypeRequest request,
IModel model)
translates a set of slot values into a IEfferentObject that
represents a muscle defined within the pattern. |
boolean |
PunchTranslator.handles(ChunkTypeRequest request)
|
boolean |
PeckTranslator.handles(ChunkTypeRequest request)
|
boolean |
PeckRecoilTranslator.handles(ChunkTypeRequest request)
|
org.commonreality.efferent.IEfferentCommand |
PunchTranslator.translate(ChunkTypeRequest request,
org.commonreality.object.IEfferentObject muscle,
IModel model)
|
org.commonreality.efferent.IEfferentCommand |
PeckTranslator.translate(ChunkTypeRequest request,
org.commonreality.object.IEfferentObject muscle,
IModel model)
|
org.commonreality.efferent.IEfferentCommand |
PeckRecoilTranslator.translate(ChunkTypeRequest request,
org.commonreality.object.IEfferentObject muscle,
IModel model)
|
| Uses of ChunkTypeRequest in org.jactr.modules.pm.motor.managers |
|---|
| Methods in org.jactr.modules.pm.motor.managers with parameters of type ChunkTypeRequest | |
|---|---|
IMovement |
PreparationManager.prepare(ChunkTypeRequest pattern,
boolean prepareOnly)
|
IMovement |
MotorManager.prepare(ChunkTypeRequest pattern,
boolean prepareOnly)
|
| Uses of ChunkTypeRequest in org.jactr.modules.pm.visual |
|---|
| Methods in org.jactr.modules.pm.visual with parameters of type ChunkTypeRequest | |
|---|---|
java.util.concurrent.Future<IChunk> |
IVisualModule.encodeVisualChunkAt(ChunkTypeRequest attendingPattern,
IChunk visualLocation)
return a visual object that is location at visual location the visual buffer itself while handle the encoding into the model, this merely returns the representation of the chunk at the location this must have been preceeded by a scanVisualField call, otherwise the objects slot in the visualLocation will not be correct |
java.util.concurrent.Future<IChunk> |
IVisualModule.scanVisualField(ChunkTypeRequest chunkPattern,
boolean isStuffRequest)
scan the visual field for a visual-location that matches the passed pattern. |
| Uses of ChunkTypeRequest in org.jactr.modules.pm.visual.six |
|---|
| Methods in org.jactr.modules.pm.visual.six with parameters of type ChunkTypeRequest | |
|---|---|
java.util.concurrent.Future<IChunk> |
DefaultVisualModule6.encodeVisualChunkAt(ChunkTypeRequest attendPattern,
IChunk visualLocation)
snag the create the visual chunk at the visual location - actual encoding is taken care of when the chunk is removed from the visual buffer |
java.util.concurrent.Future<IChunk> |
DefaultVisualModule6.scanVisualField(ChunkTypeRequest pattern,
boolean isStuffRequest)
|
| Uses of ChunkTypeRequest in org.jactr.modules.pm.visual.visicon.filter |
|---|
| Methods in org.jactr.modules.pm.visual.visicon.filter that return types with arguments of type ChunkTypeRequest | |
|---|---|
java.util.Comparator<ChunkTypeRequest> |
VectorVisualLocationFilter.getComparator()
|
java.util.Comparator<ChunkTypeRequest> |
ValueVisualLocationFilter.getComparator()
|
java.util.Comparator<ChunkTypeRequest> |
NumericVisualLocationFilter.getComparator()
|
java.util.Comparator<ChunkTypeRequest> |
NearestVisualLocationFilter.getComparator()
|
java.util.Comparator<ChunkTypeRequest> |
IVisualLocationFilter.getComparator()
return the comparator that will be returned if configure returned something other than IVisualLocationFilter.IRRELEVANT_WEIGHT. |
java.util.Comparator<ChunkTypeRequest> |
AttendedVisualLocationFilter.getComparator()
|
| Methods in org.jactr.modules.pm.visual.visicon.filter with parameters of type ChunkTypeRequest | |
|---|---|
boolean |
VectorVisualLocationFilter.accept(ChunkTypeRequest visualLocationTemplate)
|
boolean |
ValueVisualLocationFilter.accept(ChunkTypeRequest visualLocationTemplate)
|
boolean |
NumericVisualLocationFilter.accept(ChunkTypeRequest visualLocationTemplate)
|
boolean |
NearestVisualLocationFilter.accept(ChunkTypeRequest visualLocationTemplate)
|
boolean |
IVisualLocationFilter.accept(ChunkTypeRequest visualLocationTemplate)
As the IFeatureMaps return their candidates, this will be called
to check the type and slot values of the visual chunk to determine if it
passes this filter's constraints. |
boolean |
AttendedVisualLocationFilter.accept(ChunkTypeRequest visualLocationTemplate)
always return true. |
int |
VectorVisualLocationFilter.compare(ChunkTypeRequest o1,
ChunkTypeRequest o2)
|
int |
NumericVisualLocationFilter.compare(ChunkTypeRequest o1,
ChunkTypeRequest o2)
|
int |
NearestVisualLocationFilter.compare(ChunkTypeRequest o1,
ChunkTypeRequest o2)
|
int |
VectorVisualLocationFilter.configure(ChunkTypeRequest searchRequest)
|
int |
ValueVisualLocationFilter.configure(ChunkTypeRequest searchRequest)
|
int |
NumericVisualLocationFilter.configure(ChunkTypeRequest searchRequest)
|
int |
NearestVisualLocationFilter.configure(ChunkTypeRequest searchRequest)
|
int |
IVisualLocationFilter.configure(ChunkTypeRequest searchRequest)
Attempt to configure this filter based on the search request. |
int |
AttendedVisualLocationFilter.configure(ChunkTypeRequest searchRequest)
|
void |
NearestVisualLocationFilter.normalizeSearch(ChunkTypeRequest searchRequest)
we look for nearest and make sure the value is a visual-location or if it is current it is resolved to the current visual-location |
void |
IVisualLocationFilter.normalizeSearch(ChunkTypeRequest searchRequest)
First stage of processing, all filters will have this called to allow the filter to make slight modifications to the search request to resolve special values (i.e. |
void |
AttendedVisualLocationFilter.normalizeSearch(ChunkTypeRequest searchRequest)
|
void |
AbstractVisualLocationFilter.normalizeSearch(ChunkTypeRequest searchRequest)
|
| Uses of ChunkTypeRequest in org.jactr.modules.pm.visual.visicon.map |
|---|
| Methods in org.jactr.modules.pm.visual.visicon.map with parameters of type ChunkTypeRequest | |
|---|---|
IChunk |
IVisualMap.getVisualLocationFor(ChunkTypeRequest request)
|
IChunk |
AbstractVisualMap.getVisualLocationFor(ChunkTypeRequest request)
return the visual location that matches the x and y stored in this chunk pattern |
| Uses of ChunkTypeRequest in org.jactr.modules.pm.visual.visicon.map.feature |
|---|
| Methods in org.jactr.modules.pm.visual.visicon.map.feature with parameters of type ChunkTypeRequest | |
|---|---|
void |
VisibilityFeatureMap.fillSlotValues(ChunkTypeRequest mutableRequest,
org.commonreality.identifier.IIdentifier identifier,
IChunk encodedChunk,
ChunkTypeRequest originalSearchRequest)
|
void |
SizeFeatureMap.fillSlotValues(ChunkTypeRequest mutableRequest,
org.commonreality.identifier.IIdentifier identifier,
IChunk encodedChunk,
ChunkTypeRequest originalSearchRequest)
|
void |
LocationFeatureMap.fillSlotValues(ChunkTypeRequest mutableRequest,
org.commonreality.identifier.IIdentifier identifier,
IChunk encodedChunk,
ChunkTypeRequest originalSearchRequest)
|
void |
KindFeatureMap.fillSlotValues(ChunkTypeRequest mutableRequest,
org.commonreality.identifier.IIdentifier identifier,
IChunk encodedChunk,
ChunkTypeRequest originalSearchRequest)
|
void |
FINSTFeatureMap.fillSlotValues(ChunkTypeRequest mutableRequest,
org.commonreality.identifier.IIdentifier identifier,
IChunk encodedChunk,
ChunkTypeRequest originalSearchRequest)
fill in an :time tag |
void |
DistanceFeatureMap.fillSlotValues(ChunkTypeRequest mutableRequest,
org.commonreality.identifier.IIdentifier identifier,
IChunk encodedChunk,
ChunkTypeRequest originalSearchRequest)
|
void |
ColorFeatureMap.fillSlotValues(ChunkTypeRequest mutableRequest,
org.commonreality.identifier.IIdentifier identifier,
IChunk encodedChunk,
ChunkTypeRequest originalSearchRequest)
|
java.util.Collection<org.commonreality.identifier.IIdentifier> |
VisibilityFeatureMap.getCandidateRealObjects(ChunkTypeRequest visualSearchPattern)
|
java.util.Collection<org.commonreality.identifier.IIdentifier> |
SizeFeatureMap.getCandidateRealObjects(ChunkTypeRequest visualSearchPattern)
|
java.util.Collection<org.commonreality.identifier.IIdentifier> |
LocationFeatureMap.getCandidateRealObjects(ChunkTypeRequest visualSearchPattern)
|
java.util.Collection<org.commonreality.identifier.IIdentifier> |
KindFeatureMap.getCandidateRealObjects(ChunkTypeRequest visualSearchPattern)
|
java.util.Collection<org.commonreality.identifier.IIdentifier> |
DistanceFeatureMap.getCandidateRealObjects(ChunkTypeRequest visualSearchPattern)
|
java.util.Collection<org.commonreality.identifier.IIdentifier> |
ColorFeatureMap.getCandidateRealObjects(ChunkTypeRequest visualSearchPattern)
|
boolean |
VisibilityFeatureMap.isInterestedIn(ChunkTypeRequest request)
|
boolean |
SizeFeatureMap.isInterestedIn(ChunkTypeRequest request)
|
boolean |
LocationFeatureMap.isInterestedIn(ChunkTypeRequest request)
|
boolean |
KindFeatureMap.isInterestedIn(ChunkTypeRequest request)
|
boolean |
DistanceFeatureMap.isInterestedIn(ChunkTypeRequest request)
|
boolean |
ColorFeatureMap.isInterestedIn(ChunkTypeRequest request)
|
abstract boolean |
AbstractFeatureMap.isInterestedIn(ChunkTypeRequest request)
returns true if this chunk pattern requires this feature map |
| Uses of ChunkTypeRequest in org.jactr.modules.pm.visual.visicon.misc |
|---|
| Methods in org.jactr.modules.pm.visual.visicon.misc with parameters of type ChunkTypeRequest | |
|---|---|
int |
NumericSortingComparator.compare(ChunkTypeRequest one,
ChunkTypeRequest two)
Objects are Chunks of visual-location |
int |
NearestComparator.compare(ChunkTypeRequest one,
ChunkTypeRequest two)
Description of the Method |
| Uses of ChunkTypeRequest in org.jactr.modules.pm.vocal |
|---|
| Methods in org.jactr.modules.pm.vocal with parameters of type ChunkTypeRequest | |
|---|---|
void |
IVocalModule.prepare(ChunkTypeRequest request,
java.lang.String text,
boolean isVocalization)
|