|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IChunkType in org.jactr.core.chunk |
|---|
| Methods in org.jactr.core.chunk that return IChunkType | |
|---|---|
IChunkType |
ISymbolicChunk.getChunkType()
Returns the IChunkType of this chunk. |
| Methods in org.jactr.core.chunk with parameters of type IChunkType | |
|---|---|
boolean |
ISymbolicChunk.isA(IChunkType ct)
Returns true if the chunk has any parent chunktype of ct. |
boolean |
IChunk.isA(IChunkType ct)
is this chunk a IChunkType |
boolean |
ISymbolicChunk.isAStrict(IChunkType ct)
Returns true if and only if the immediate chunktype parent is ct.SymbolicChunk.getChunkType()==ct. |
boolean |
IChunk.isAStrict(IChunkType ct)
is this chunk only a chunktype |
| Uses of IChunkType in org.jactr.core.chunk.basic |
|---|
| Methods in org.jactr.core.chunk.basic that return IChunkType | |
|---|---|
IChunkType |
BasicSymbolicChunk.getChunkType()
|
| Methods in org.jactr.core.chunk.basic with parameters of type IChunkType | |
|---|---|
boolean |
BasicSymbolicChunk.isA(IChunkType ct)
|
boolean |
AbstractChunk.isA(IChunkType ct)
|
boolean |
BasicSymbolicChunk.isAStrict(IChunkType ct)
|
boolean |
AbstractChunk.isAStrict(IChunkType ct)
|
| Constructors in org.jactr.core.chunk.basic with parameters of type IChunkType | |
|---|---|
BasicSymbolicChunk(IChunk parentChunk,
IChunkType ct)
|
|
| Uses of IChunkType in org.jactr.core.chunk.five |
|---|
| Constructors in org.jactr.core.chunk.five with parameters of type IChunkType | |
|---|---|
DefaultChunk5(IChunkType parentChunkType)
Constructor for the DefaultChunk5 object |
|
| Uses of IChunkType in org.jactr.core.chunktype |
|---|
| Methods in org.jactr.core.chunktype that return IChunkType | |
|---|---|
IChunkType |
ISymbolicChunkType.getParent()
Return the immediate parent of this chunktype |
| Methods in org.jactr.core.chunktype that return types with arguments of type IChunkType | |
|---|---|
java.util.Collection<IChunkType> |
ISymbolicChunkType.getChildren()
return an array of all the children chunk types |
| Methods in org.jactr.core.chunktype with parameters of type IChunkType | |
|---|---|
void |
ISymbolicChunkType.addChild(IChunkType ct)
add a chunktype as a child, |
boolean |
ISymbolicChunkType.isA(IChunkType ct)
|
boolean |
IChunkType.isA(IChunkType ct)
Gets the a attribute of the IChunkType object |
| Uses of IChunkType in org.jactr.core.chunktype.basic |
|---|
| Classes in org.jactr.core.chunktype.basic that implement IChunkType | |
|---|---|
class |
AbstractChunkType
|
| Methods in org.jactr.core.chunktype.basic that return IChunkType | |
|---|---|
IChunkType |
BasicSymbolicChunkType.getParent()
|
| Methods in org.jactr.core.chunktype.basic that return types with arguments of type IChunkType | |
|---|---|
java.util.Collection<IChunkType> |
BasicSymbolicChunkType.getChildren()
return all the chunktypes that are directly decended from this one |
| Methods in org.jactr.core.chunktype.basic with parameters of type IChunkType | |
|---|---|
void |
BasicSymbolicChunkType.addChild(IChunkType ct)
|
int |
AbstractChunkType.compareTo(IChunkType o)
lexically compare chunktypes |
boolean |
AbstractChunkType.equals(IChunkType obj)
Description of the Method |
boolean |
BasicSymbolicChunkType.isA(IChunkType ct)
|
boolean |
AbstractChunkType.isA(IChunkType ct)
|
| Constructors in org.jactr.core.chunktype.basic with parameters of type IChunkType | |
|---|---|
BasicSymbolicChunkType(AbstractChunkType parentChunkType,
IChunkType superParentType)
|
|
| Uses of IChunkType in org.jactr.core.chunktype.event |
|---|
| Methods in org.jactr.core.chunktype.event that return IChunkType | |
|---|---|
IChunkType |
ChunkTypeEvent.getChild()
|
| Constructors in org.jactr.core.chunktype.event with parameters of type IChunkType | |
|---|---|
ChunkTypeEvent(IChunkType source,
ChunkTypeEvent.Type type)
|
|
ChunkTypeEvent(IChunkType source,
ChunkTypeEvent.Type type,
ISlot slot)
|
|
ChunkTypeEvent(IChunkType source,
IChunk chunk)
|
|
ChunkTypeEvent(IChunkType source,
IChunkType child)
|
|
ChunkTypeEvent(IChunkType source,
ISlot slot,
java.lang.Object oldValue)
|
|
ChunkTypeEvent(IChunkType source,
java.lang.String parameterName,
java.lang.Object newValue,
java.lang.Object oldValue)
|
|
| Uses of IChunkType in org.jactr.core.chunktype.five |
|---|
| Classes in org.jactr.core.chunktype.five that implement IChunkType | |
|---|---|
class |
DefaultChunkType5
Description of the Class |
| Constructors in org.jactr.core.chunktype.five with parameters of type IChunkType | |
|---|---|
DefaultChunkType5(IModel model,
IChunkType parent)
|
|
| Uses of IChunkType in org.jactr.core.module.declarative |
|---|
| Methods in org.jactr.core.module.declarative that return types with arguments of type IChunkType | |
|---|---|
java.util.concurrent.Future<IChunkType> |
IDeclarativeModule.addChunkType(IChunkType chunkType)
add the chunktype to the model. |
java.util.concurrent.Future<IChunkType> |
IDeclarativeModule.createChunkType(IChunkType parent,
java.lang.String name)
create a new chunktype to be added after its symbolic contents have been set. |
java.util.concurrent.Future<IChunkType> |
IDeclarativeModule.getChunkType(java.lang.String name)
return the named chunktype. |
java.util.concurrent.Future<java.util.Collection<IChunkType>> |
IDeclarativeModule.getChunkTypes()
return all the chunk types in this model |
| Methods in org.jactr.core.module.declarative with parameters of type IChunkType | |
|---|---|
java.util.concurrent.Future<IChunkType> |
IDeclarativeModule.addChunkType(IChunkType chunkType)
add the chunktype to the model. |
java.util.concurrent.Future<IChunk> |
IDeclarativeModule.createChunk(IChunkType parent,
java.lang.String name)
create a chunk to later be inserted. |
java.util.concurrent.Future<IChunkType> |
IDeclarativeModule.createChunkType(IChunkType parent,
java.lang.String name)
create a new chunktype to be added after its symbolic contents have been set. |
| Uses of IChunkType in org.jactr.core.module.declarative.event |
|---|
| Methods in org.jactr.core.module.declarative.event that return IChunkType | |
|---|---|
IChunkType |
DeclarativeModuleEvent.getChunkType()
|
| Methods in org.jactr.core.module.declarative.event that return types with arguments of type IChunkType | |
|---|---|
java.util.Collection<IChunkType> |
DeclarativeModuleEvent.getChunkTypes()
|
| Constructors in org.jactr.core.module.declarative.event with parameters of type IChunkType | |
|---|---|
DeclarativeModuleEvent(IDeclarativeModule source,
DeclarativeModuleEvent.Type type,
IChunkType... chunkTypes)
|
|
DeclarativeModuleEvent(IDeclarativeModule source,
DeclarativeModuleEvent.Type type,
IChunkType chunkType)
|
|
| Uses of IChunkType in org.jactr.core.module.declarative.search.local |
|---|
| Methods in org.jactr.core.module.declarative.search.local that return IChunkType | |
|---|---|
IChunkType |
ChunkTypeTypeValueMap.asKeyType(java.lang.Object value)
|
| Methods in org.jactr.core.module.declarative.search.local that return types with arguments of type IChunkType | |
|---|---|
IValueMap<IChunkType,I> |
ChunkTypeTypeValueMap.getValueMap()
|
| Uses of IChunkType in org.jactr.core.module.declarative.six |
|---|
| Methods in org.jactr.core.module.declarative.six that return types with arguments of type IChunkType | |
|---|---|
java.util.concurrent.Future<IChunkType> |
DefaultDeclarativeModule6.addChunkType(IChunkType chunkType)
|
java.util.concurrent.Future<IChunkType> |
DefaultDeclarativeModule6.createChunkType(IChunkType parent,
java.lang.String name)
|
java.util.concurrent.Future<IChunkType> |
DefaultDeclarativeModule6.getChunkType(java.lang.String name)
|
java.util.concurrent.Future<java.util.Collection<IChunkType>> |
DefaultDeclarativeModule6.getChunkTypes()
|
| Methods in org.jactr.core.module.declarative.six with parameters of type IChunkType | |
|---|---|
java.util.concurrent.Future<IChunkType> |
DefaultDeclarativeModule6.addChunkType(IChunkType chunkType)
|
java.util.concurrent.Future<IChunk> |
DefaultDeclarativeModule6.createChunk(IChunkType parent,
java.lang.String name)
|
java.util.concurrent.Future<IChunkType> |
DefaultDeclarativeModule6.createChunkType(IChunkType parent,
java.lang.String name)
|
| Uses of IChunkType in org.jactr.core.production.action |
|---|
| Methods in org.jactr.core.production.action that return IChunkType | |
|---|---|
IChunkType |
AddAction.getChunkType()
return the chunktype of the to-be created chunk if it has been specified, null otherwise |
| Methods in org.jactr.core.production.action with parameters of type IChunkType | |
|---|---|
void |
AddAction.setChunkType(IChunkType ct)
set the chunktype of the chunk to be created |
| Uses of IChunkType in org.jactr.core.production.condition |
|---|
| Methods in org.jactr.core.production.condition that return IChunkType | |
|---|---|
IChunkType |
ChunkTypeCondition.getChunkType()
|
IChunkType |
ChunkPattern.getChunkType()
|
| Constructors in org.jactr.core.production.condition with parameters of type IChunkType | |
|---|---|
ChunkPattern(IChunkType chunkType)
|
|
ChunkPattern(IChunkType chunkType,
java.util.Collection<? extends ISlot> slots)
|
|
ChunkTypeCondition(java.lang.String bufferName,
IChunkType chunkType)
|
|
ChunkTypeCondition(java.lang.String bufferName,
IChunkType chunkType,
java.util.Collection<? extends ISlot> slots)
|
|
| Uses of IChunkType in org.jactr.core.production.request |
|---|
| Methods in org.jactr.core.production.request that return IChunkType | |
|---|---|
IChunkType |
ChunkTypeRequest.getChunkType()
|
| Constructors in org.jactr.core.production.request with parameters of type IChunkType | |
|---|---|
ChunkTypeRequest(IChunkType chunkType)
|
|
ChunkTypeRequest(IChunkType chunkType,
java.util.Collection<? extends ISlot> slots)
|
|
| Uses of IChunkType in org.jactr.core.slot |
|---|
| Methods in org.jactr.core.slot that return IChunkType | |
|---|---|
IChunkType |
ChunkTypeSlot.getOwner()
|
| Constructors in org.jactr.core.slot with parameters of type IChunkType | |
|---|---|
ChunkTypeSlot(ISlot slot,
IChunkType ct)
|
|
| Uses of IChunkType in org.jactr.core.utils |
|---|
| Methods in org.jactr.core.utils with parameters of type IChunkType | |
|---|---|
static java.lang.String |
StringUtilities.toString(IChunkType chunkType)
|
| Uses of IChunkType in org.jactr.modules.pm.aural |
|---|
| Methods in org.jactr.modules.pm.aural that return IChunkType | |
|---|---|
IChunkType |
IAuralModule.getAudioEventChunkType()
|
IChunkType |
AbstractAuralModule.getAudioEventChunkType()
|
IChunkType |
IAuralModule.getClearChunkType()
|
IChunkType |
AbstractAuralModule.getClearChunkType()
|
IChunkType |
IAuralModule.getSoundChunkType()
|
IChunkType |
AbstractAuralModule.getSoundChunkType()
|
| Methods in org.jactr.modules.pm.aural with parameters of type IChunkType | |
|---|---|
double |
AbstractAuralModule.getRecodeTime(IChunkType chunkType)
|
void |
AbstractAuralModule.setRecodeTime(IChunkType chunkType,
double time)
|
| Uses of IChunkType in org.jactr.modules.pm.aural.buffer.processor |
|---|
| Constructors in org.jactr.modules.pm.aural.buffer.processor with parameters of type IChunkType | |
|---|---|
AttendToRequestDelegate(IChunkType soundChunkType,
java.lang.String locationSlotName)
|
|
AuralSearchRequestDelegate(IChunkType audioEvent,
IAuralLocationBuffer buffer)
|
|
ClearRequestDelegate(IChunkType clearChunkType)
|
|
| Uses of IChunkType in org.jactr.modules.pm.common.buffer |
|---|
| Constructors in org.jactr.modules.pm.common.buffer with parameters of type IChunkType | |
|---|---|
AbstractRequestDelegate(IChunkType chunkType)
|
|
| Uses of IChunkType in org.jactr.modules.pm.motor |
|---|
| Methods in org.jactr.modules.pm.motor that return IChunkType | |
|---|---|
IChunkType |
IMotorModule.getAbortChunkType()
|
IChunkType |
AbstractMotorModule.getAbortChunkType()
|
IChunkType |
IMotorModule.getMovementChunkType()
the root movement type chunk |
IChunkType |
AbstractMotorModule.getMovementChunkType()
|
| Uses of IChunkType in org.jactr.modules.pm.motor.buffer.processor |
|---|
| Constructors in org.jactr.modules.pm.motor.buffer.processor with parameters of type IChunkType | |
|---|---|
AbortRequestDelegate(IChunkType chunkType)
|
|
ClearRequestDelegate(IChunkType clearChunkType)
|
|
MotorRequestDelegate(IChunkType chunkType,
IMotorModule motor)
|
|
| Uses of IChunkType in org.jactr.modules.pm.visual |
|---|
| Methods in org.jactr.modules.pm.visual that return IChunkType | |
|---|---|
IChunkType |
IVisualModule.getVisualChunkType()
|
IChunkType |
AbstractVisualModule.getVisualChunkType()
|
IChunkType |
IVisualModule.getVisualLocationChunkType()
|
IChunkType |
AbstractVisualModule.getVisualLocationChunkType()
|
| Uses of IChunkType in org.jactr.modules.pm.visual.buffer.processor |
|---|
| Constructors in org.jactr.modules.pm.visual.buffer.processor with parameters of type IChunkType | |
|---|---|
AssignFINSTRequestDelegate(IChunkType assignFINSTChunkType)
|
|
AttendToRequestDelegate(IChunkType chunkType,
IVisualActivationBuffer buffer,
java.lang.String locationSlotName)
|
|
ClearRequestDelegate(IChunkType clearChunkType)
|
|
StartTrackingRequestDelegate(IChunkType chunkType)
|
|
VisualSearchRequestDelegate(IChunkType chunkType)
|
|
| Uses of IChunkType in org.jactr.modules.pm.vocal |
|---|
| Methods in org.jactr.modules.pm.vocal that return IChunkType | |
|---|---|
IChunkType |
IVocalModule.getSpeakChunkType()
|
IChunkType |
AbstractVocalModule.getSpeakChunkType()
|
IChunkType |
IVocalModule.getSubvocalizeChunkType()
|
IChunkType |
AbstractVocalModule.getSubvocalizeChunkType()
|
| Uses of IChunkType in org.jactr.modules.pm.vocal.buffer.processor |
|---|
| Constructors in org.jactr.modules.pm.vocal.buffer.processor with parameters of type IChunkType | |
|---|---|
ClearRequestDelegate(IChunkType clearChunkType)
|
|
SpeechRequestDelegate(IChunkType chunkType,
boolean isVocalization,
AbstractVocalModule module)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||