org.jactr.core.production.request
Class ChunkRequest

java.lang.Object
  extended by org.jactr.core.production.request.SlotBasedRequest
      extended by org.jactr.core.production.request.ChunkTypeRequest
          extended by org.jactr.core.production.request.ChunkRequest
All Implemented Interfaces:
java.lang.Cloneable, IRequest, ISlotContainer

public class ChunkRequest
extends ChunkTypeRequest


Constructor Summary
ChunkRequest(IChunk chunk)
           
ChunkRequest(IChunk chunk, java.util.Collection<? extends ISlot> slots)
           
 
Method Summary
 IChunk getChunk()
           
 
Methods inherited from class org.jactr.core.production.request.ChunkTypeRequest
bind, clone, getChunkType, toString
 
Methods inherited from class org.jactr.core.production.request.SlotBasedRequest
addSlot, bind, bind, getConditionalSlots, getSlots, getSlots, removeSlot
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChunkRequest

public ChunkRequest(IChunk chunk)

ChunkRequest

public ChunkRequest(IChunk chunk,
                    java.util.Collection<? extends ISlot> slots)
Method Detail

getChunk

public IChunk getChunk()